Skip to content

Commit

Permalink
fix: workqueue_depth should show count not rate (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Apr 25, 2022
1 parent 5ba5c52 commit 6ef72e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/monitoring/controller-grafana.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(workqueue_depth{job=\"kube-ovn-controller\", instance=~\"$instance\"}[5m])) by (instance, name)",
"expr": "workqueue_depth{job=\"kube-ovn-controller\", instance=~\"$instance\"}",
"format": "time_series",
"interval": "",
"intervalFactor": 2,
Expand Down

0 comments on commit 6ef72e7

Please sign in to comment.