Skip to content

Commit

Permalink
update vm memory name
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat committed Feb 18, 2024
1 parent 25b8021 commit 40a9f0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmark_runner/common/prometheus/metrics-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
metricName: containerMemory-benchmark-runner

- query: container_memory_cache{pod=~"virt-launcher.*", container="compute"}
metricName: VM Memory Cache
metricName: virt launcher Cache

- query: container_memory_working_set_bytes{pod=~"virt-launcher.*", container="compute"}
metricName: VM Memory working set bytes
metricName: virt launcher working set bytes

- query: container_memory_max_usage_bytes{pod=~"virt-launcher.*", container="compute"}
metricName: VM Memory Max Usage Bytes
metricName: virt launcher Max Usage Bytes

- query: container_memory_cache{container=~"virt-handler", namespace="openshift-cnv"}
metricName: virt handler Cache
Expand Down

0 comments on commit 40a9f0c

Please sign in to comment.