Skip to content

Commit b358fc7

Browse files
committed
Further updates to remove old __cell
1 parent abec906 commit b358fc7

14 files changed

+2085
-1506
lines changed

dashboards/grafana/cache-store-details-dashboard.json

+16-460
Large diffs are not rendered by default.

dashboards/grafana/caches-summary-dashboard.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
"value": [
526526
{
527527
"targetBlank": false,
528-
"title": "Drill down to cache details for ${__cell}",
528+
"title": "Drill down to cache details for ${__data.fields[1]}",
529529
"url": "/d/coh-cache-details?var-ClusterName=$ClusterName&var-ServiceName=${__data.fields[2]:raw}&var-CacheName=${__data.fields[1]}"
530530
}
531531
]
@@ -1262,6 +1262,6 @@
12621262
"timezone": "",
12631263
"title": "Coherence Caches Summary Dashboard",
12641264
"uid": "coh-caches-summary",
1265-
"version": 5,
1265+
"version": 6,
12661266
"weekStart": ""
12671267
}

dashboards/grafana/coherence-dashboard-main.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -3109,7 +3109,7 @@
31093109
{
31103110
"targetBlank": false,
31113111
"title": "",
3112-
"url": "/d/coh-service-details?var-ServiceName=${__cell:raw}&var-ClusterName=$ClusterName"
3112+
"url": "/d/coh-service-details?var-ServiceName=${__data.fields[1]:raw}&var-ClusterName=$ClusterName"
31133113
}
31143114
]
31153115
},
@@ -3142,7 +3142,7 @@
31423142
{
31433143
"targetBlank": false,
31443144
"title": "",
3145-
"url": "/d/coh-cache-details?var-ClusterName=$ClusterName&var-ServiceName=${__cell_3}&var-CacheName=${__cell}&range=$__range"
3145+
"url": "/d/coh-cache-details?var-ClusterName=$ClusterName&var-ServiceName=${__data.fields[1]:raw}&var-CacheName=${__data.fields[2]}&range=$__range"
31463146
}
31473147
]
31483148
},
@@ -3328,7 +3328,7 @@
33283328
{
33293329
"targetBlank": false,
33303330
"title": "",
3331-
"url": "/d/coh-service-details?var-ServiceName=${__cell:raw}&var-ClusterName=$ClusterName"
3331+
"url": "/d/coh-service-details?var-ServiceName=${__data.fields[1]:raw}&var-ClusterName=$ClusterName"
33323332
}
33333333
]
33343334
},
@@ -3361,7 +3361,7 @@
33613361
{
33623362
"targetBlank": false,
33633363
"title": "",
3364-
"url": "/d/coh-cache-details?var-ClusterName=$ClusterName&var-ServiceName=${__cell_3}&var-CacheName=${__cell}"
3364+
"url": "/d/coh-cache-details?var-ClusterName=$ClusterName&var-ServiceName=${__data.fields[1]:raw}&var-CacheName=${__data.fields[2]}"
33653365
}
33663366
]
33673367
},
@@ -3623,8 +3623,8 @@
36233623
{
36243624
"current": {
36253625
"selected": false,
3626-
"text": "topics-cluster",
3627-
"value": "topics-cluster"
3626+
"text": "mainp",
3627+
"value": "mainp"
36283628
},
36293629
"datasource": {
36303630
"type": "prometheus",
@@ -3712,7 +3712,7 @@
37123712
},
37133713
{
37143714
"current": {
3715-
"selected": true,
3715+
"selected": false,
37163716
"text": [
37173717
"All"
37183718
],
@@ -3789,7 +3789,7 @@
37893789
]
37903790
},
37913791
"time": {
3792-
"from": "now-30m",
3792+
"from": "now-15m",
37933793
"to": "now"
37943794
},
37953795
"timepicker": {
@@ -3820,6 +3820,6 @@
38203820
"timezone": "",
38213821
"title": "Coherence Dashboard Main",
38223822
"uid": "coh-main",
3823-
"version": 13,
3823+
"version": 16,
38243824
"weekStart": ""
38253825
}

0 commit comments

Comments
 (0)