You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dashboards/grafana/services-summary-dashboard.json
+72-6Lines changed: 72 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@
44
44
"editable": true,
45
45
"fiscalYearStartMonth": 0,
46
46
"graphTooltip": 0,
47
-
"id": 3,
47
+
"id": 13,
48
48
"links": [
49
49
{
50
50
"icon": "dashboard",
@@ -113,10 +113,6 @@
113
113
{
114
114
"color": "green",
115
115
"value": null
116
-
},
117
-
{
118
-
"color": "red",
119
-
"value": 80
120
116
}
121
117
]
122
118
},
@@ -276,6 +272,46 @@
276
272
]
277
273
}
278
274
]
275
+
},
276
+
{
277
+
"matcher": {
278
+
"id": "byName",
279
+
"options": "Value #C"
280
+
},
281
+
"properties": [
282
+
{
283
+
"id": "displayName",
284
+
"value": "Avg Partition Size"
285
+
},
286
+
{
287
+
"id": "unit",
288
+
"value": "deckbytes"
289
+
},
290
+
{
291
+
"id": "decimals",
292
+
"value": 1
293
+
}
294
+
]
295
+
},
296
+
{
297
+
"matcher": {
298
+
"id": "byName",
299
+
"options": "Value #D"
300
+
},
301
+
"properties": [
302
+
{
303
+
"id": "displayName",
304
+
"value": "Max Partition Size"
305
+
},
306
+
{
307
+
"id": "unit",
308
+
"value": "deckbytes"
309
+
},
310
+
{
311
+
"id": "decimals",
312
+
"value": 1
313
+
}
314
+
]
279
315
}
280
316
]
281
317
},
@@ -310,6 +346,30 @@
310
346
"refId": "A"
311
347
},
312
348
{
349
+
"datasource": "prometheus",
350
+
"editorMode": "code",
351
+
"expr": "sum(coherence_partition_assignment_average_partition_size_kb{namespace=~\"${Namespace:.*}\",cluster=\"${ClusterName:raw}\"}) by (coherence_service)",
352
+
"format": "table",
353
+
"hide": false,
354
+
"instant": true,
355
+
"intervalFactor": 1,
356
+
"legendFormat": "",
357
+
"refId": "C"
358
+
},
359
+
{
360
+
"datasource": "prometheus",
361
+
"editorMode": "code",
362
+
"expr": "sum(coherence_partition_assignment_max_partition_size_kb{namespace=~\"${Namespace:.*}\",cluster=\"${ClusterName:raw}\"}) by (coherence_service)",
363
+
"format": "table",
364
+
"hide": false,
365
+
"instant": true,
366
+
"intervalFactor": 1,
367
+
"legendFormat": "",
368
+
"refId": "D"
369
+
},
370
+
{
371
+
"datasource": "prometheus",
372
+
"editorMode": "code",
313
373
"expr": "avg(coherence_partition_assignment_ha_status_code{namespace=~\"${Namespace:.*}\",cluster=\"${ClusterName:raw}\"}) by (coherence_service)",
0 commit comments