Skip to content

Commit 4a07bdf

Browse files
author
Tim Middleton
authored
Add executor dashboards (#522)
1 parent 0747e65 commit 4a07bdf

15 files changed

+1102
-22
lines changed

dashboards/grafana/caches-summary-dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"decimals": 2,
111111
"link": true,
112112
"linkTooltip": "Drill down to service details for ${__cell}",
113-
"linkUrl": "/d/coh-service-details?var-ServiceName=${__cell}&var-ClusterName=$ClusterName",
113+
"linkUrl": "/d/coh-service-details?var-ServiceName=${__cell:raw}&var-ClusterName=$ClusterName",
114114
"mappingType": 1,
115115
"pattern": "coherence_service",
116116
"thresholds": [],
@@ -336,7 +336,7 @@
336336
"decimals": 2,
337337
"link": true,
338338
"linkTooltip": "Drill down to service details for ${__cell}",
339-
"linkUrl": "/d/coh-service-details?var-ServiceName=${__cell}&var-ClusterName=$ClusterName",
339+
"linkUrl": "/d/coh-service-details?var-ServiceName=${__cell:raw}&var-ClusterName=$ClusterName",
340340
"mappingType": 1,
341341
"pattern": "coherence_service",
342342
"thresholds": [],

dashboards/grafana/coherence-dashboard-main.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1760,7 +1760,7 @@
17601760
"decimals": 2,
17611761
"link": true,
17621762
"linkTooltip": "Drill down to service details for ${__cell}",
1763-
"linkUrl": "/d/coh-service-details?var-ServiceName=${__cell}&var-ClusterName=$ClusterName",
1763+
"linkUrl": "/d/coh-service-details?var-ServiceName=${__cell:raw}&var-ClusterName=$ClusterName",
17641764
"mappingType": 1,
17651765
"pattern": "name",
17661766
"thresholds": [],
@@ -2180,7 +2180,7 @@
21802180
"link": true,
21812181
"linkTargetBlank": false,
21822182
"linkTooltip": "Drill down to service details for ${__cell}",
2183-
"linkUrl": "/d/coh-service-details?var-ServiceName=${__cell}&var-ClusterName=$ClusterName",
2183+
"linkUrl": "/d/coh-service-details?var-ServiceName=${__cell:raw}&var-ClusterName=$ClusterName",
21842184
"mappingType": 1,
21852185
"pattern": "name",
21862186
"thresholds": [],
@@ -2408,7 +2408,7 @@
24082408
"decimals": 2,
24092409
"link": true,
24102410
"linkTooltip": "",
2411-
"linkUrl": "/d/coh-service-details?var-ServiceName=${__cell}&var-ClusterName=$ClusterName",
2411+
"linkUrl": "/d/coh-service-details?var-ServiceName=${__cell:raw}&var-ClusterName=$ClusterName",
24122412
"mappingType": 1,
24132413
"pattern": "coherence_service",
24142414
"thresholds": [],
@@ -2543,7 +2543,7 @@
25432543
"dateFormat": "YYYY-MM-DD HH:mm:ss",
25442544
"decimals": 2,
25452545
"link": true,
2546-
"linkUrl": "/d/coh-service-details?var-ServiceName=${__cell}&var-ClusterName=$ClusterName",
2546+
"linkUrl": "/d/coh-service-details?var-ServiceName=${__cell:raw}&var-ClusterName=$ClusterName",
25472547
"mappingType": 1,
25482548
"pattern": "coherence_service",
25492549
"thresholds": [],

0 commit comments

Comments
 (0)