Skip to content

Commit

Permalink
Fix gc metric names
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Hajas <mhajas@redhat.com>
  • Loading branch information
mhajas committed Sep 27, 2024
1 parent df392e3 commit 71d9acb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "max(jvm_gc_overhead_percent{namespace=\"$namespace\"}) by (pod)",
"expr": "max(jvm_gc_overhead{namespace=\"$namespace\"}) by (pod)",
"format": "time_series",
"instant": false,
"legendFormat": "__auto",
Expand Down Expand Up @@ -2183,7 +2183,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "max(jvm_memory_usage_after_gc_percent{namespace=\"$namespace\"}) by (pod, pool)",
"expr": "max(jvm_memory_usage_after_gc{namespace=\"$namespace\"}) by (pod, pool)",
"format": "time_series",
"instant": false,
"legendFormat": "{{pod}} - {{pool}}",
Expand Down

0 comments on commit 71d9acb

Please sign in to comment.