Skip to content

Commit

Permalink
Fixes #2522: Incorrect Pod Memory Usage (WSS) Graph Behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmalynych committed Sep 20, 2024
1 parent b20433e commit 33b6cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/grafana-dashboardDefinitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8297,8 +8297,8 @@ items:
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "sum(container_memory_working_set_bytes{job=\"kubelet\", metrics_path=\"/metrics/cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", container!=\"\", image!=\"\"}) by (container)",
"legendFormat": "__auto"
"expr": "sum(container_memory_working_set_bytes{job=\"kubelet\", metrics_path=\"/metrics/cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", container!=\"\", image!=\"\"}) by (container, name)",
"legendFormat": "{{container}}"
},
{
"datasource": {
Expand Down

0 comments on commit 33b6cb1

Please sign in to comment.