Skip to content

Commit

Permalink
Fix unpopulated CPU charts
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashalbert committed Oct 29, 2021
1 parent 4105070 commit dc4e693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/monitoring/ovn-grafana.json
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{pod=~\"ovn-central.*\", container!=\"POD\"}) by (pod, node)",
"expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate{pod=~\"ovn-central.*\", container!=\"POD\"}) by (pod, node)",
"interval": "",
"legendFormat": "{{node}}",
"refId": "A"
Expand Down
2 changes: 1 addition & 1 deletion dist/monitoring/ovs-grafana.json
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{pod=~\"ovs-ovn.*\", container!=\"POD\"}) by (pod, node)",
"expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate{pod=~\"ovs-ovn.*\", container!=\"POD\"}) by (pod, node)",
"interval": "",
"legendFormat": "{{node}}",
"refId": "A"
Expand Down

0 comments on commit dc4e693

Please sign in to comment.