Skip to content

Commit

Permalink
add working_set_size to pod_memory_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbehery committed Apr 22, 2021
1 parent b7803e0 commit 595c110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards/resources/pod.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ local template = grafana.template;
'sum(container_memory_cache{%(clusterLabel)s="$cluster", namespace="$namespace", pod="$pod", container != "", container != "POD"}) by (container)' % $._config,
'sum(container_memory_swap{%(clusterLabel)s="$cluster", namespace="$namespace", pod="$pod", container != "", container != "POD"}) by (container)' % $._config,
], tableStyles {
'Value #A': { alias: 'Memory Usage', unit: 'bytes' },
'Value #A': { alias: 'Memory Usage (WSS)', unit: 'bytes' },
'Value #B': { alias: 'Memory Requests', unit: 'bytes' },
'Value #C': { alias: 'Memory Requests %', unit: 'percentunit' },
'Value #D': { alias: 'Memory Limits', unit: 'bytes' },
Expand Down

0 comments on commit 595c110

Please sign in to comment.