From d48849a61fca5e2420892dbd5e14de59f3af8573 Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Fri, 25 Nov 2022 08:27:12 +0800 Subject: [PATCH 1/2] Grafana dashboards do not load when cluster name contains single quote --- .../grafana/cache-details-dashboard.json | 86 +++++++++---------- .../cache-store-details-dashboard.json | 36 ++++---- .../grafana/caches-summary-dashboard.json | 18 ++-- .../grafana/coherence-dashboard-main.json | 68 +++++++-------- .../elastic-data-summary-dashboard.json | 22 ++--- ...cutor-detail.json => executor-detail.json} | 14 +-- ...rs-summary.json => executors-summary.json} | 16 ++-- .../grafana/federation-details-dashboard.json | 40 ++++----- .../grafana/federation-summary-dashboard.json | 40 ++++----- .../http-servers-summary-dashboard.json | 22 ++--- .../grafana/kubernetes-summary-dashboard.json | 10 +-- .../grafana/machines-summary-dashboard.json | 26 +++--- .../grafana/member-details-dashboard.json | 46 +++++----- .../grafana/members-summary-dashboard.json | 34 ++++---- .../persistence-summary-dashboard.json | 24 +++--- .../proxy-server-detail-dashboard.json | 30 +++---- .../proxy-servers-summary-dashboard.json | 30 +++---- .../grafana/service-details-dashboard.json | 72 ++++++++-------- .../grafana/services-summary-dashboard.json | 34 ++++---- 19 files changed, 334 insertions(+), 334 deletions(-) rename dashboards/grafana/{coherence-executor-detail.json => executor-detail.json} (94%) rename dashboards/grafana/{coherence-executors-summary.json => executors-summary.json} (95%) diff --git a/dashboards/grafana/cache-details-dashboard.json b/dashboards/grafana/cache-details-dashboard.json index f8a053f5f..fd836fd13 100644 --- a/dashboards/grafana/cache-details-dashboard.json +++ b/dashboards/grafana/cache-details-dashboard.json @@ -127,7 +127,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_cache_size{cluster=\"$ClusterName\",coherence_service='$ServiceName',name=\"$CacheName\"})", + "expr": "sum(vendor:coherence_cache_size{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName',name=\"$CacheName\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -208,7 +208,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_cache_units_bytes{cluster=\"$ClusterName\",coherence_service='$ServiceName',name=\"$CacheName\"}) ", + "expr": "sum(vendor:coherence_cache_units_bytes{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName',name=\"$CacheName\"}) ", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -288,7 +288,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_storage_manager_index_total_units{cluster=\"$ClusterName\",coherence_service='$ServiceName',cache=\"$CacheName\"})", + "expr": "sum(vendor:coherence_storage_manager_index_total_units{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName',cache=\"$CacheName\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -368,7 +368,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_storage_manager_non_optimized_query_count{cluster=\"$ClusterName\",coherence_service='$ServiceName',cache=\"$CacheName\"})", + "expr": "sum(vendor:coherence_storage_manager_non_optimized_query_count{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName',cache=\"$CacheName\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -448,7 +448,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_storage_manager_non_optimized_query_total_millis{cluster=\"$ClusterName\",coherence_service='$ServiceName',cache=\"$CacheName\"})", + "expr": "sum(vendor:coherence_storage_manager_non_optimized_query_total_millis{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName',cache=\"$CacheName\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -529,7 +529,7 @@ "tableColumn": "", "targets": [ { - "expr": "max(vendor:coherence_storage_manager_max_query_duration_millis{cluster=\"$ClusterName\",coherence_service='$ServiceName',cache=\"$CacheName\"})", + "expr": "max(vendor:coherence_storage_manager_max_query_duration_millis{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName',cache=\"$CacheName\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -585,7 +585,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_cache_units_bytes{cluster=\"$ClusterName\",tier=\"back\",name=\"$CacheName\"})", + "expr": "sum(vendor:coherence_cache_units_bytes{cluster=\"${ClusterName:raw}\",tier=\"back\",name=\"$CacheName\"})", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -593,7 +593,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_storage_manager_index_total_units{cluster=\"$ClusterName\",coherence_service='$ServiceName', cache=\"$CacheName\"})", + "expr": "sum(vendor:coherence_storage_manager_index_total_units{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', cache=\"$CacheName\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "Index Memory", @@ -684,7 +684,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_storage_manager_eviction_count{cluster=\"$ClusterName\",coherence_service='$ServiceName', cache=\"$CacheName\"}) - sum(vendor:coherence_storage_manager_eviction_count{cluster=\"$ClusterName\",coherence_service='$ServiceName', cache=\"$CacheName\"} offset $__interval) ", + "expr": "sum(vendor:coherence_storage_manager_eviction_count{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', cache=\"$CacheName\"}) - sum(vendor:coherence_storage_manager_eviction_count{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', cache=\"$CacheName\"} offset $__interval) ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -926,7 +926,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_cache_size{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "sum(vendor:coherence_cache_size{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -934,7 +934,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_cache_units_bytes{cluster=\"$ClusterName\",tier=\"back\",name=\"$CacheName\"}) by(member)", + "expr": "sum(vendor:coherence_cache_units_bytes{cluster=\"${ClusterName:raw}\",tier=\"back\",name=\"$CacheName\"}) by(member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -942,7 +942,7 @@ "refId": "H" }, { - "expr": "sum(vendor:coherence_cache_total_gets{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "sum(vendor:coherence_cache_total_gets{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -950,14 +950,14 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_cache_total_puts{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "sum(vendor:coherence_cache_total_puts{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, "refId": "C" }, { - "expr": "sum(vendor:coherence_cache_hits{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "sum(vendor:coherence_cache_hits{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -965,7 +965,7 @@ "refId": "D" }, { - "expr": "sum(vendor:coherence_cache_prunes{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "sum(vendor:coherence_cache_prunes{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -973,7 +973,7 @@ "refId": "G" }, { - "expr": "sum(vendor:coherence_cache_misses{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "sum(vendor:coherence_cache_misses{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -981,7 +981,7 @@ "refId": "E" }, { - "expr": "sum(vendor:coherence_cache_hits{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member) / (sum(vendor:coherence_cache_hits{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member) + sum(vendor:coherence_cache_misses{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member) ) ", + "expr": "sum(vendor:coherence_cache_hits{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member) / (sum(vendor:coherence_cache_hits{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member) + sum(vendor:coherence_cache_misses{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member) ) ", "format": "table", "instant": true, "intervalFactor": 1, @@ -1156,7 +1156,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_cache_total_gets_millis{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "sum(vendor:coherence_cache_total_gets_millis{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1164,14 +1164,14 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_cache_total_puts_millis{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "sum(vendor:coherence_cache_total_puts_millis{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, "refId": "C" }, { - "expr": "sum(vendor:coherence_cache_hits_millis{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "sum(vendor:coherence_cache_hits_millis{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1179,7 +1179,7 @@ "refId": "D" }, { - "expr": "sum(vendor:coherence_cache_prunes_millis{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "sum(vendor:coherence_cache_prunes_millis{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1187,7 +1187,7 @@ "refId": "G" }, { - "expr": "sum(vendor:coherence_cache_misses_millis{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "sum(vendor:coherence_cache_misses_millis{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1195,7 +1195,7 @@ "refId": "E" }, { - "expr": "sum(vendor:coherence_storage_max_query_duration_millis{cluster=\"$ClusterName\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", + "expr": "sum(vendor:coherence_storage_max_query_duration_millis{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1472,7 +1472,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_storage_listener_registrations{cluster=\"$ClusterName\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", + "expr": "sum(vendor:coherence_storage_listener_registrations{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1480,7 +1480,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_storage_eviction_count{cluster=\"$ClusterName\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", + "expr": "sum(vendor:coherence_storage_eviction_count{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", "format": "table", "hide": false, "instant": true, @@ -1489,7 +1489,7 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_storage_non_optimized_query_count{cluster=\"$ClusterName\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", + "expr": "sum(vendor:coherence_storage_non_optimized_query_count{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1497,7 +1497,7 @@ "refId": "C" }, { - "expr": "sum(vendor:coherence_storage_optimized_query_count{cluster=\"$ClusterName\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", + "expr": "sum(vendor:coherence_storage_optimized_query_count{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1505,7 +1505,7 @@ "refId": "D" }, { - "expr": "sum(vendor:coherence_storage_index_total_units{cluster=\"$ClusterName\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", + "expr": "sum(vendor:coherence_storage_index_total_units{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", "format": "table", "instant": true, "interval": "", @@ -1514,7 +1514,7 @@ "refId": "E" }, { - "expr": "sum(vendor:coherence_storage_manager_non_optimized_query_total_millis{cluster=\"$ClusterName\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", + "expr": "sum(vendor:coherence_storage_manager_non_optimized_query_total_millis{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1522,7 +1522,7 @@ "refId": "F" }, { - "expr": "sum(vendor:coherence_storage_manager_max_query_duration_millis{cluster=\"$ClusterName\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", + "expr": "sum(vendor:coherence_storage_manager_max_query_duration_millis{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1530,7 +1530,7 @@ "refId": "G" }, { - "expr": "sum(vendor:coherence_storage_manager_eviction_count{cluster=\"$ClusterName\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", + "expr": "sum(vendor:coherence_storage_manager_eviction_count{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1538,7 +1538,7 @@ "refId": "H" }, { - "expr": "sum(vendor:coherence_storage_manager_locks_pending{cluster=\"$ClusterName\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", + "expr": "sum(vendor:coherence_storage_manager_locks_pending{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1546,7 +1546,7 @@ "refId": "I" }, { - "expr": "sum(vendor:coherence_storage_manager_locks_granted{cluster=\"$ClusterName\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", + "expr": "sum(vendor:coherence_storage_manager_locks_granted{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', cache=\"$CacheName\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1554,7 +1554,7 @@ "refId": "J" }, { - "expr": "sum(vendor:coherence_cache_store_writes{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\"}) by (member)", + "expr": "sum(vendor:coherence_cache_store_writes{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\"}) by (member)", "format": "table", "instant": true, "interval": "", @@ -1563,7 +1563,7 @@ "refId": "K" }, { - "expr": "sum(vendor:coherence_cache_store_reads{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\"}) by (member)", + "expr": "sum(vendor:coherence_cache_store_reads{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\"}) by (member)", "format": "table", "instant": true, "interval": "", @@ -1754,7 +1754,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_cache_size{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member)", + "expr": "sum(vendor:coherence_cache_size{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1762,7 +1762,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_cache_total_gets{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member)", + "expr": "sum(vendor:coherence_cache_total_gets{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1770,14 +1770,14 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_cache_total_puts{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member)", + "expr": "sum(vendor:coherence_cache_total_puts{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, "refId": "C" }, { - "expr": "sum(vendor:coherence_cache_hits{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member)", + "expr": "sum(vendor:coherence_cache_hits{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1785,7 +1785,7 @@ "refId": "D" }, { - "expr": "sum(vendor:coherence_cache_misses{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member)", + "expr": "sum(vendor:coherence_cache_misses{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1793,7 +1793,7 @@ "refId": "E" }, { - "expr": "sum(vendor:coherence_cache_hits{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member) / (sum(vendor:coherence_cache_hits{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member) + sum(vendor:coherence_cache_misses{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member) ) ", + "expr": "sum(vendor:coherence_cache_hits{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member) / (sum(vendor:coherence_cache_hits{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member) + sum(vendor:coherence_cache_misses{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"front\"}) by (member) ) ", "format": "table", "instant": true, "intervalFactor": 1, @@ -1849,7 +1849,7 @@ "multi": false, "name": "ServiceName", "options": [], - "query": "label_values(vendor:coherence_service_member_count{cluster=\"$ClusterName\"}, name)", + "query": "label_values(vendor:coherence_service_member_count{cluster=\"${ClusterName:raw}\"}, name)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -1872,7 +1872,7 @@ "multi": false, "name": "CacheName", "options": [], - "query": "label_values(vendor:coherence_cache_units_bytes{cluster=\"$ClusterName\",coherence_service='$ServiceName'}, name)", + "query": "label_values(vendor:coherence_cache_units_bytes{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName'}, name)", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/cache-store-details-dashboard.json b/dashboards/grafana/cache-store-details-dashboard.json index 0f2e99d44..06b3f8ae2 100644 --- a/dashboards/grafana/cache-store-details-dashboard.json +++ b/dashboards/grafana/cache-store-details-dashboard.json @@ -129,7 +129,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_cache_size{cluster=\"$ClusterName\",coherence_service='$ServiceName',name=\"$CacheName\"})", + "expr": "sum(vendor:coherence_cache_size{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName',name=\"$CacheName\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -211,7 +211,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_cache_queue_size{cluster=\"$ClusterName\",coherence_service='$ServiceName',name=\"$CacheName\"}) ", + "expr": "sum(vendor:coherence_cache_queue_size{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName',name=\"$CacheName\"}) ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -294,7 +294,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_cache_store_writes{cluster=\"$ClusterName\",coherence_service='$ServiceName',name=\"$CacheName\"})", + "expr": "sum(vendor:coherence_cache_store_writes{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName',name=\"$CacheName\"})", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -377,7 +377,7 @@ "tableColumn": "", "targets": [ { - "expr": "avg(vendor:coherence_cache_store_average_batch_size{cluster=\"$ClusterName\",coherence_service='$ServiceName',name=\"$CacheName\"})", + "expr": "avg(vendor:coherence_cache_store_average_batch_size{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName',name=\"$CacheName\"})", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -460,7 +460,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_cache_store_failures{cluster=\"$ClusterName\",coherence_service='$ServiceName',cache=\"$CacheName\"})", + "expr": "sum(vendor:coherence_cache_store_failures{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName',cache=\"$CacheName\"})", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -543,7 +543,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_cache_store_reads{cluster=\"$ClusterName\",coherence_service='$ServiceName',name=\"$CacheName\"})", + "expr": "sum(vendor:coherence_cache_store_reads{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName',name=\"$CacheName\"})", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -607,7 +607,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_cache_store_writes{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\"}) - \nsum(vendor:coherence_cache_store_writes{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\"} offset $__interval)", + "expr": "sum(vendor:coherence_cache_store_writes{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\"}) - \nsum(vendor:coherence_cache_store_writes{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\"} offset $__interval)", "format": "time_series", "instant": false, "interval": "", @@ -700,7 +700,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_cache_store_reads{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\"}) - \nsum(vendor:coherence_cache_store_reads{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\"} offset $__interval)", + "expr": "sum(vendor:coherence_cache_store_reads{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\"}) - \nsum(vendor:coherence_cache_store_reads{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\"} offset $__interval)", "format": "time_series", "instant": false, "interval": "", @@ -968,7 +968,7 @@ ], "targets": [ { - "expr": "avg(vendor:coherence_cache_queue_size{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "avg(vendor:coherence_cache_queue_size{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "interval": "", @@ -976,7 +976,7 @@ "refId": "A" }, { - "expr": "avg(vendor:coherence_cache_store_writes{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "avg(vendor:coherence_cache_store_writes{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "interval": "", @@ -984,7 +984,7 @@ "refId": "B" }, { - "expr": "avg(vendor:coherence_cache_store_average_batch_size{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "avg(vendor:coherence_cache_store_average_batch_size{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "interval": "", @@ -992,7 +992,7 @@ "refId": "C" }, { - "expr": "avg(vendor:coherence_cache_store_write_millis{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"} / \n vendor:coherence_cache_store_writes{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "avg(vendor:coherence_cache_store_write_millis{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"} / \n vendor:coherence_cache_store_writes{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "interval": "", @@ -1000,7 +1000,7 @@ "refId": "G" }, { - "expr": "avg(vendor:coherence_cache_store_write_millis{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "avg(vendor:coherence_cache_store_write_millis{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "interval": "", @@ -1008,7 +1008,7 @@ "refId": "D" }, { - "expr": "avg(vendor:coherence_cache_store_reads{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)\n", + "expr": "avg(vendor:coherence_cache_store_reads{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)\n", "format": "table", "instant": true, "interval": "", @@ -1016,7 +1016,7 @@ "refId": "E" }, { - "expr": "avg(vendor:coherence_cache_store_read_millis{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"} / \n vendor:coherence_cache_store_reads{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "avg(vendor:coherence_cache_store_read_millis{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"} / \n vendor:coherence_cache_store_reads{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "interval": "", @@ -1024,7 +1024,7 @@ "refId": "H" }, { - "expr": "avg(vendor:coherence_cache_store_read_millis{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", + "expr": "avg(vendor:coherence_cache_store_read_millis{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName', name=\"$CacheName\", tier=\"back\"}) by (member)", "format": "table", "instant": true, "interval": "", @@ -1084,7 +1084,7 @@ "multi": false, "name": "ServiceName", "options": [], - "query": "label_values(vendor:coherence_service_member_count{cluster=\"$ClusterName\"}, name)", + "query": "label_values(vendor:coherence_service_member_count{cluster=\"${ClusterName:raw}\"}, name)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -1108,7 +1108,7 @@ "multi": false, "name": "CacheName", "options": [], - "query": "label_values(vendor:coherence_cache_units_bytes{cluster=\"$ClusterName\",coherence_service='$ServiceName'}, name)", + "query": "label_values(vendor:coherence_cache_units_bytes{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName'}, name)", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/caches-summary-dashboard.json b/dashboards/grafana/caches-summary-dashboard.json index 3a3338620..a37efeebc 100644 --- a/dashboards/grafana/caches-summary-dashboard.json +++ b/dashboards/grafana/caches-summary-dashboard.json @@ -182,7 +182,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_cache_units_bytes{cluster=\"$ClusterName\",tier=\"back\"}) by (coherence_service, name)", + "expr": "sum(vendor:coherence_cache_units_bytes{cluster=\"${ClusterName:raw}\",tier=\"back\"}) by (coherence_service, name)", "format": "table", "instant": true, "intervalFactor": 1, @@ -190,7 +190,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_cache_size{cluster=\"$ClusterName\",tier=\"back\"}) by (coherence_service, name)", + "expr": "sum(vendor:coherence_cache_size{cluster=\"${ClusterName:raw}\",tier=\"back\"}) by (coherence_service, name)", "format": "table", "instant": true, "intervalFactor": 1, @@ -241,7 +241,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_cache_units_bytes{cluster=\"$ClusterName\",tier=\"back\"})", + "expr": "sum(vendor:coherence_cache_units_bytes{cluster=\"${ClusterName:raw}\",tier=\"back\"})", "format": "time_series", "instant": false, "interval": "", @@ -250,7 +250,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_storage_manager_index_total_units{cluster=\"$ClusterName\"})", + "expr": "sum(vendor:coherence_storage_manager_index_total_units{cluster=\"${ClusterName:raw}\"})", "format": "time_series", "instant": false, "intervalFactor": 1, @@ -413,7 +413,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_storage_manager_index_total_units{cluster=\"$ClusterName\"}) by (coherence_service, cache )", + "expr": "sum(vendor:coherence_storage_manager_index_total_units{cluster=\"${ClusterName:raw}\"}) by (coherence_service, cache )", "format": "table", "instant": true, "intervalFactor": 1, @@ -470,7 +470,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_storage_manager_eviction_count{cluster=\"$ClusterName\"}) - sum(vendor:coherence_storage_manager_eviction_count{cluster=\"$ClusterName\"} offset $__interval)", + "expr": "sum(vendor:coherence_storage_manager_eviction_count{cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_storage_manager_eviction_count{cluster=\"${ClusterName:raw}\"} offset $__interval)", "format": "time_series", "instant": false, "interval": "", @@ -564,7 +564,7 @@ "multi": false, "name": "CoherenceVersion", "options": [], - "query": "label_values(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}, version)", + "query": "label_values(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}, version)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -589,7 +589,7 @@ "multi": false, "name": "Services", "options": [], - "query": "label_values(vendor:coherence_service_request_max_duration{cluster=\"$ClusterName\"}, name)", + "query": "label_values(vendor:coherence_service_request_max_duration{cluster=\"${ClusterName:raw}\"}, name)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -614,7 +614,7 @@ "multi": true, "name": "Caches", "options": [], - "query": "label_values(vendor:coherence_cache_size{cluster=\"$ClusterName\"}, name) ", + "query": "label_values(vendor:coherence_cache_size{cluster=\"${ClusterName:raw}\"}, name) ", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/coherence-dashboard-main.json b/dashboards/grafana/coherence-dashboard-main.json index 0a2709ec0..b41af2fbb 100644 --- a/dashboards/grafana/coherence-dashboard-main.json +++ b/dashboards/grafana/coherence-dashboard-main.json @@ -13,7 +13,7 @@ { "datasource": "prometheus", "enable": true, - "expr": "changes(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}[1m])", + "expr": "changes(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}[1m])", "hide": false, "iconColor": "rgba(255, 96, 96, 1)", "limit": 100, @@ -29,7 +29,7 @@ { "datasource": "prometheus", "enable": true, - "expr": "changes(vendor:coherence_service_owned_partitions_primary{cluster=\"$ClusterName\"}[60s])", + "expr": "changes(vendor:coherence_service_owned_partitions_primary{cluster=\"${ClusterName:raw}\"}[60s])", "hide": false, "iconColor": "rgba(255, 96, 96, 1)", "limit": 100, @@ -228,7 +228,7 @@ "tableColumn": "", "targets": [ { - "expr": "count(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}) ", + "expr": "count(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}) ", "format": "time_series", "instant": true, "intervalFactor": 1, @@ -313,7 +313,7 @@ "tableColumn": "", "targets": [ { - "expr": "avg(delta(vendor:coherence_cluster_members_departure_count{cluster=\"$ClusterName\"}[5m])) >= 0", + "expr": "avg(delta(vendor:coherence_cluster_members_departure_count{cluster=\"${ClusterName:raw}\"}[5m])) >= 0", "format": "time_series", "instant": true, "intervalFactor": 1, @@ -404,7 +404,7 @@ "tableColumn": "", "targets": [ { - "expr": "count(vendor:coherence_partition_assignment_ha_status_code{cluster=\"$ClusterName\"} <= 1)", + "expr": "count(vendor:coherence_partition_assignment_ha_status_code{cluster=\"${ClusterName:raw}\"} <= 1)", "format": "time_series", "instant": true, "interval": "", @@ -490,7 +490,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"$ClusterName\"})", + "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"${ClusterName:raw}\"})", "format": "time_series", "instant": true, "intervalFactor": 1, @@ -573,7 +573,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"$ClusterName\"})", + "expr": "sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"${ClusterName:raw}\"})", "format": "time_series", "instant": true, "intervalFactor": 1, @@ -656,7 +656,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"$ClusterName\"}) / sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"$ClusterName\"}) * 100 ", + "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"${ClusterName:raw}\"}) / sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"${ClusterName:raw}\"}) * 100 ", "format": "time_series", "instant": true, "intervalFactor": 1, @@ -722,7 +722,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"$ClusterName\"})", + "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"${ClusterName:raw}\"})", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -730,7 +730,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"$ClusterName\"})", + "expr": "sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"${ClusterName:raw}\"})", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -829,7 +829,7 @@ "steppedLine": false, "targets": [ { - "expr": "avg(vendor:coherence_os_system_load_average{cluster=\"$ClusterName\"}) by (machine)", + "expr": "avg(vendor:coherence_os_system_load_average{cluster=\"${ClusterName:raw}\"}) by (machine)", "format": "time_series", "instant": false, "interval": "", @@ -1014,7 +1014,7 @@ ], "targets": [ { - "expr": "count(vendor:coherence_memory_heap_memory_usage_max{cluster=\"$ClusterName\"}) by (role)", + "expr": "count(vendor:coherence_memory_heap_memory_usage_max{cluster=\"${ClusterName:raw}\"}) by (role)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1022,7 +1022,7 @@ "refId": "C" }, { - "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"$ClusterName\"}) by (role)", + "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"${ClusterName:raw}\"}) by (role)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1030,7 +1030,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"$ClusterName\"}) by (role)", + "expr": "sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"${ClusterName:raw}\"}) by (role)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1038,7 +1038,7 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"$ClusterName\"}) by (role) / sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"$ClusterName\"}) by (role) \n", + "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"${ClusterName:raw}\"}) by (role) / sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"${ClusterName:raw}\"}) by (role) \n", "format": "table", "instant": true, "intervalFactor": 1, @@ -1097,7 +1097,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"$ClusterName\"}) by (role) / sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"$ClusterName\"}) by (role) \n", + "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"${ClusterName:raw}\"}) by (role) / sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"${ClusterName:raw}\"}) by (role) \n", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1233,7 +1233,7 @@ ], "targets": [ { - "expr": "bottomk($TopLimit, avg(vendor:coherence_os_free_physical_memory_size{cluster=\"$ClusterName\"}/ vendor:coherence_os_total_physical_memory_size{cluster=\"$ClusterName\"}) by (machine))", + "expr": "bottomk($TopLimit, avg(vendor:coherence_os_free_physical_memory_size{cluster=\"${ClusterName:raw}\"}/ vendor:coherence_os_total_physical_memory_size{cluster=\"${ClusterName:raw}\"}) by (machine))", "format": "table", "instant": true, "interval": "", @@ -1349,7 +1349,7 @@ ], "targets": [ { - "expr": "topk($TopLimit, sum(avg_over_time(vendor:coherence_os_process_cpu_load{cluster=\"$ClusterName\"}[$__range] )) by (member))", + "expr": "topk($TopLimit, sum(avg_over_time(vendor:coherence_os_process_cpu_load{cluster=\"${ClusterName:raw}\"}[$__range] )) by (member))", "format": "table", "instant": true, "interval": "", @@ -1465,7 +1465,7 @@ ], "targets": [ { - "expr": "topk($TopLimit, avg(avg_over_time(vendor:coherence_memory_heap_after_gc_used{cluster=\"$ClusterName\"}[$__range]) / avg_over_time(vendor:coherence_memory_heap_memory_usage_max{cluster=\"$ClusterName\"}[$__range])) by (member))", + "expr": "topk($TopLimit, avg(avg_over_time(vendor:coherence_memory_heap_after_gc_used{cluster=\"${ClusterName:raw}\"}[$__range]) / avg_over_time(vendor:coherence_memory_heap_memory_usage_max{cluster=\"${ClusterName:raw}\"}[$__range])) by (member))", "format": "table", "instant": true, "interval": "", @@ -1578,7 +1578,7 @@ ], "targets": [ { - "expr": " topk($TopLimit,sum(delta(vendor:coherence_gc_collection_time{cluster=\"$ClusterName\"}[$__range])) by (member)) > 0", + "expr": " topk($TopLimit,sum(delta(vendor:coherence_gc_collection_time{cluster=\"${ClusterName:raw}\"}[$__range])) by (member)) > 0", "format": "table", "instant": true, "intervalFactor": 1, @@ -1690,7 +1690,7 @@ ], "targets": [ { - "expr": " topk($TopLimit,sum(delta(vendor:coherence_service_task_count{cluster=\"$ClusterName\"}[$__range])) by (member)) > 0", + "expr": " topk($TopLimit,sum(delta(vendor:coherence_service_task_count{cluster=\"${ClusterName:raw}\"}[$__range])) by (member)) > 0", "format": "table", "instant": true, "intervalFactor": 1, @@ -1802,7 +1802,7 @@ ], "targets": [ { - "expr": " topk($TopLimit,sum(delta(vendor:coherence_service_task_count{cluster=\"$ClusterName\"}[$__range])) by (name)) > 0", + "expr": " topk($TopLimit,sum(delta(vendor:coherence_service_task_count{cluster=\"${ClusterName:raw}\"}[$__range])) by (name)) > 0", "format": "table", "instant": true, "interval": "", @@ -1865,7 +1865,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_service_task_backlog{cluster=\"$ClusterName\"}) by (member) > 0", + "expr": "sum(vendor:coherence_service_task_backlog{cluster=\"${ClusterName:raw}\"}) by (member) > 0", "format": "time_series", "instant": false, "intervalFactor": 1, @@ -1966,7 +1966,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_service_task_backlog{cluster=\"$ClusterName\"}) by (name)", + "expr": "sum(vendor:coherence_service_task_backlog{cluster=\"${ClusterName:raw}\"}) by (name)", "format": "time_series", "instant": false, "intervalFactor": 1, @@ -2067,7 +2067,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_connection_manager_outgoing_byte_backlog{cluster=\"$ClusterName\"}) by (name)", + "expr": "sum(vendor:coherence_connection_manager_outgoing_byte_backlog{cluster=\"${ClusterName:raw}\"}) by (name)", "format": "time_series", "instant": false, "intervalFactor": 1, @@ -2205,7 +2205,7 @@ ], "targets": [ { - "expr": "avg(vendor:coherence_service_partitions_unbalanced{cluster=\"$ClusterName\", type=~\"DistributedCache|FederatedCache\"}) by(name) > 0", + "expr": "avg(vendor:coherence_service_partitions_unbalanced{cluster=\"${ClusterName:raw}\", type=~\"DistributedCache|FederatedCache\"}) by(name) > 0", "format": "table", "instant": true, "intervalFactor": 1, @@ -2317,7 +2317,7 @@ ], "targets": [ { - "expr": "topk($TopLimit, sum(vendor:coherence_node_packets_sent{cluster=\"$ClusterName\"} + vendor:coherence_node_packets_received{cluster=\"$ClusterName\"} - vendor:coherence_node_packets_sent{cluster=\"$ClusterName\"} offset $__range - vendor:coherence_node_packets_received{cluster=\"$ClusterName\"} offset $__range) by (member))", + "expr": "topk($TopLimit, sum(vendor:coherence_node_packets_sent{cluster=\"${ClusterName:raw}\"} + vendor:coherence_node_packets_received{cluster=\"${ClusterName:raw}\"} - vendor:coherence_node_packets_sent{cluster=\"${ClusterName:raw}\"} offset $__range - vendor:coherence_node_packets_received{cluster=\"${ClusterName:raw}\"} offset $__range) by (member))", "format": "table", "instant": true, "intervalFactor": 1, @@ -2453,7 +2453,7 @@ ], "targets": [ { - "expr": "topk($TopLimit, sum(vendor:coherence_storage_max_query_duration_milis{cluster=\"$ClusterName\"}) by (member, service, cache)) > 0", + "expr": "topk($TopLimit, sum(vendor:coherence_storage_max_query_duration_milis{cluster=\"${ClusterName:raw}\"}) by (member, service, cache)) > 0", "format": "table", "instant": true, "intervalFactor": 1, @@ -2588,7 +2588,7 @@ ], "targets": [ { - "expr": "topk($TopLimit, sum(vendor:coherence_storage_non_optimized_query_count{cluster=\"$ClusterName\"}) by (member, service, cache))> 0", + "expr": "topk($TopLimit, sum(vendor:coherence_storage_non_optimized_query_count{cluster=\"${ClusterName:raw}\"}) by (member, service, cache))> 0", "format": "table", "instant": true, "intervalFactor": 1, @@ -2643,7 +2643,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_node_guard_recover_count{cluster=\"$ClusterName\"} - vendor:coherence_node_guard_recover_count{cluster=\"$ClusterName\"} offset $__interval ", + "expr": "vendor:coherence_node_guard_recover_count{cluster=\"${ClusterName:raw}\"} - vendor:coherence_node_guard_recover_count{cluster=\"${ClusterName:raw}\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -2736,7 +2736,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_node_guard_terminate_count{cluster=\"$ClusterName\"} - vendor:coherence_node_guard_terminate_count{cluster=\"$ClusterName\"} offset $__interval", + "expr": "vendor:coherence_node_guard_terminate_count{cluster=\"${ClusterName:raw}\"} - vendor:coherence_node_guard_terminate_count{cluster=\"${ClusterName:raw}\"} offset $__interval", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -2830,7 +2830,7 @@ "multi": false, "name": "CoherenceVersion", "options": [], - "query": "label_values(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}, version)", + "query": "label_values(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}, version)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -2857,7 +2857,7 @@ "multi": false, "name": "Services", "options": [], - "query": "label_values(vendor:coherence_service_request_max_duration{cluster=\"$ClusterName\"}, name)", + "query": "label_values(vendor:coherence_service_request_max_duration{cluster=\"${ClusterName:raw}\"}, name)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -2885,7 +2885,7 @@ "multi": true, "name": "Caches", "options": [], - "query": "label_values(vendor:coherence_cache_size{cluster=\"$ClusterName\"}, name) ", + "query": "label_values(vendor:coherence_cache_size{cluster=\"${ClusterName:raw}\"}, name) ", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/elastic-data-summary-dashboard.json b/dashboards/grafana/elastic-data-summary-dashboard.json index 8b2cce48a..a430f836b 100644 --- a/dashboards/grafana/elastic-data-summary-dashboard.json +++ b/dashboards/grafana/elastic-data-summary-dashboard.json @@ -118,7 +118,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_journal_file_count{cluster=\"$ClusterName\",name=~\"RamJournalRM\"})", + "expr": "sum(vendor:coherence_journal_file_count{cluster=\"${ClusterName:raw}\",name=~\"RamJournalRM\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -200,7 +200,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_journal_total_data_size{cluster=\"$ClusterName\",name=~\"RamJournalRM\"})", + "expr": "sum(vendor:coherence_journal_total_data_size{cluster=\"${ClusterName:raw}\",name=~\"RamJournalRM\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -282,7 +282,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_journal_file_count{cluster=\"$ClusterName\",name=~\"FlashJournalRM\"})", + "expr": "sum(vendor:coherence_journal_file_count{cluster=\"${ClusterName:raw}\",name=~\"FlashJournalRM\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -364,7 +364,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_journal_total_data_size{cluster=\"$ClusterName\",name=~\"FlashJournalRM\"})", + "expr": "sum(vendor:coherence_journal_total_data_size{cluster=\"${ClusterName:raw}\",name=~\"FlashJournalRM\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -426,7 +426,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_journal_total_data_size{cluster=\"$ClusterName\",name=~\"RamJournalRM\"}) by (name)", + "expr": "sum(vendor:coherence_journal_total_data_size{cluster=\"${ClusterName:raw}\",name=~\"RamJournalRM\"}) by (name)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -517,7 +517,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_journal_total_data_size{cluster=\"$ClusterName\",name=~\"FlashJournalRM\"}) by (name)", + "expr": "sum(vendor:coherence_journal_total_data_size{cluster=\"${ClusterName:raw}\",name=~\"FlashJournalRM\"}) by (name)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -610,7 +610,7 @@ "steppedLine": true, "targets": [ { - "expr": "vendor:coherence_journal_compaction_count{cluster=\"$ClusterName\",name=~\"RamJournalRM\"} - vendor:coherence_journal_compaction_count{cluster=\"$ClusterName\",name=~\"RamJournalRM\"} offset $__interval ", + "expr": "vendor:coherence_journal_compaction_count{cluster=\"${ClusterName:raw}\",name=~\"RamJournalRM\"} - vendor:coherence_journal_compaction_count{cluster=\"${ClusterName:raw}\",name=~\"RamJournalRM\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -618,7 +618,7 @@ "refId": "A" }, { - "expr": "vendor:coherence_journal_exhaustive_compaction_count{cluster=\"$ClusterName\",name=~\"RamJournalRM\"} - vendor:coherence_journal_exhaustive_compaction_count{cluster=\"$ClusterName\",name=~\"RamJournalRM\"} offset $__interval ", + "expr": "vendor:coherence_journal_exhaustive_compaction_count{cluster=\"${ClusterName:raw}\",name=~\"RamJournalRM\"} - vendor:coherence_journal_exhaustive_compaction_count{cluster=\"${ClusterName:raw}\",name=~\"RamJournalRM\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -712,7 +712,7 @@ "steppedLine": true, "targets": [ { - "expr": "vendor:coherence_journal_compaction_count{cluster=\"$ClusterName\",name=~\"FlashJournalRM\"} - vendor:coherence_journal_compaction_count{cluster=\"$ClusterName\",name=~\"FlashJournalRM\"} offset $__interval ", + "expr": "vendor:coherence_journal_compaction_count{cluster=\"${ClusterName:raw}\",name=~\"FlashJournalRM\"} - vendor:coherence_journal_compaction_count{cluster=\"${ClusterName:raw}\",name=~\"FlashJournalRM\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -720,7 +720,7 @@ "refId": "A" }, { - "expr": "vendor:coherence_journal_exhaustive_compaction_count{cluster=\"$ClusterName\",name=~\"FlashJournalRM\"} - vendor:coherence_journal_exhaustive_compaction_count{cluster=\"$ClusterName\",name=~\"FlashJournalRM\"} offset $__interval ", + "expr": "vendor:coherence_journal_exhaustive_compaction_count{cluster=\"${ClusterName:raw}\",name=~\"FlashJournalRM\"} - vendor:coherence_journal_exhaustive_compaction_count{cluster=\"${ClusterName:raw}\",name=~\"FlashJournalRM\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -816,7 +816,7 @@ "multi": false, "name": "CoherenceVersion", "options": [], - "query": "label_values(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}, version)", + "query": "label_values(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}, version)", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/coherence-executor-detail.json b/dashboards/grafana/executor-detail.json similarity index 94% rename from dashboards/grafana/coherence-executor-detail.json rename to dashboards/grafana/executor-detail.json index b48158566..7521b5a73 100644 --- a/dashboards/grafana/coherence-executor-detail.json +++ b/dashboards/grafana/executor-detail.json @@ -213,7 +213,7 @@ ], "targets": [ { - "expr": "avg(vendor:coherence_executor_state_code{cluster=~\"$ClusterName\",name=\"$ExecutorName\"}) by (machine, member, member_id, name)", + "expr": "avg(vendor:coherence_executor_state_code{cluster=\"${ClusterName:raw}\",name=\"$ExecutorName\"}) by (machine, member, member_id, name)", "format": "table", "instant": true, "interval": "", @@ -270,7 +270,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_executor_tasks_in_progress_count{cluster=~\"$ClusterName\",name=\"$ExecutorName\"})", + "expr": "sum(vendor:coherence_executor_tasks_in_progress_count{cluster=\"${ClusterName:raw}\",name=\"$ExecutorName\"})", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -367,7 +367,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_executor_tasks_completed_count{cluster=~\"$ClusterName\",name=\"$ExecutorName\"}) - sum(vendor:coherence_executor_tasks_completed_count{cluster=~\"$ClusterName\",name=\"$ExecutorName\"} offset $__interval)", + "expr": "sum(vendor:coherence_executor_tasks_completed_count{cluster=\"${ClusterName:raw}\",name=\"$ExecutorName\"}) - sum(vendor:coherence_executor_tasks_completed_count{cluster=\"${ClusterName:raw}\",name=\"$ExecutorName\"} offset $__interval)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -375,7 +375,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_executor_tasks_rejected_count{cluster=~\"$ClusterName\",name=\"$ExecutorName\"}) -sum(vendor:cohence_executor_tasks_rejected_count{cluster=~\"$ClusterName\",name=\"$ExecutorName\"} offset $__interval)", + "expr": "sum(vendor:coherence_executor_tasks_rejected_count{cluster=\"${ClusterName:raw}\",name=\"$ExecutorName\"}) -sum(vendor:cohence_executor_tasks_rejected_count{cluster=\"${ClusterName:raw}\",name=\"$ExecutorName\"} offset $__interval)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -471,7 +471,7 @@ "multi": false, "name": "CoherenceVersion", "options": [], - "query": "label_values(vendor:coherence_cluster_size{cluster=~\"$ClusterName\"}, version)", + "query": "label_values(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}, version)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -487,7 +487,7 @@ "current": { }, "datasource": "prometheus", - "definition": "label_values(vendor:coherence_executor_state_code{cluster=~\"$ClusterName\"}, name)", + "definition": "label_values(vendor:coherence_executor_state_code{cluster=\"${ClusterName:raw}\"}, name)", "hide": 0, "includeAll": false, "index": -1, @@ -498,7 +498,7 @@ { } ], - "query": "label_values(vendor:coherence_executor_state_code{cluster=~\"$ClusterName\"}, name)", + "query": "label_values(vendor:coherence_executor_state_code{cluster=\"${ClusterName:raw}\"}, name)", "refresh": 0, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/coherence-executors-summary.json b/dashboards/grafana/executors-summary.json similarity index 95% rename from dashboards/grafana/coherence-executors-summary.json rename to dashboards/grafana/executors-summary.json index a6229b3f4..d5e47389b 100644 --- a/dashboards/grafana/coherence-executors-summary.json +++ b/dashboards/grafana/executors-summary.json @@ -175,7 +175,7 @@ ], "targets": [ { - "expr": "count(vendor:coherence_executor_state_code{cluster=~\"$ClusterName\"}) by (name) ", + "expr": "count(vendor:coherence_executor_state_code{cluster=\"${ClusterName:raw}\"}) by (name) ", "format": "table", "instant": true, "interval": "", @@ -184,7 +184,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_executor_tasks_in_progress_count{cluster=~\"$ClusterName\"}) by (name) ", + "expr": "sum(vendor:coherence_executor_tasks_in_progress_count{cluster=\"${ClusterName:raw}\"}) by (name) ", "format": "table", "instant": true, "interval": "", @@ -193,7 +193,7 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_executor_tasks_completed_count{cluster=~\"$ClusterName\"}) by (name) ", + "expr": "sum(vendor:coherence_executor_tasks_completed_count{cluster=\"${ClusterName:raw}\"}) by (name) ", "format": "table", "instant": true, "interval": "", @@ -202,7 +202,7 @@ "refId": "C" }, { - "expr": "sum(vendor:coherence_executor_tasks_rejected_count{cluster=~\"$ClusterName\"}) by (name) ", + "expr": "sum(vendor:coherence_executor_tasks_rejected_count{cluster=\"${ClusterName:raw}\"}) by (name) ", "format": "table", "instant": true, "interval": "", @@ -259,7 +259,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_executor_tasks_in_progress_count{cluster=~\"$ClusterName\"})", + "expr": "sum(vendor:coherence_executor_tasks_in_progress_count{cluster=\"${ClusterName:raw}\"})", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -354,7 +354,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_executor_tasks_completed_count{cluster=~\"$ClusterName\"}) - sum(vendor:coherence_executor_tasks_completed_count{cluster=~\"$ClusterName\"} offset $__interval)", + "expr": "sum(vendor:coherence_executor_tasks_completed_count{cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_executor_tasks_completed_count{cluster=\"${ClusterName:raw}\"} offset $__interval)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -362,7 +362,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_executor_tasks_rejected_count{cluster=~\"$ClusterName\"}) - sum(vendor:coherence_executor_tasks_rejected_count{cluster=~\"$ClusterName\"} offset $__interval) ", + "expr": "sum(vendor:coherence_executor_tasks_rejected_count{cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_executor_tasks_rejected_count{cluster=\"${ClusterName:raw}\"} offset $__interval) ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -458,7 +458,7 @@ "multi": false, "name": "CoherenceVersion", "options": [], - "query": "label_values(vendor:coherence_cluster_size{cluster=~\"$ClusterName\"}, version)", + "query": "label_values(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}, version)", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/federation-details-dashboard.json b/dashboards/grafana/federation-details-dashboard.json index 6a7c70196..bb0778be5 100644 --- a/dashboards/grafana/federation-details-dashboard.json +++ b/dashboards/grafana/federation-details-dashboard.json @@ -298,7 +298,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)", + "expr": "sum(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)", "format": "table", "instant": true, "intervalFactor": 1, @@ -306,7 +306,7 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_federation_destination_total_entries_sent {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)", + "expr": "sum(vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)", "format": "table", "instant": true, "intervalFactor": 1, @@ -314,7 +314,7 @@ "refId": "C" }, { - "expr": "sum(vendor:coherence_federation_destination_total_msg_sent {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, nodeId)", + "expr": "sum(vendor:coherence_federation_destination_total_msg_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, nodeId)", "format": "table", "instant": true, "intervalFactor": 1, @@ -322,7 +322,7 @@ "refId": "E" }, { - "expr": "sum(vendor:coherence_federation_destination_total_records_sent {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)", + "expr": "sum(vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)", "format": "table", "instant": true, "intervalFactor": 1, @@ -330,7 +330,7 @@ "refId": "D" }, { - "expr": "sum(vendor:coherence_federation_destination_replicate_all_total_time_millis{cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)", + "expr": "sum(vendor:coherence_federation_destination_replicate_all_total_time_millis{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)", "format": "table", "instant": true, "intervalFactor": 1, @@ -338,7 +338,7 @@ "refId": "F" }, { - "expr": "avg(vendor:coherence_federation_destination_status{cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)", + "expr": "avg(vendor:coherence_federation_destination_status{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)", "format": "table", "instant": true, "intervalFactor": 1, @@ -394,7 +394,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_destination_total_bytes_sent {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} - vendor:coherence_federation_destination_total_bytes_sent {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval ", + "expr": "vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} - vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -487,7 +487,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_destination_total_entries_sent {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} - vendor:coherence_federation_destination_total_entries_sent {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval ", + "expr": "vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} - vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -579,7 +579,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_destination_total_records_sent {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} - vendor:coherence_federation_destination_total_records_sent {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval", + "expr": "vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} - vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -673,7 +673,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_destination_total_error_responses{cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} -vendor:coherence_federation_destination_total_error_responses{cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval ", + "expr": "vendor:coherence_federation_destination_total_error_responses{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} -vendor:coherence_federation_destination_total_error_responses{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -681,7 +681,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_federation_destination_total_msg_unacked{cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'}) by (node_id)", + "expr": "sum(vendor:coherence_federation_destination_total_msg_unacked{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'}) by (node_id)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -948,7 +948,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)", + "expr": "sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)", "format": "table", "instant": true, "intervalFactor": 1, @@ -956,7 +956,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_federation_origin_total_entries_received {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)", + "expr": "sum(vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)", "format": "table", "instant": true, "intervalFactor": 1, @@ -964,7 +964,7 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_federation_origin_total_records_received {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)", + "expr": "sum(vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)", "format": "table", "instant": true, "intervalFactor": 1, @@ -972,7 +972,7 @@ "refId": "C" }, { - "expr": "sum(vendor:coherence_federation_origin_total_msg_received {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)", + "expr": "sum(vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1171,7 +1171,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, node_id, member)", + "expr": "sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, node_id, member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1179,7 +1179,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_federation_origin_total_msg_unacked {cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, node_id, member)", + "expr": "sum(vendor:coherence_federation_origin_total_msg_unacked {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, node_id, member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1234,7 +1234,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_federation_destination_total_msg_unacked{cluster=\"$ClusterName\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'}) by (node_id)", + "expr": "sum(vendor:coherence_federation_destination_total_msg_unacked{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'}) by (node_id)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1337,7 +1337,7 @@ "multi": false, "name": "Destination", "options": [], - "query": "label_values(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"$ClusterName\"}, name)", + "query": "label_values(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\"}, name)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -1364,7 +1364,7 @@ "multi": false, "name": "ServiceName", "options": [], - "query": "label_values(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"$ClusterName\",name=\"$Destination\"}, coherence_service='$ServiceName')", + "query": "label_values(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\"}, coherence_service='$ServiceName')", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/federation-summary-dashboard.json b/dashboards/grafana/federation-summary-dashboard.json index 17a77d356..abdfd30f8 100644 --- a/dashboards/grafana/federation-summary-dashboard.json +++ b/dashboards/grafana/federation-summary-dashboard.json @@ -13,7 +13,7 @@ { "datasource": "prometheus", "enable": true, - "expr": "changes(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}[1m])", + "expr": "changes(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}[1m])", "hide": false, "iconColor": "rgba(255, 96, 96, 1)", "limit": 100, @@ -27,7 +27,7 @@ { "datasource": "prometheus", "enable": true, - "expr": "changes(vendor:coherence_service_owned_partitions_primary{cluster=\"$ClusterName\"}[60s])", + "expr": "changes(vendor:coherence_service_owned_partitions_primary{cluster=\"${ClusterName:raw}\"}[60s])", "hide": false, "iconColor": "rgba(255, 96, 96, 1)", "limit": 100, @@ -216,7 +216,7 @@ ], "targets": [ { - "expr": "count(vendor:coherence_federation_destination_total_msg_sent {cluster=\"$ClusterName\"})by (coherence_service, name, participant_type)", + "expr": "count(vendor:coherence_federation_destination_total_msg_sent {cluster=\"${ClusterName:raw}\"})by (coherence_service, name, participant_type)", "format": "table", "instant": true, "intervalFactor": 1, @@ -224,7 +224,7 @@ "refId": "A" }, { - "expr": "avg(vendor:coherence_federation_destination_status {cluster=\"$ClusterName\"}) by (coherence_service, name, participant_type)", + "expr": "avg(vendor:coherence_federation_destination_status {cluster=\"${ClusterName:raw}\"}) by (coherence_service, name, participant_type)", "format": "table", "instant": true, "intervalFactor": 1, @@ -368,7 +368,7 @@ ], "targets": [ { - "expr": "count(vendor:coherence_federation_origin_total_msg_received {cluster=\"$ClusterName\"}) by (coherence_service, name)", + "expr": "count(vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\"}) by (coherence_service, name)", "format": "table", "instant": true, "intervalFactor": 1, @@ -440,7 +440,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_federation_destination_total_entries_sent {cluster=\"$ClusterName\"})", + "expr": "sum(vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -520,7 +520,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_federation_destination_total_records_sent {cluster=\"$ClusterName\"})", + "expr": "sum(vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -600,7 +600,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_federation_destination_total_msg_sent {cluster=\"$ClusterName\"})", + "expr": "sum(vendor:coherence_federation_destination_total_msg_sent {cluster=\"${ClusterName:raw}\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -680,7 +680,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_federation_origin_total_entries_received {cluster=\"$ClusterName\"})", + "expr": "sum(vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -760,7 +760,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_federation_origin_total_records_received {cluster=\"$ClusterName\"})", + "expr": "sum(vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -840,7 +840,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_federation_origin_total_msg_received {cluster=\"$ClusterName\"})", + "expr": "sum(vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -901,7 +901,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_federation_destination_total_bytes_sent{cluster=\"$ClusterName\"}) - sum(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"$ClusterName\"} offset $__interval) ", + "expr": "sum(vendor:coherence_federation_destination_total_bytes_sent{cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\"} offset $__interval) ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -994,7 +994,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_origin_total_bytes_received {cluster=\"$ClusterName\"} - vendor:coherence_federation_origin_total_bytes_received {cluster=\"$ClusterName\"} offset $__interval ", + "expr": "vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\"} - vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1084,7 +1084,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_federation_destination_total_msg_sent {cluster=\"$ClusterName\"}) - sum(vendor:coherence_federation_destination_total_msg_sent {cluster=\"$ClusterName\"} offset $__interval) ", + "expr": "sum(vendor:coherence_federation_destination_total_msg_sent {cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_federation_destination_total_msg_sent {cluster=\"${ClusterName:raw}\"} offset $__interval) ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1174,7 +1174,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_origin_total_msg_received {cluster=\"$ClusterName\"} - vendor:coherence_federation_origin_total_msg_received {cluster=\"$ClusterName\"} offset $__interval ", + "expr": "vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\"} - vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1264,7 +1264,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_federation_destination_total_records_sent {cluster=\"$ClusterName\"}) - sum(vendor:coherence_federation_destination_total_records_sent {cluster=\"$ClusterName\"} offset $__interval)", + "expr": "sum(vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\"} offset $__interval)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1354,7 +1354,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_origin_total_records_received {cluster=\"$ClusterName\"} - vendor:coherence_federation_origin_total_records_received {cluster=\"$ClusterName\"} offset $__interval ", + "expr": "vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\"} - vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1444,7 +1444,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_federation_destination_total_entries_sent {cluster=\"$ClusterName\"}) - sum(vendor:coherence_federation_destination_total_entries_sent {cluster=\"$ClusterName\"} offset $__interval)", + "expr": "sum(vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\"} offset $__interval)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1534,7 +1534,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_origin_total_entries_received {cluster=\"$ClusterName\"} - vendor:coherence_federation_origin_total_entries_received {cluster=\"$ClusterName\"} offset $__interval ", + "expr": "vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\"} - vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1629,7 +1629,7 @@ "multi": false, "name": "CoherenceVersion", "options": [], - "query": "label_values(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}, version)", + "query": "label_values(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}, version)", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/http-servers-summary-dashboard.json b/dashboards/grafana/http-servers-summary-dashboard.json index d94e1cd3c..8684412e2 100644 --- a/dashboards/grafana/http-servers-summary-dashboard.json +++ b/dashboards/grafana/http-servers-summary-dashboard.json @@ -211,7 +211,7 @@ ], "targets": [ { - "expr": "count(vendor:coherence_connection_manager_total_request_count{cluster=\"$ClusterName\",protocol=~\"http\"}) by (name) ", + "expr": "count(vendor:coherence_connection_manager_total_request_count{cluster=\"${ClusterName:raw}\",protocol=~\"http\"}) by (name) ", "format": "table", "instant": true, "intervalFactor": 1, @@ -219,7 +219,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_connection_manager_total_request_count{cluster=\"$ClusterName\",protocol=~\"http\"}) by (name) ", + "expr": "sum(vendor:coherence_connection_manager_total_request_count{cluster=\"${ClusterName:raw}\",protocol=~\"http\"}) by (name) ", "format": "table", "instant": true, "intervalFactor": 1, @@ -227,7 +227,7 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_connection_manager_total_error_count{cluster=\"$ClusterName\",protocol=~\"http\"}) by (name) ", + "expr": "sum(vendor:coherence_connection_manager_total_error_count{cluster=\"${ClusterName:raw}\",protocol=~\"http\"}) by (name) ", "format": "table", "instant": true, "intervalFactor": 1, @@ -235,7 +235,7 @@ "refId": "C" }, { - "expr": "sum(vendor:coherence_connection_manager_average_request_time{cluster=\"$ClusterName\",protocol=~\"http\"}) by (name) ", + "expr": "sum(vendor:coherence_connection_manager_average_request_time{cluster=\"${ClusterName:raw}\",protocol=~\"http\"}) by (name) ", "format": "table", "instant": true, "intervalFactor": 1, @@ -290,7 +290,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_connection_manager_total_request_count{cluster=\"$ClusterName\",protocol=~\"http\"} - vendor:coherence_connection_manager_total_request_count{cluster=\"$ClusterName\",protocol=~\"http\"} offset $__interval ", + "expr": "vendor:coherence_connection_manager_total_request_count{cluster=\"${ClusterName:raw}\",protocol=~\"http\"} - vendor:coherence_connection_manager_total_request_count{cluster=\"${ClusterName:raw}\",protocol=~\"http\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -384,7 +384,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_connection_manager_response_1xx_count{cluster=\"$ClusterName\",protocol=~\"http\"} - vendor:coherence_connection_manager_response_1xx_count{cluster=\"$ClusterName\",protocol=~\"http\"} offset $__interval", + "expr": "vendor:coherence_connection_manager_response_1xx_count{cluster=\"${ClusterName:raw}\",protocol=~\"http\"} - vendor:coherence_connection_manager_response_1xx_count{cluster=\"${ClusterName:raw}\",protocol=~\"http\"} offset $__interval", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -392,7 +392,7 @@ "refId": "A" }, { - "expr": "vendor:coherence_connection_manager_response_2xx_count{cluster=\"$ClusterName\",protocol=~\"http\"} - vendor:coherence_connection_manager_response_2xx_count{cluster=\"$ClusterName\",protocol=~\"http\"} offset $__interval ", + "expr": "vendor:coherence_connection_manager_response_2xx_count{cluster=\"${ClusterName:raw}\",protocol=~\"http\"} - vendor:coherence_connection_manager_response_2xx_count{cluster=\"${ClusterName:raw}\",protocol=~\"http\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -400,7 +400,7 @@ "refId": "B" }, { - "expr": "vendor:coherence_connection_manager_response_3xx_count{cluster=\"$ClusterName\",protocol=~\"http\"} - vendor:coherence_connection_manager_response_3xx_count{cluster=\"$ClusterName\",protocol=~\"http\"} offset $__interval", + "expr": "vendor:coherence_connection_manager_response_3xx_count{cluster=\"${ClusterName:raw}\",protocol=~\"http\"} - vendor:coherence_connection_manager_response_3xx_count{cluster=\"${ClusterName:raw}\",protocol=~\"http\"} offset $__interval", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -408,7 +408,7 @@ "refId": "C" }, { - "expr": "vendor:coherence_connection_manager_response_4xx_count{cluster=\"$ClusterName\",protocol=~\"http\"} - vendor:coherence_connection_manager_response_4xx_count{cluster=\"$ClusterName\",protocol=~\"http\"} offset $__interval ", + "expr": "vendor:coherence_connection_manager_response_4xx_count{cluster=\"${ClusterName:raw}\",protocol=~\"http\"} - vendor:coherence_connection_manager_response_4xx_count{cluster=\"${ClusterName:raw}\",protocol=~\"http\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -416,7 +416,7 @@ "refId": "D" }, { - "expr": "vendor:coherence_connection_manager_response_5xx_count{cluster=\"$ClusterName\",protocol=~\"http\"} - vendor:coherence_connection_manager_response_5xx_count{cluster=\"$ClusterName\",protocol=~\"http\"} offset $__interval", + "expr": "vendor:coherence_connection_manager_response_5xx_count{cluster=\"${ClusterName:raw}\",protocol=~\"http\"} - vendor:coherence_connection_manager_response_5xx_count{cluster=\"${ClusterName:raw}\",protocol=~\"http\"} offset $__interval", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -512,7 +512,7 @@ "multi": false, "name": "CoherenceVersion", "options": [], - "query": "label_values(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}, version)", + "query": "label_values(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}, version)", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/kubernetes-summary-dashboard.json b/dashboards/grafana/kubernetes-summary-dashboard.json index 6e506bb01..3b07a4df9 100644 --- a/dashboards/grafana/kubernetes-summary-dashboard.json +++ b/dashboards/grafana/kubernetes-summary-dashboard.json @@ -13,7 +13,7 @@ { "datasource": "prometheus", "enable": true, - "expr": "changes(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}[1m])", + "expr": "changes(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}[1m])", "hide": false, "iconColor": "rgba(255, 96, 96, 1)", "limit": 100, @@ -177,7 +177,7 @@ ], "targets": [ { - "expr": "avg(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}) by (pod, version, namespace)", + "expr": "avg(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}) by (pod, version, namespace)", "format": "table", "instant": true, "intervalFactor": 1, @@ -225,7 +225,7 @@ "steppedLine": false, "targets": [ { - "expr": "avg(vendor:coherence_os_process_cpu_load{cluster=\"$ClusterName\"}) by (pod)", + "expr": "avg(vendor:coherence_os_process_cpu_load{cluster=\"${ClusterName:raw}\"}) by (pod)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -311,7 +311,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_memory_heap_memory_usage_used{cluster=\"$ClusterName\"} ", + "expr": "vendor:coherence_memory_heap_memory_usage_used{cluster=\"${ClusterName:raw}\"} ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -405,7 +405,7 @@ "multi": false, "name": "CoherenceVersion", "options": [], - "query": "label_values(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}, version)", + "query": "label_values(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}, version)", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/machines-summary-dashboard.json b/dashboards/grafana/machines-summary-dashboard.json index 264e8a330..eb8af0f51 100644 --- a/dashboards/grafana/machines-summary-dashboard.json +++ b/dashboards/grafana/machines-summary-dashboard.json @@ -13,7 +13,7 @@ { "datasource": "prometheus", "enable": true, - "expr": "changes(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}[1m])", + "expr": "changes(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}[1m])", "hide": false, "iconColor": "rgba(255, 96, 96, 1)", "limit": 100, @@ -227,7 +227,7 @@ ], "targets": [ { - "expr": "avg(vendor:coherence_os_available_processors{cluster=\"$ClusterName\"}) by (machine)", + "expr": "avg(vendor:coherence_os_available_processors{cluster=\"${ClusterName:raw}\"}) by (machine)", "format": "table", "hide": false, "instant": true, @@ -237,7 +237,7 @@ "refId": "D" }, { - "expr": "avg(vendor:coherence_os_free_swap_space_size{cluster=\"$ClusterName\"}) by (machine)", + "expr": "avg(vendor:coherence_os_free_swap_space_size{cluster=\"${ClusterName:raw}\"}) by (machine)", "format": "table", "hide": false, "instant": true, @@ -247,7 +247,7 @@ "refId": "B" }, { - "expr": "avg(vendor:coherence_os_total_physical_memory_size{cluster=\"$ClusterName\"}) by (machine)", + "expr": "avg(vendor:coherence_os_total_physical_memory_size{cluster=\"${ClusterName:raw}\"}) by (machine)", "format": "table", "hide": false, "instant": true, @@ -257,7 +257,7 @@ "refId": "A" }, { - "expr": "avg(vendor:coherence_os_free_physical_memory_size{cluster=\"$ClusterName\"}) by (machine)", + "expr": "avg(vendor:coherence_os_free_physical_memory_size{cluster=\"${ClusterName:raw}\"}) by (machine)", "format": "table", "hide": false, "instant": true, @@ -267,7 +267,7 @@ "refId": "E" }, { - "expr": "avg(vendor:coherence_os_free_physical_memory_size{cluster=\"$ClusterName\"}) by (machine) / avg(vendor:coherence_os_total_physical_memory_size{cluster=\"$ClusterName\"}) by (machine)", + "expr": "avg(vendor:coherence_os_free_physical_memory_size{cluster=\"${ClusterName:raw}\"}) by (machine) / avg(vendor:coherence_os_total_physical_memory_size{cluster=\"${ClusterName:raw}\"}) by (machine)", "format": "table", "hide": false, "instant": true, @@ -317,7 +317,7 @@ "steppedLine": false, "targets": [ { - "expr": "avg(vendor:coherence_os_free_physical_memory_size{cluster=\"$ClusterName\"}) by (machine)", + "expr": "avg(vendor:coherence_os_free_physical_memory_size{cluster=\"${ClusterName:raw}\"}) by (machine)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -325,7 +325,7 @@ "refId": "A" }, { - "expr": "avg(vendor:coherence_os_total_physical_memory_size{cluster=\"$ClusterName\"}) by (machine)", + "expr": "avg(vendor:coherence_os_total_physical_memory_size{cluster=\"${ClusterName:raw}\"}) by (machine)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -413,7 +413,7 @@ "steppedLine": false, "targets": [ { - "expr": "avg(avg_over_time(vendor:coherence_os_system_load_average{cluster=\"$ClusterName\"}[1m])) by (machine)", + "expr": "avg(avg_over_time(vendor:coherence_os_system_load_average{cluster=\"${ClusterName:raw}\"}[1m])) by (machine)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -421,7 +421,7 @@ "refId": "A" }, { - "expr": "avg(avg_over_time(vendor:coherence_os_system_load_average{cluster=\"$ClusterName\"}[5m])) by (machine)", + "expr": "avg(avg_over_time(vendor:coherence_os_system_load_average{cluster=\"${ClusterName:raw}\"}[5m])) by (machine)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -429,7 +429,7 @@ "refId": "B" }, { - "expr": "avg(avg_over_time(vendor:coherence_os_system_load_average{cluster=\"$ClusterName\"}[15m])) by (machine)", + "expr": "avg(avg_over_time(vendor:coherence_os_system_load_average{cluster=\"${ClusterName:raw}\"}[15m])) by (machine)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -521,7 +521,7 @@ "multi": false, "name": "CoherenceVersion", "options": [], - "query": "label_values(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}, version)", + "query": "label_values(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}, version)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -547,7 +547,7 @@ "multi": false, "name": "Services", "options": [], - "query": "label_values(vendor:coherence_service_request_max_duration{cluster=\"$ClusterName\"}, name)", + "query": "label_values(vendor:coherence_service_request_max_duration{cluster=\"${ClusterName:raw}\"}, name)", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/member-details-dashboard.json b/dashboards/grafana/member-details-dashboard.json index 7354502f3..d9b5436c0 100644 --- a/dashboards/grafana/member-details-dashboard.json +++ b/dashboards/grafana/member-details-dashboard.json @@ -13,7 +13,7 @@ { "datasource": "prometheus", "enable": true, - "expr": "changes(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}[1m])", + "expr": "changes(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}[1m])", "hide": false, "iconColor": "rgba(255, 96, 96, 1)", "limit": 100, @@ -154,7 +154,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"$ClusterName\",member=\"$MemberName\"})", + "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"${ClusterName:raw}\",member=\"$MemberName\"})", "format": "time_series", "instant": true, "intervalFactor": 1, @@ -236,7 +236,7 @@ "tableColumn": "", "targets": [ { - "expr": "vendor:coherence_memory_heap_memory_usage_max{cluster=\"$ClusterName\",member=\"$MemberName\"} ", + "expr": "vendor:coherence_memory_heap_memory_usage_max{cluster=\"${ClusterName:raw}\",member=\"$MemberName\"} ", "format": "time_series", "instant": true, "intervalFactor": 1, @@ -318,7 +318,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"$ClusterName\",member=\"$MemberName\"}) / sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"$ClusterName\",member=\"$MemberName\"})", + "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"${ClusterName:raw}\",member=\"$MemberName\"}) / sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"${ClusterName:raw}\",member=\"$MemberName\"})", "format": "time_series", "instant": true, "intervalFactor": 1, @@ -400,7 +400,7 @@ "tableColumn": "", "targets": [ { - "expr": "vendor:coherence_node_publisher_success_rate{cluster=\"$ClusterName\",member=\"$MemberName\"} ", + "expr": "vendor:coherence_node_publisher_success_rate{cluster=\"${ClusterName:raw}\",member=\"$MemberName\"} ", "format": "time_series", "instant": true, "intervalFactor": 1, @@ -482,7 +482,7 @@ "tableColumn": "", "targets": [ { - "expr": "vendor:coherence_node_receiver_success_rate{cluster=\"$ClusterName\",member=\"$MemberName\"} ", + "expr": "vendor:coherence_node_receiver_success_rate{cluster=\"${ClusterName:raw}\",member=\"$MemberName\"} ", "format": "time_series", "instant": true, "intervalFactor": 1, @@ -647,7 +647,7 @@ "refId": "D" }, { - "expr": "sum(vendor:coherence_service_thread_count{cluster=\"$ClusterName\",member=\"$MemberName\"}) by (name) > 0", + "expr": "sum(vendor:coherence_service_thread_count{cluster=\"${ClusterName:raw}\",member=\"$MemberName\"}) by (name) > 0", "format": "table", "instant": true, "intervalFactor": 1, @@ -655,7 +655,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_service_thread_idle_count{cluster=\"$ClusterName\",member=\"$MemberName\"}) by (name) > 0", + "expr": "sum(vendor:coherence_service_thread_idle_count{cluster=\"${ClusterName:raw}\",member=\"$MemberName\"}) by (name) > 0", "format": "table", "instant": true, "intervalFactor": 1, @@ -663,7 +663,7 @@ "refId": "B" }, { - "expr": "(sum(vendor:coherence_service_thread_count{cluster=\"$ClusterName\",member=\"$MemberName\"}) by (name) - sum(vendor:coherence_service_thread_idle_count{cluster=\"$ClusterName\",member=\"$MemberName\"}) by (name)) / (sum(vendor:coherence_service_thread_count{cluster=\"$ClusterName\",member=\"$MemberName\"}) by (name)) ", + "expr": "(sum(vendor:coherence_service_thread_count{cluster=\"${ClusterName:raw}\",member=\"$MemberName\"}) by (name) - sum(vendor:coherence_service_thread_idle_count{cluster=\"${ClusterName:raw}\",member=\"$MemberName\"}) by (name)) / (sum(vendor:coherence_service_thread_count{cluster=\"${ClusterName:raw}\",member=\"$MemberName\"}) by (name)) ", "format": "table", "instant": true, "intervalFactor": 1, @@ -735,7 +735,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_gc_collection_count{cluster=\"$ClusterName\", member=\"$MemberName\"} - vendor:coherence_gc_collection_count{cluster=\"$ClusterName\", member=\"$MemberName\"} offset $__interval ", + "expr": "vendor:coherence_gc_collection_count{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"} - vendor:coherence_gc_collection_count{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"} offset $__interval ", "format": "time_series", "instant": false, "interval": "", @@ -828,7 +828,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_gc_collection_time{cluster=\"$ClusterName\", member=\"$MemberName\"} - vendor:coherence_gc_collection_time{cluster=\"$ClusterName\", member=\"$MemberName\"} offset $__interval ", + "expr": "vendor:coherence_gc_collection_time{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"} - vendor:coherence_gc_collection_time{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -920,7 +920,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_memory_heap_memory_usage_max{cluster=\"$ClusterName\", member=\"$MemberName\"}", + "expr": "vendor:coherence_memory_heap_memory_usage_max{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"}", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -928,7 +928,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"$ClusterName\", member=\"$MemberName\"})", + "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"})", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1019,7 +1019,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_memory_non_heap_memory_usage_used{cluster=\"$ClusterName\", member=\"$MemberName\"}", + "expr": "vendor:coherence_memory_non_heap_memory_usage_used{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"}", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1027,7 +1027,7 @@ "refId": "A" }, { - "expr": "vendor:coherence_memory_non_heap_memory_usage_committed{cluster=\"$ClusterName\", member=\"$MemberName\"}", + "expr": "vendor:coherence_memory_non_heap_memory_usage_committed{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"}", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1134,7 +1134,7 @@ "steppedLine": false, "targets": [ { - "expr": "irate(vendor:coherence_node_packets_sent{cluster=\"$ClusterName\", member=\"$MemberName\"}[1m]) ", + "expr": "irate(vendor:coherence_node_packets_sent{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"}[1m]) ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1227,7 +1227,7 @@ "steppedLine": false, "targets": [ { - "expr": "irate(vendor:coherence_node_packets_received{cluster=\"$ClusterName\", member=\"$MemberName\"}[1m])", + "expr": "irate(vendor:coherence_node_packets_received{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"}[1m])", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1319,7 +1319,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_node_publisher_success_rate{cluster=\"$ClusterName\", member=\"$MemberName\"}", + "expr": "vendor:coherence_node_publisher_success_rate{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -1410,7 +1410,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_node_receiver_success_rate{cluster=\"$ClusterName\", member=\"$MemberName\"}", + "expr": "vendor:coherence_node_receiver_success_rate{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -1503,7 +1503,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_node_guard_recover_count{cluster=\"$ClusterName\", member=\"$MemberName\"} - vendor:coherence_node_guard_recover_count{cluster=\"$ClusterName\", member=\"$MemberName\"} offset $__interval ", + "expr": "vendor:coherence_node_guard_recover_count{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"} - vendor:coherence_node_guard_recover_count{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1511,7 +1511,7 @@ "refId": "A" }, { - "expr": "vendor:coherence_node_guard_terminate_count{cluster=\"$ClusterName\", member=\"$MemberName\"} - vendor:coherence_node_guard_terminate_count{cluster=\"$ClusterName\", member=\"$MemberName\"} offset $__interval ", + "expr": "vendor:coherence_node_guard_terminate_count{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"} - vendor:coherence_node_guard_terminate_count{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1603,7 +1603,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_node_send_queue_size{cluster=\"$ClusterName\", member=\"$MemberName\"}", + "expr": "vendor:coherence_node_send_queue_size{cluster=\"${ClusterName:raw}\", member=\"$MemberName\"}", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1700,7 +1700,7 @@ "multi": false, "name": "MemberName", "options": [], - "query": "label_values(vendor:coherence_service_member_count{cluster=\"$ClusterName\"}, member)", + "query": "label_values(vendor:coherence_service_member_count{cluster=\"${ClusterName:raw}\"}, member)", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/members-summary-dashboard.json b/dashboards/grafana/members-summary-dashboard.json index e665380c0..3acc6e285 100644 --- a/dashboards/grafana/members-summary-dashboard.json +++ b/dashboards/grafana/members-summary-dashboard.json @@ -13,7 +13,7 @@ { "datasource": "prometheus", "enable": true, - "expr": "changes(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}[1m])", + "expr": "changes(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}[1m])", "hide": false, "iconColor": "rgba(255, 96, 96, 1)", "limit": 100, @@ -294,7 +294,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"$ClusterName\"}) by (member, nodeId, site, machine, role)", + "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"${ClusterName:raw}\"}) by (member, nodeId, site, machine, role)", "format": "table", "instant": true, "intervalFactor": 1, @@ -302,7 +302,7 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"$ClusterName\"}) by (member, nodeId, site, machine, role)", + "expr": "sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"${ClusterName:raw}\"}) by (member, nodeId, site, machine, role)", "format": "table", "instant": true, "intervalFactor": 1, @@ -310,7 +310,7 @@ "refId": "C" }, { - "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"$ClusterName\"}) by (member, nodeId, site, machine, role) / sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"$ClusterName\"}) by (member, nodeId, site, machine, role) ", + "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"${ClusterName:raw}\"}) by (member, nodeId, site, machine, role) / sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"${ClusterName:raw}\"}) by (member, nodeId, site, machine, role) ", "format": "table", "instant": true, "intervalFactor": 1, @@ -388,7 +388,7 @@ ], "targets": [ { - "expr": "topk($TopLimit, sum(delta(vendor:coherence_gc_collection_time{cluster=\"$ClusterName\"}[$__range])) by (member))", + "expr": "topk($TopLimit, sum(delta(vendor:coherence_gc_collection_time{cluster=\"${ClusterName:raw}\"}[$__range])) by (member))", "format": "table", "instant": true, "interval": "", @@ -469,7 +469,7 @@ ], "targets": [ { - "expr": "topk($TopLimit, sum(delta(vendor:coherence_gc_collection_count{cluster=\"$ClusterName\"}[$__range] )) by (member))", + "expr": "topk($TopLimit, sum(delta(vendor:coherence_gc_collection_count{cluster=\"${ClusterName:raw}\"}[$__range] )) by (member))", "format": "table", "instant": true, "interval": "", @@ -529,7 +529,7 @@ "steppedLine": false, "targets": [ { - "expr": "avg(vendor:coherence_os_process_cpu_load{cluster=\"$ClusterName\"}) by (member)", + "expr": "avg(vendor:coherence_os_process_cpu_load{cluster=\"${ClusterName:raw}\"}) by (member)", "format": "time_series", "instant": false, "interval": "", @@ -625,7 +625,7 @@ "steppedLine": false, "targets": [ { - "expr": "avg(vendor:coherence_os_system_cpu_load{cluster=\"$ClusterName\"}) by (machine)", + "expr": "avg(vendor:coherence_os_system_cpu_load{cluster=\"${ClusterName:raw}\"}) by (machine)", "format": "time_series", "instant": false, "interval": "", @@ -719,7 +719,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"$ClusterName\"}) by (member) / sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"$ClusterName\"}) by (member) * 100", + "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"${ClusterName:raw}\"}) by (member) / sum(vendor:coherence_memory_heap_memory_usage_max{cluster=\"${ClusterName:raw}\"}) by (member) * 100", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -812,7 +812,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"$ClusterName\"}) by (member)", + "expr": "sum(vendor:coherence_memory_heap_after_gc_used{cluster=\"${ClusterName:raw}\"}) by (member)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -912,7 +912,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_gc_collection_count{cluster=\"$ClusterName\"} - vendor:coherence_gc_collection_count{cluster=\"$ClusterName\"} offset $__interval ", + "expr": "vendor:coherence_gc_collection_count{cluster=\"${ClusterName:raw}\"} - vendor:coherence_gc_collection_count{cluster=\"${ClusterName:raw}\"} offset $__interval ", "format": "time_series", "instant": false, "interval": "", @@ -1012,7 +1012,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_gc_collection_time{cluster=\"$ClusterName\"} - vendor:coherence_gc_collection_time{cluster=\"$ClusterName\"} offset $__interval ", + "expr": "vendor:coherence_gc_collection_time{cluster=\"${ClusterName:raw}\"} - vendor:coherence_gc_collection_time{cluster=\"${ClusterName:raw}\"} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1105,7 +1105,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_node_publisher_success_rate{cluster=\"$ClusterName\"}", + "expr": "vendor:coherence_node_publisher_success_rate{cluster=\"${ClusterName:raw}\"}", "format": "time_series", "instant": false, "interval": "", @@ -1199,7 +1199,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_node_receiver_success_rate{cluster=\"$ClusterName\"}", + "expr": "vendor:coherence_node_receiver_success_rate{cluster=\"${ClusterName:raw}\"}", "format": "time_series", "instant": false, "interval": "", @@ -1296,7 +1296,7 @@ "multi": false, "name": "CoherenceVersion", "options": [], - "query": "label_values(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}, version)", + "query": "label_values(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}, version)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -1323,7 +1323,7 @@ "multi": false, "name": "Services", "options": [], - "query": "label_values(vendor:coherence_service_request_max_duration{cluster=\"$ClusterName\"}, name)", + "query": "label_values(vendor:coherence_service_request_max_duration{cluster=\"${ClusterName:raw}\"}, name)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -1351,7 +1351,7 @@ "multi": true, "name": "Caches", "options": [], - "query": "label_values(vendor:coherence_cache_size{cluster=\"$ClusterName\"}, name) ", + "query": "label_values(vendor:coherence_cache_size{cluster=\"${ClusterName:raw}\"}, name) ", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/persistence-summary-dashboard.json b/dashboards/grafana/persistence-summary-dashboard.json index b5ee35565..2d6488106 100644 --- a/dashboards/grafana/persistence-summary-dashboard.json +++ b/dashboards/grafana/persistence-summary-dashboard.json @@ -179,7 +179,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_service_persistence_active_space_used{cluster=\"$ClusterName\"}) by(name, persistence_mode)", + "expr": "sum(vendor:coherence_service_persistence_active_space_used{cluster=\"${ClusterName:raw}\"}) by(name, persistence_mode)", "format": "table", "instant": true, "intervalFactor": 1, @@ -187,7 +187,7 @@ "refId": "B" }, { - "expr": "max(vendor:coherence_service_persistence_latency_max{cluster=\"$ClusterName\"}) by(name, persistence_mode)", + "expr": "max(vendor:coherence_service_persistence_latency_max{cluster=\"${ClusterName:raw}\"}) by(name, persistence_mode)", "format": "table", "instant": true, "intervalFactor": 1, @@ -293,7 +293,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_service_persistence_active_space_used{cluster=\"$ClusterName\"}) by(member)", + "expr": "sum(vendor:coherence_service_persistence_active_space_used{cluster=\"${ClusterName:raw}\"}) by(member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -450,7 +450,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_service_persistence_active_space_used{cluster=\"$ClusterName\"}) by(machine)", + "expr": "sum(vendor:coherence_service_persistence_active_space_used{cluster=\"${ClusterName:raw}\"}) by(machine)", "format": "table", "instant": true, "intervalFactor": 1, @@ -458,7 +458,7 @@ "refId": "A" }, { - "expr": "avg(vendor:coherence_service_persistence_active_space_total{cluster=\"$ClusterName\"}) by(machine)", + "expr": "avg(vendor:coherence_service_persistence_active_space_total{cluster=\"${ClusterName:raw}\"}) by(machine)", "format": "table", "instant": true, "intervalFactor": 1, @@ -466,7 +466,7 @@ "refId": "B" }, { - "expr": "avg(vendor:coherence_service_persistence_active_space_available{cluster=\"$ClusterName\"}) by(machine)", + "expr": "avg(vendor:coherence_service_persistence_active_space_available{cluster=\"${ClusterName:raw}\"}) by(machine)", "format": "table", "instant": true, "intervalFactor": 1, @@ -474,7 +474,7 @@ "refId": "D" }, { - "expr": "avg(vendor:coherence_service_persistence_active_space_available{cluster=\"$ClusterName\"} / vendor:coherence_service_persistence_active_space_total{cluster=\"$ClusterName\"}) by(machine)", + "expr": "avg(vendor:coherence_service_persistence_active_space_available{cluster=\"${ClusterName:raw}\"} / vendor:coherence_service_persistence_active_space_total{cluster=\"${ClusterName:raw}\"}) by(machine)", "format": "table", "instant": true, "intervalFactor": 1, @@ -524,7 +524,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_service_persistence_active_space_used{cluster=\"$ClusterName\"})", + "expr": "sum(vendor:coherence_service_persistence_active_space_used{cluster=\"${ClusterName:raw}\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "Disk Space", @@ -612,7 +612,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_service_persistence_active_space_used{cluster=\"$ClusterName\"}) by (name)", + "expr": "sum(vendor:coherence_service_persistence_active_space_used{cluster=\"${ClusterName:raw}\"}) by (name)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -706,7 +706,7 @@ "multi": false, "name": "CoherenceVersion", "options": [], - "query": "label_values(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}, version)", + "query": "label_values(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}, version)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -731,7 +731,7 @@ "multi": false, "name": "Services", "options": [], - "query": "label_values(vendor:coherence_service_request_max_duration{cluster=\"$ClusterName\"}, name)", + "query": "label_values(vendor:coherence_service_request_max_duration{cluster=\"${ClusterName:raw}\"}, name)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -756,7 +756,7 @@ "multi": true, "name": "Caches", "options": [], - "query": "label_values(vendor:coherence_cache_size{cluster=\"$ClusterName\"}, name) ", + "query": "label_values(vendor:coherence_cache_size{cluster=\"${ClusterName:raw}\"}, name) ", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/proxy-server-detail-dashboard.json b/dashboards/grafana/proxy-server-detail-dashboard.json index 1818b2cc1..1dd69aa61 100644 --- a/dashboards/grafana/proxy-server-detail-dashboard.json +++ b/dashboards/grafana/proxy-server-detail-dashboard.json @@ -292,7 +292,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_connection_manager_connection_count{cluster=\"$ClusterName\",name='$ServiceName'}) by (member, host_url)", + "expr": "sum(vendor:coherence_connection_manager_connection_count{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member, host_url)", "format": "table", "instant": true, "intervalFactor": 1, @@ -300,7 +300,7 @@ "refId": "D" }, { - "expr": "sum(vendor:coherence_connection_manager_total_messages_received{cluster=\"$ClusterName\",name='$ServiceName'}) by (member, host_url)", + "expr": "sum(vendor:coherence_connection_manager_total_messages_received{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member, host_url)", "format": "table", "instant": true, "intervalFactor": 1, @@ -308,7 +308,7 @@ "refId": "F" }, { - "expr": "sum(vendor:coherence_connection_manager_total_messages_sent{cluster=\"$ClusterName\",name='$ServiceName'}) by (member, host_url)", + "expr": "sum(vendor:coherence_connection_manager_total_messages_sent{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member, host_url)", "format": "table", "instant": true, "intervalFactor": 1, @@ -316,7 +316,7 @@ "refId": "E" }, { - "expr": "sum(vendor:coherence_connection_manager_total_bytes_received {cluster=\"$ClusterName\",name='$ServiceName'}) by (member, host_url)", + "expr": "sum(vendor:coherence_connection_manager_total_bytes_received {cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member, host_url)", "format": "table", "instant": true, "intervalFactor": 1, @@ -324,7 +324,7 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_connection_manager_total_bytes_sent{cluster=\"$ClusterName\",name='$ServiceName'}) by (member, host)", + "expr": "sum(vendor:coherence_connection_manager_total_bytes_sent{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member, host)", "format": "table", "instant": true, "intervalFactor": 1, @@ -332,7 +332,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_connection_manager_outgoing_byte_backlog{cluster=\"$ClusterName\",name='$ServiceName'}) by (member, host)", + "expr": "sum(vendor:coherence_connection_manager_outgoing_byte_backlog{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member, host)", "format": "table", "instant": true, "intervalFactor": 1, @@ -340,7 +340,7 @@ "refId": "C" }, { - "expr": "sum(vendor:coherence_connection_manager_unauthorized_connection_attempts{cluster=\"$ClusterName\",name='$ServiceName'}) by (member, host_url)", + "expr": "sum(vendor:coherence_connection_manager_unauthorized_connection_attempts{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member, host_url)", "format": "table", "instant": true, "intervalFactor": 1, @@ -471,7 +471,7 @@ ], "targets": [ { - "expr": "avg(vendor:coherence_connection_connection_time_millis{cluster=\"$ClusterName\",name='$ServiceName'}) by (remote_address, remote_port, member, node_id)", + "expr": "avg(vendor:coherence_connection_connection_time_millis{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (remote_address, remote_port, member, node_id)", "format": "table", "instant": true, "intervalFactor": 1, @@ -525,7 +525,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_connection_manager_outgoing_byte_backlog{cluster=\"$ClusterName\", name='$ServiceName', protocol=~\"tcp\"} > 0", + "expr": "vendor:coherence_connection_manager_outgoing_byte_backlog{cluster=\"${ClusterName:raw}\", name='$ServiceName', protocol=~\"tcp\"} > 0", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{member}}", @@ -617,7 +617,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_connection_manager_outgoing_message_backlog{cluster=\"$ClusterName\", name='$ServiceName'} > 0", + "expr": "vendor:coherence_connection_manager_outgoing_message_backlog{cluster=\"${ClusterName:raw}\", name='$ServiceName'} > 0", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{member}}", @@ -714,7 +714,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_connection_manager_total_bytes_sent{cluster=\"$ClusterName\",protocol=~\"tcp\", name='$ServiceName'} - vendor:coherence_connection_manager_total_bytes_sent{cluster=\"$ClusterName\",protocol=~\"tcp\", name='$ServiceName'} offset $__interval ", + "expr": "vendor:coherence_connection_manager_total_bytes_sent{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\", name='$ServiceName'} - vendor:coherence_connection_manager_total_bytes_sent{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\", name='$ServiceName'} offset $__interval ", "format": "time_series", "instant": false, "interval": "", @@ -812,7 +812,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_connection_manager_total_bytes_received{cluster=\"$ClusterName\",protocol=~\"tcp\"} - vendor:coherence_connection_manager_total_bytes_received{cluster=\"$ClusterName\",protocol=~\"tcp\"} offset $__interval ", + "expr": "vendor:coherence_connection_manager_total_bytes_received{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"} - vendor:coherence_connection_manager_total_bytes_received{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"} offset $__interval ", "format": "time_series", "instant": false, "interval": "", @@ -909,7 +909,7 @@ "multi": false, "name": "CoherenceVersion", "options": [], - "query": "label_values(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}, version)", + "query": "label_values(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}, version)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -929,7 +929,7 @@ "value": "" }, "datasource": "prometheus", - "definition": "label_values(vendor:coherence_connection_manager_total_messages_sent{cluster=\"$ClusterName\"}, name)", + "definition": "label_values(vendor:coherence_connection_manager_total_messages_sent{cluster=\"${ClusterName:raw}\"}, name)", "hide": 0, "includeAll": false, "index": -1, @@ -937,7 +937,7 @@ "multi": false, "name": "ServiceName", "options": [], - "query": "label_values(vendor:coherence_connection_manager_total_messages_sent{cluster=\"$ClusterName\"}, name)", + "query": "label_values(vendor:coherence_connection_manager_total_messages_sent{cluster=\"${ClusterName:raw}\"}, name)", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/proxy-servers-summary-dashboard.json b/dashboards/grafana/proxy-servers-summary-dashboard.json index ec03061b8..63afa2e2a 100644 --- a/dashboards/grafana/proxy-servers-summary-dashboard.json +++ b/dashboards/grafana/proxy-servers-summary-dashboard.json @@ -265,7 +265,7 @@ ], "targets": [ { - "expr": "count(vendor:coherence_connection_manager_connection_count{cluster=\"$ClusterName\",protocol=~\"tcp\"}) by (name)", + "expr": "count(vendor:coherence_connection_manager_connection_count{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"}) by (name)", "format": "table", "instant": true, "intervalFactor": 1, @@ -273,7 +273,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_connection_manager_connection_count{cluster=\"$ClusterName\",protocol=~\"tcp\"}) by (name)", + "expr": "sum(vendor:coherence_connection_manager_connection_count{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"}) by (name)", "format": "table", "instant": true, "intervalFactor": 1, @@ -281,7 +281,7 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_connection_manager_total_messages_received{cluster=\"$ClusterName\",protocol=~\"tcp\"}) by (name)", + "expr": "sum(vendor:coherence_connection_manager_total_messages_received{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"}) by (name)", "format": "table", "instant": true, "intervalFactor": 1, @@ -289,7 +289,7 @@ "refId": "F" }, { - "expr": "sum(vendor:coherence_connection_manager_total_messages_sent{cluster=\"$ClusterName\",protocol=~\"tcp\"}) by (name)", + "expr": "sum(vendor:coherence_connection_manager_total_messages_sent{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"}) by (name)", "format": "table", "instant": true, "intervalFactor": 1, @@ -297,7 +297,7 @@ "refId": "G" }, { - "expr": "sum(vendor:coherence_connection_manager_total_bytes_received{cluster=\"$ClusterName\",protocol=~\"tcp\"}) by (name)", + "expr": "sum(vendor:coherence_connection_manager_total_bytes_received{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"}) by (name)", "format": "table", "instant": true, "intervalFactor": 1, @@ -305,7 +305,7 @@ "refId": "C" }, { - "expr": "sum(vendor:coherence_connection_manager_total_bytes_sent{cluster=\"$ClusterName\",protocol=~\"tcp\"}) by (name)", + "expr": "sum(vendor:coherence_connection_manager_total_bytes_sent{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"}) by (name)", "format": "table", "instant": true, "intervalFactor": 1, @@ -313,7 +313,7 @@ "refId": "D" }, { - "expr": "sum(vendor:coherence_connection_manager_outgoing_byte_backlog{cluster=\"$ClusterName\",protocol=~\"tcp\"}) by (name)", + "expr": "sum(vendor:coherence_connection_manager_outgoing_byte_backlog{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"}) by (name)", "format": "table", "instant": true, "intervalFactor": 1, @@ -321,7 +321,7 @@ "refId": "E" }, { - "expr": "sum(vendor:coherence_connection_manager_unauthorized_connection_attempts{cluster=\"$ClusterName\"}) by (name) ", + "expr": "sum(vendor:coherence_connection_manager_unauthorized_connection_attempts{cluster=\"${ClusterName:raw}\"}) by (name) ", "format": "table", "instant": true, "intervalFactor": 1, @@ -380,7 +380,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_connection_manager_total_bytes_sent{cluster=\"$ClusterName\",protocol=~\"tcp\"} - vendor:coherence_connection_manager_total_bytes_sent{cluster=\"$ClusterName\",protocol=~\"tcp\"} offset $__interval ", + "expr": "vendor:coherence_connection_manager_total_bytes_sent{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"} - vendor:coherence_connection_manager_total_bytes_sent{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"} offset $__interval ", "format": "time_series", "instant": false, "interval": "", @@ -478,7 +478,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_connection_manager_total_bytes_received{cluster=\"$ClusterName\",protocol=~\"tcp\"} - vendor:coherence_connection_manager_total_bytes_received{cluster=\"$ClusterName\",protocol=~\"tcp\"} offset $__interval ", + "expr": "vendor:coherence_connection_manager_total_bytes_received{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"} - vendor:coherence_connection_manager_total_bytes_received{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"} offset $__interval ", "format": "time_series", "instant": false, "interval": "", @@ -574,7 +574,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_connection_manager_connection_count{cluster=\"$ClusterName\",protocol=~\"tcp\"}) ", + "expr": "sum(vendor:coherence_connection_manager_connection_count{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"}) ", "format": "time_series", "instant": false, "interval": "", @@ -671,7 +671,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_connection_manager_connection_count{cluster=\"$ClusterName\",protocol=~\"tcp\"}) by (name)", + "expr": "sum(vendor:coherence_connection_manager_connection_count{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"}) by (name)", "format": "time_series", "instant": false, "intervalFactor": 1, @@ -766,7 +766,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_connection_manager_outgoing_byte_backlog{cluster=\"$ClusterName\",protocol=~\"tcp\"}", + "expr": "vendor:coherence_connection_manager_outgoing_byte_backlog{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"}", "format": "time_series", "instant": false, "interval": "", @@ -863,7 +863,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_connection_manager_outgoing_message_backlog{cluster=\"$ClusterName\",protocol=~\"tcp\"}", + "expr": "vendor:coherence_connection_manager_outgoing_message_backlog{cluster=\"${ClusterName:raw}\",protocol=~\"tcp\"}", "format": "time_series", "instant": false, "interval": "", @@ -960,7 +960,7 @@ "multi": false, "name": "CoherenceVersion", "options": [], - "query": "label_values(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}, version)", + "query": "label_values(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}, version)", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/service-details-dashboard.json b/dashboards/grafana/service-details-dashboard.json index a2cd2dd18..15074c66f 100644 --- a/dashboards/grafana/service-details-dashboard.json +++ b/dashboards/grafana/service-details-dashboard.json @@ -13,7 +13,7 @@ { "datasource": "prometheus", "enable": true, - "expr": "changes(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}[1m])", + "expr": "changes(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}[1m])", "hide": false, "iconColor": "rgba(255, 96, 96, 1)", "limit": 100, @@ -27,7 +27,7 @@ { "datasource": "prometheus", "enable": true, - "expr": "changes(vendor:coherence_service_owned_partitions_primary{cluster=\"$ClusterName\", name='$ServiceName'}[1m])", + "expr": "changes(vendor:coherence_service_owned_partitions_primary{cluster=\"${ClusterName:raw}\", name='$ServiceName'}[1m])", "hide": false, "iconColor": "rgba(255, 96, 96, 1)", "limit": 100, @@ -237,7 +237,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_service_task_average_duration{cluster=\"$ClusterName\",name='$ServiceName'}) by (member)", + "expr": "sum(vendor:coherence_service_task_average_duration{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -245,7 +245,7 @@ "refId": "D" }, { - "expr": "sum(vendor:coherence_service_request_average_duration{cluster=\"$ClusterName\",name='$ServiceName'}) by (member)", + "expr": "sum(vendor:coherence_service_request_average_duration{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -253,7 +253,7 @@ "refId": "E" }, { - "expr": "sum(vendor:coherence_service_thread_count{cluster=\"$ClusterName\",name='$ServiceName'}) by (member)", + "expr": "sum(vendor:coherence_service_thread_count{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member)", "format": "table", "hide": false, "instant": true, @@ -262,7 +262,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_service_thread_idle_count{cluster=\"$ClusterName\",name='$ServiceName'}) by (member)", + "expr": "sum(vendor:coherence_service_thread_idle_count{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member)", "format": "table", "hide": false, "instant": true, @@ -271,7 +271,7 @@ "refId": "B" }, { - "expr": "(sum(vendor:coherence_service_thread_count{cluster=\"$ClusterName\",name='$ServiceName'}) by (member) - sum(vendor:coherence_service_thread_idle_count{cluster=\"$ClusterName\",name='$ServiceName'}) by (member)) / (sum(vendor:coherence_service_thread_count{cluster=\"$ClusterName\",name='$ServiceName'}) by (member))", + "expr": "(sum(vendor:coherence_service_thread_count{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member) - sum(vendor:coherence_service_thread_idle_count{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member)) / (sum(vendor:coherence_service_thread_count{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member))", "format": "table", "instant": true, "intervalFactor": 1, @@ -324,7 +324,7 @@ "steppedLine": false, "targets": [ { - "expr": "((sum(vendor:coherence_service_thread_count{cluster=\"$ClusterName\",name='$ServiceName'}) by (member) -sum(vendor:coherence_service_thread_idle_count{cluster=\"$ClusterName\",name='$ServiceName'}) by (member)) / (sum(vendor:coherence_service_thread_count{cluster=\"$ClusterName\",name='$ServiceName'}) by (member)))", + "expr": "((sum(vendor:coherence_service_thread_count{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member) -sum(vendor:coherence_service_thread_idle_count{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member)) / (sum(vendor:coherence_service_thread_count{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) by (member)))", "format": "time_series", "instant": false, "interval": "", @@ -421,7 +421,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_service_request_timeout_count{cluster=\"$ClusterName\",name='$ServiceName'}) - sum(vendor:coherence_service_request_timeout_count{cluster=\"$ClusterName\",name='$ServiceName'} offset $__interval)", + "expr": "sum(vendor:coherence_service_request_timeout_count{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) - sum(vendor:coherence_service_request_timeout_count{cluster=\"${ClusterName:raw}\",name='$ServiceName'} offset $__interval)", "format": "time_series", "instant": false, "interval": "", @@ -430,7 +430,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_service_task_timeout_count{cluster=\"$ClusterName\",name='$ServiceName'}) - sum(vendor:coherence_service_task_timeout_count{cluster=\"$ClusterName\",name='$ServiceName'} offset $__interval)", + "expr": "sum(vendor:coherence_service_task_timeout_count{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) - sum(vendor:coherence_service_task_timeout_count{cluster=\"${ClusterName:raw}\",name='$ServiceName'} offset $__interval)", "format": "time_series", "instant": false, "interval": "", @@ -439,7 +439,7 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_service_task_hung_count{cluster=\"$ClusterName\",name='$ServiceName'}) - sum(vendor:coherence_service_task_hung_count{cluster=\"$ClusterName\",name='$ServiceName'} offset $__interval)", + "expr": "sum(vendor:coherence_service_task_hung_count{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) - sum(vendor:coherence_service_task_hung_count{cluster=\"${ClusterName:raw}\",name='$ServiceName'} offset $__interval)", "format": "time_series", "instant": false, "interval": "", @@ -534,7 +534,7 @@ "steppedLine": false, "targets": [ { - "expr": "irate(vendor:coherence_service_task_count{cluster=\"$ClusterName\", name='$ServiceName'}[1m]) > 0", + "expr": "irate(vendor:coherence_service_task_count{cluster=\"${ClusterName:raw}\", name='$ServiceName'}[1m]) > 0", "format": "time_series", "instant": false, "interval": "", @@ -626,7 +626,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_service_task_backlog{cluster=\"$ClusterName\", name='$ServiceName'} > 0", + "expr": "vendor:coherence_service_task_backlog{cluster=\"${ClusterName:raw}\", name='$ServiceName'} > 0", "format": "time_series", "instant": false, "interval": "", @@ -720,7 +720,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_service_request_pending_count{cluster=\"$ClusterName\", name='$ServiceName'} > 0", + "expr": "vendor:coherence_service_request_pending_count{cluster=\"${ClusterName:raw}\", name='$ServiceName'} > 0", "format": "time_series", "instant": false, "interval": "", @@ -813,7 +813,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_service_request_pending_duration{cluster=\"$ClusterName\", name='$ServiceName'}> 0", + "expr": "vendor:coherence_service_request_pending_duration{cluster=\"${ClusterName:raw}\", name='$ServiceName'}> 0", "format": "time_series", "instant": false, "interval": "", @@ -907,7 +907,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_service_task_average_duration{cluster=\"$ClusterName\", name='$ServiceName'}", + "expr": "vendor:coherence_service_task_average_duration{cluster=\"${ClusterName:raw}\", name='$ServiceName'}", "format": "time_series", "instant": false, "interval": "", @@ -999,7 +999,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_service_request_average_duration{cluster=\"$ClusterName\", name='$ServiceName'}", + "expr": "vendor:coherence_service_request_average_duration{cluster=\"${ClusterName:raw}\", name='$ServiceName'}", "format": "time_series", "instant": false, "interval": "", @@ -1126,7 +1126,7 @@ "tableColumn": "", "targets": [ { - "expr": "avg(vendor:coherence_service_partitions_endangered{cluster=\"$ClusterName\",name='$ServiceName'})", + "expr": "avg(vendor:coherence_service_partitions_endangered{cluster=\"${ClusterName:raw}\",name='$ServiceName'})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -1207,7 +1207,7 @@ "tableColumn": "", "targets": [ { - "expr": "avg(vendor:coherence_service_partitions_vulnerable{cluster=\"$ClusterName\",name='$ServiceName'}) ", + "expr": "avg(vendor:coherence_service_partitions_vulnerable{cluster=\"${ClusterName:raw}\",name='$ServiceName'}) ", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -1288,7 +1288,7 @@ "tableColumn": "", "targets": [ { - "expr": "avg(vendor:coherence_service_partitions_unbalanced{cluster=\"$ClusterName\",name='$ServiceName'})", + "expr": "avg(vendor:coherence_service_partitions_unbalanced{cluster=\"${ClusterName:raw}\",name='$ServiceName'})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -1369,7 +1369,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_cache_units_bytes{cluster=\"$ClusterName\",coherence_service='$ServiceName'}) ", + "expr": "sum(vendor:coherence_cache_units_bytes{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName'}) ", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -1449,7 +1449,7 @@ "tableColumn": "", "targets": [ { - "expr": "sum(vendor:coherence_storage_manager_index_total_units{cluster=\"$ClusterName\",coherence_service='$ServiceName'})", + "expr": "sum(vendor:coherence_storage_manager_index_total_units{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName'})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -1529,7 +1529,7 @@ "tableColumn": "", "targets": [ { - "expr": "count(sum(vendor:coherence_cache_units_bytes{cluster=\"$ClusterName\",coherence_service='$ServiceName'}) by (name))", + "expr": "count(sum(vendor:coherence_cache_units_bytes{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName'}) by (name))", "format": "time_series", "intervalFactor": 1, "legendFormat": "", @@ -1588,7 +1588,7 @@ "steppedLine": false, "targets": [ { - "expr": "avg(vendor:coherence_service_partitions_endangered{cluster=\"$ClusterName\", name='$ServiceName'}) ", + "expr": "avg(vendor:coherence_service_partitions_endangered{cluster=\"${ClusterName:raw}\", name='$ServiceName'}) ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1596,7 +1596,7 @@ "refId": "A" }, { - "expr": "avg(vendor:coherence_service_partitions_vulnerable{cluster=\"$ClusterName\", name='$ServiceName'}) ", + "expr": "avg(vendor:coherence_service_partitions_vulnerable{cluster=\"${ClusterName:raw}\", name='$ServiceName'}) ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1604,7 +1604,7 @@ "refId": "B" }, { - "expr": "avg(vendor:coherence_service_partitions_unbalanced{cluster=\"$ClusterName\", name='$ServiceName'})", + "expr": "avg(vendor:coherence_service_partitions_unbalanced{cluster=\"${ClusterName:raw}\", name='$ServiceName'})", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1694,7 +1694,7 @@ "steppedLine": false, "targets": [ { - "expr": "avg(vendor:coherence_service_owned_partitions_primary{cluster=\"$ClusterName\", name='$ServiceName'}) ", + "expr": "avg(vendor:coherence_service_owned_partitions_primary{cluster=\"${ClusterName:raw}\", name='$ServiceName'}) ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1702,7 +1702,7 @@ "refId": "A" }, { - "expr": "avg(vendor:coherence_service_owned_partitions_backup{cluster=\"$ClusterName\", name='$ServiceName'}) ", + "expr": "avg(vendor:coherence_service_owned_partitions_backup{cluster=\"${ClusterName:raw}\", name='$ServiceName'}) ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1910,7 +1910,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_cache_units_bytes{cluster=\"$ClusterName\",coherence_service='$ServiceName'}) by (name) ", + "expr": "sum(vendor:coherence_cache_units_bytes{cluster=\"${ClusterName:raw}\",coherence_service='$ServiceName'}) by (name) ", "format": "table", "instant": true, "intervalFactor": 1, @@ -1918,7 +1918,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_cache_size{cluster=\"$ClusterName\", coherence_service='$ServiceName'}) by (name)", + "expr": "sum(vendor:coherence_cache_size{cluster=\"${ClusterName:raw}\", coherence_service='$ServiceName'}) by (name)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1926,7 +1926,7 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_cache_total_gets{cluster=\"$ClusterName\", coherence_service='$ServiceName'}) by (name)", + "expr": "sum(vendor:coherence_cache_total_gets{cluster=\"${ClusterName:raw}\", coherence_service='$ServiceName'}) by (name)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1934,7 +1934,7 @@ "refId": "C" }, { - "expr": "sum(vendor:coherence_cache_total_puts{cluster=\"$ClusterName\", coherence_service='$ServiceName'}) by (name)", + "expr": "sum(vendor:coherence_cache_total_puts{cluster=\"${ClusterName:raw}\", coherence_service='$ServiceName'}) by (name)", "format": "table", "instant": true, "intervalFactor": 1, @@ -2069,7 +2069,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_service_persistence_active_space_used{cluster=\"$ClusterName\", name='$ServiceName'}) by (member)", + "expr": "sum(vendor:coherence_service_persistence_active_space_used{cluster=\"${ClusterName:raw}\", name='$ServiceName'}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -2077,7 +2077,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_service_persistence_latency_average{cluster=\"$ClusterName\", name='$ServiceName'}) by (member)", + "expr": "sum(vendor:coherence_service_persistence_latency_average{cluster=\"${ClusterName:raw}\", name='$ServiceName'}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -2085,7 +2085,7 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_service_persistence_latency_max{cluster=\"$ClusterName\", name='$ServiceName'}) by (member)", + "expr": "sum(vendor:coherence_service_persistence_latency_max{cluster=\"${ClusterName:raw}\", name='$ServiceName'}) by (member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -2141,7 +2141,7 @@ "multi": false, "name": "ServiceName", "options": [], - "query": "label_values(vendor:coherence_service_member_count{cluster=\"$ClusterName\"}, name)", + "query": "label_values(vendor:coherence_service_member_count{cluster=\"${ClusterName:raw}\"}, name)", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/services-summary-dashboard.json b/dashboards/grafana/services-summary-dashboard.json index 82ce3c8e9..785120bfb 100644 --- a/dashboards/grafana/services-summary-dashboard.json +++ b/dashboards/grafana/services-summary-dashboard.json @@ -13,7 +13,7 @@ { "datasource": "prometheus", "enable": true, - "expr": "changes(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}[1m])", + "expr": "changes(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}[1m])", "hide": false, "iconColor": "rgba(255, 96, 96, 1)", "limit": 100, @@ -27,7 +27,7 @@ { "datasource": "prometheus", "enable": true, - "expr": "changes(vendor:coherence_service_owned_partitions_primary{cluster=\"$ClusterName\"}[60s])", + "expr": "changes(vendor:coherence_service_owned_partitions_primary{cluster=\"${ClusterName:raw}\"}[60s])", "hide": false, "iconColor": "rgba(255, 96, 96, 1)", "limit": 100, @@ -212,7 +212,7 @@ ], "targets": [ { - "expr": "avg(vendor:coherence_partition_assignment_service_node_count{cluster=\"$ClusterName\"}) by (coherence_service) ", + "expr": "avg(vendor:coherence_partition_assignment_service_node_count{cluster=\"${ClusterName:raw}\"}) by (coherence_service) ", "format": "table", "instant": true, "intervalFactor": 1, @@ -220,7 +220,7 @@ "refId": "A" }, { - "expr": "avg(vendor:coherence_partition_assignment_ha_status_code{cluster=\"$ClusterName\"}) by (coherence_service)", + "expr": "avg(vendor:coherence_partition_assignment_ha_status_code{cluster=\"${ClusterName:raw}\"}) by (coherence_service)", "format": "table", "instant": true, "intervalFactor": 1, @@ -331,7 +331,7 @@ ], "targets": [ { - "expr": "count(vendor:coherence_service_member_count{cluster=\"$ClusterName\",type!~\"DistributedCache|FederatedCache|ReplicatedCache\"}) by (name, type) ", + "expr": "count(vendor:coherence_service_member_count{cluster=\"${ClusterName:raw}\",type!~\"DistributedCache|FederatedCache|ReplicatedCache\"}) by (name, type) ", "format": "table", "instant": true, "intervalFactor": 1, @@ -388,7 +388,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_service_task_count{cluster=\"$ClusterName\"}) - sum(vendor:coherence_service_task_count{cluster=\"$ClusterName\"} offset $__interval)", + "expr": "sum(vendor:coherence_service_task_count{cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_service_task_count{cluster=\"${ClusterName:raw}\"} offset $__interval)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -486,7 +486,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_service_request_timeout_count{cluster=\"$ClusterName\"}) - sum(vendor:coherence_service_request_timeout_count{cluster=\"$ClusterName\"} offset $__interval)", + "expr": "sum(vendor:coherence_service_request_timeout_count{cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_service_request_timeout_count{cluster=\"${ClusterName:raw}\"} offset $__interval)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -494,7 +494,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_service_task_timeout_count{cluster=\"$ClusterName\"}) - sum(vendor:coherence_service_task_timeout_count{cluster=\"$ClusterName\"} offset $__interval)", + "expr": "sum(vendor:coherence_service_task_timeout_count{cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_service_task_timeout_count{cluster=\"${ClusterName:raw}\"} offset $__interval)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -502,7 +502,7 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_service_task_hung_count{cluster=\"$ClusterName\"}) - sum(vendor:coherence_service_task_hung_count{cluster=\"$ClusterName\"} offset $__interval)", + "expr": "sum(vendor:coherence_service_task_hung_count{cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_service_task_hung_count{cluster=\"${ClusterName:raw}\"} offset $__interval)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -654,7 +654,7 @@ ], "targets": [ { - "expr": "avg(vendor:coherence_service_partitions_endangered{cluster=\"$ClusterName\",type=~\"DistributedCache|FederatedCache\"}) by (name) > 0", + "expr": "avg(vendor:coherence_service_partitions_endangered{cluster=\"${ClusterName:raw}\",type=~\"DistributedCache|FederatedCache\"}) by (name) > 0", "format": "table", "instant": true, "interval": "", @@ -752,7 +752,7 @@ ], "targets": [ { - "expr": "avg(vendor:coherence_service_partitions_vulnerable{cluster=\"$ClusterName\",type=~\"DistributedCache|FederatedCache\"}) by (name) > 0", + "expr": "avg(vendor:coherence_service_partitions_vulnerable{cluster=\"${ClusterName:raw}\",type=~\"DistributedCache|FederatedCache\"}) by (name) > 0", "format": "table", "instant": true, "interval": "", @@ -850,7 +850,7 @@ ], "targets": [ { - "expr": "avg(vendor:coherence_service_partitions_unbalanced{cluster=\"$ClusterName\",type=~\"DistributedCache|FederatedCache\"}) by (name) > 0", + "expr": "avg(vendor:coherence_service_partitions_unbalanced{cluster=\"${ClusterName:raw}\",type=~\"DistributedCache|FederatedCache\"}) by (name) > 0", "format": "table", "instant": true, "interval": "", @@ -985,7 +985,7 @@ ], "targets": [ { - "expr": " topk($TopLimit,sum(delta(vendor:coherence_service_task_count{cluster=\"$ClusterName\"}[$__range])) by (name, member)) > 0", + "expr": " topk($TopLimit,sum(delta(vendor:coherence_service_task_count{cluster=\"${ClusterName:raw}\"}[$__range])) by (name, member)) > 0", "format": "table", "instant": true, "intervalFactor": 1, @@ -1119,7 +1119,7 @@ ], "targets": [ { - "expr": " topk($TopLimit,sum(vendor:coherence_service_task_backlog{cluster=\"$ClusterName\"}) by (name, member)) > 0", + "expr": " topk($TopLimit,sum(vendor:coherence_service_task_backlog{cluster=\"${ClusterName:raw}\"}) by (name, member)) > 0", "format": "table", "instant": true, "intervalFactor": 1, @@ -1177,7 +1177,7 @@ "multi": false, "name": "CoherenceVersion", "options": [], - "query": "label_values(vendor:coherence_cluster_size{cluster=\"$ClusterName\"}, version) ", + "query": "label_values(vendor:coherence_cluster_size{cluster=\"${ClusterName:raw}\"}, version) ", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -1204,7 +1204,7 @@ "multi": false, "name": "Services", "options": [], - "query": "label_values(vendor:coherence_service_request_max_duration{cluster=\"$ClusterName\"}, name)", + "query": "label_values(vendor:coherence_service_request_max_duration{cluster=\"${ClusterName:raw}\"}, name)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -1232,7 +1232,7 @@ "multi": true, "name": "Caches", "options": [], - "query": "label_values(vendor:coherence_cache_size{cluster=\"$ClusterName\"}, name) ", + "query": "label_values(vendor:coherence_cache_size{cluster=\"${ClusterName:raw}\"}, name) ", "refresh": 1, "regex": "", "skipUrlSync": false, From 71713dd51116933095cc88fdda396291b53d538b Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Fri, 25 Nov 2022 09:28:27 +0800 Subject: [PATCH 2/2] Minor updates to federation dashboards --- .../grafana/federation-details-dashboard.json | 38 +++++++++---------- .../grafana/federation-summary-dashboard.json | 8 ++-- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/dashboards/grafana/federation-details-dashboard.json b/dashboards/grafana/federation-details-dashboard.json index bb0778be5..229a47ff1 100644 --- a/dashboards/grafana/federation-details-dashboard.json +++ b/dashboards/grafana/federation-details-dashboard.json @@ -298,7 +298,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)", + "expr": "sum(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, participant_type, node_id)", "format": "table", "instant": true, "intervalFactor": 1, @@ -306,7 +306,7 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)", + "expr": "sum(vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, participant_type, node_id)", "format": "table", "instant": true, "intervalFactor": 1, @@ -314,7 +314,7 @@ "refId": "C" }, { - "expr": "sum(vendor:coherence_federation_destination_total_msg_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, nodeId)", + "expr": "sum(vendor:coherence_federation_destination_total_msg_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, participant_type, nodeId)", "format": "table", "instant": true, "intervalFactor": 1, @@ -322,7 +322,7 @@ "refId": "E" }, { - "expr": "sum(vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)", + "expr": "sum(vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, participant_type, node_id)", "format": "table", "instant": true, "intervalFactor": 1, @@ -330,7 +330,7 @@ "refId": "D" }, { - "expr": "sum(vendor:coherence_federation_destination_replicate_all_total_time_millis{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)", + "expr": "sum(vendor:coherence_federation_destination_replicate_all_total_time_millis{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, participant_type, node_id)", "format": "table", "instant": true, "intervalFactor": 1, @@ -338,7 +338,7 @@ "refId": "F" }, { - "expr": "avg(vendor:coherence_federation_destination_status{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)", + "expr": "avg(vendor:coherence_federation_destination_status{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, participant_type, node_id)", "format": "table", "instant": true, "intervalFactor": 1, @@ -394,7 +394,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} - vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval ", + "expr": "vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} - vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -487,7 +487,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} - vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval ", + "expr": "vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} - vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -579,7 +579,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} - vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval", + "expr": "vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} - vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} offset $__interval", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -673,7 +673,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_destination_total_error_responses{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} -vendor:coherence_federation_destination_total_error_responses{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval ", + "expr": "vendor:coherence_federation_destination_total_error_responses{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} -vendor:coherence_federation_destination_total_error_responses{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} offset $__interval ", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -681,7 +681,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_federation_destination_total_msg_unacked{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'}) by (node_id)", + "expr": "sum(vendor:coherence_federation_destination_total_msg_unacked{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'}) by (node_id)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -948,7 +948,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)", + "expr": "sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, nodeId)", "format": "table", "instant": true, "intervalFactor": 1, @@ -956,7 +956,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)", + "expr": "sum(vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, nodeId)", "format": "table", "instant": true, "intervalFactor": 1, @@ -964,7 +964,7 @@ "refId": "B" }, { - "expr": "sum(vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)", + "expr": "sum(vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, nodeId)", "format": "table", "instant": true, "intervalFactor": 1, @@ -972,7 +972,7 @@ "refId": "C" }, { - "expr": "sum(vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)", + "expr": "sum(vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, nodeId)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1171,7 +1171,7 @@ ], "targets": [ { - "expr": "sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, node_id, member)", + "expr": "sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, node_id, member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1179,7 +1179,7 @@ "refId": "A" }, { - "expr": "sum(vendor:coherence_federation_origin_total_msg_unacked {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, node_id, member)", + "expr": "sum(vendor:coherence_federation_origin_total_msg_unacked {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, node_id, member)", "format": "table", "instant": true, "intervalFactor": 1, @@ -1234,7 +1234,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(vendor:coherence_federation_destination_total_msg_unacked{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'}) by (node_id)", + "expr": "sum(vendor:coherence_federation_destination_total_msg_unacked{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'}) by (node_id)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1364,7 +1364,7 @@ "multi": false, "name": "ServiceName", "options": [], - "query": "label_values(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\"}, coherence_service='$ServiceName')", + "query": "label_values(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\"}, coherence_service)", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/dashboards/grafana/federation-summary-dashboard.json b/dashboards/grafana/federation-summary-dashboard.json index abdfd30f8..dce7c8f73 100644 --- a/dashboards/grafana/federation-summary-dashboard.json +++ b/dashboards/grafana/federation-summary-dashboard.json @@ -994,7 +994,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\"} - vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\"} offset $__interval ", + "expr": "sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\"} offset $__interval)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1174,7 +1174,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\"} - vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\"} offset $__interval ", + "expr": "sum(vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\"} offset $__interval)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1354,7 +1354,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\"} - vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\"} offset $__interval ", + "expr": "sum(vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\"} offset $__interval)", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -1534,7 +1534,7 @@ "steppedLine": false, "targets": [ { - "expr": "vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\"} - vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\"} offset $__interval ", + "expr": "sum(vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\"} offset $__interval)", "format": "time_series", "interval": "", "intervalFactor": 1,