Skip to content

Commit

Permalink
Fix container name typo (kube-burner#366)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 authored Jun 28, 2023
1 parent 45da5b4 commit 1653c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kube-burner/ocp-config/metrics-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
metricName: cpu-ovnkube-node-ovn-controller
aggregations: [avg]

- query: container_memory_rss{namespace="openshift-ovn-kubernetes", pod=~"ovnkube-node.+",container="ovo-controller"}
- query: container_memory_rss{namespace="openshift-ovn-kubernetes", pod=~"ovnkube-node.+",container="ovn-controller"}
metricName: memory-ovnkube-node-ovn-controller
aggregations: [avg, max]

Expand Down

0 comments on commit 1653c52

Please sign in to comment.