Skip to content

Commit

Permalink
Update Kubernetes-Views-Pods.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Harish-egov authored Dec 20, 2024
1 parent 4c27731 commit 9e7577c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring-dashboards/Kubernetes-Views-Pods.json
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@
},
"disableTextWrap": false,
"editorMode": "code",
"expr": "sum(rate(container_cpu_usage_seconds_total{namespace=\"$namespace\", pod=~\"$pod\", container!=\"\", cluster=\"$cluster\"}[5m])) by (container)",
"expr": "sum(rate(container_cpu_usage_seconds_total{namespace=\"$namespace\", pod=~\"$pod\", container!=\"\", cluster=\"$cluster\"}[$__rate_interval])) by (container)",
"fullMetaSearch": false,
"hide": false,
"includeNullMetadata": true,
Expand Down Expand Up @@ -2954,4 +2954,4 @@
"uid": "k8s_views_pods_latest",
"version": 4,
"weekStart": ""
}
}

0 comments on commit 9e7577c

Please sign in to comment.