Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

softnet: additionals metrics from softnet_data, #2592

Merged
merged 18 commits into from
May 24, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove width, softnet backlog must be a gauge not a counter
Signed-off-by: Rémi Jouannet <[email protected]>
  • Loading branch information
remijouannet committed May 11, 2023
commit b15361ba91ccc2d7604fc660cf6d58b2833dc1c8
2 changes: 1 addition & 1 deletion collector/fixtures/e2e-64k-page-output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3041,7 +3041,7 @@ node_softirqs_total{vector="sched"} 622196
node_softirqs_total{vector="tasklet"} 1.783454e+06
node_softirqs_total{vector="timer"} 1.481983e+06
# HELP node_softnet_backlog_len_total Softnet backlog status
# TYPE node_softnet_backlog_len_total counter
# TYPE node_softnet_backlog_len_total gauge
node_softnet_backlog_len_total{cpu="0"} 0
node_softnet_backlog_len_total{cpu="1"} 0
node_softnet_backlog_len_total{cpu="2"} 0
Expand Down
2 changes: 1 addition & 1 deletion collector/fixtures/e2e-output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3063,7 +3063,7 @@ node_softirqs_total{vector="sched"} 622196
node_softirqs_total{vector="tasklet"} 1.783454e+06
node_softirqs_total{vector="timer"} 1.481983e+06
# HELP node_softnet_backlog_len_total Softnet backlog status
# TYPE node_softnet_backlog_len_total counter
# TYPE node_softnet_backlog_len_total gauge
node_softnet_backlog_len_total{cpu="0"} 0
node_softnet_backlog_len_total{cpu="1"} 0
node_softnet_backlog_len_total{cpu="2"} 0
Expand Down