Skip to content

Commit 1b1e4d0

Browse files
author
Tim Middleton
authored
Fix Problem with Memory By Role Panel on Main Grafana Dashboard (#425)
1 parent adaa9da commit 1b1e4d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboards/grafana/coherence-dashboard-main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@
10181018
],
10191019
"targets": [
10201020
{
1021-
"expr": "count(vendor_Coherence_Memory_HeapAfterGC_Max{cluster=~\"$ClusterName\"}) by (role)",
1021+
"expr": "avg(count(vendor_Coherence_Memory_HeapAfterGC_Max{cluster=~\"$ClusterName\"}) by (role, name)) by (role)",
10221022
"format": "table",
10231023
"instant": true,
10241024
"interval": "",
@@ -2985,4 +2985,4 @@
29852985
"list": []
29862986
},
29872987
"version": 1
2988-
}
2988+
}

0 commit comments

Comments
 (0)