Skip to content

Backport #7985 and #8059 to 7.24.x: [network] Set the collect_connection_queues parameter default value to false#8062

Merged
L3n41c merged 2 commits into
7.24.xfrom
lenaic/backport_7985_8059
Nov 20, 2020
Merged

Backport #7985 and #8059 to 7.24.x: [network] Set the collect_connection_queues parameter default value to false#8062
L3n41c merged 2 commits into
7.24.xfrom
lenaic/backport_7985_8059

Conversation

@L3n41c

@L3n41c L3n41c commented Nov 20, 2020

Copy link
Copy Markdown
Member

What does this PR do?

Motivation

Add a parameter to explicitly enable receive and send queues collection implemented in #7861.

Additional Notes

Receive and send queues collection generate two data points per ss (or netstat) line.
The data are then aggregated on agent side in an histogram.
As this aggregation process can consume a lot of CPU, this feature now requires a new network check parameter collect_connection_queues to be explicitly set to true to enable this feature.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • PR title must be written as a CHANGELOG entry (see why)
  • Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
  • PR must have changelog/ and integration/ labels attached

@L3n41c L3n41c changed the title Backport #7985 and #8059 to 7.24.x: [network] Set the collect_connection_queues parameter default value t… … 352633f …o false (#8059) Backport #7985 and #8059 to 7.24.x: [network] Set the collect_connection_queues parameter default value to false Nov 20, 2020
@L3n41c
L3n41c merged commit 2bb1f54 into 7.24.x Nov 20, 2020
@L3n41c
L3n41c deleted the lenaic/backport_7985_8059 branch November 20, 2020 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants