Skip to content

Commit 8093ff0

Browse files
author
Tim Middleton
authored
Fix Spelling Error in Coherence Cache Details Dashboard Panel (#487)
* Fix Spelling Error in Coherence Cache Details Dashboard Panel * Other minor dashboards update
1 parent ee728fd commit 8093ff0

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@
13331333
"unit": "decbytes"
13341334
},
13351335
{
1336-
"alias": "Non Opttimzed Query Time",
1336+
"alias": "Non Optimzed Query Time",
13371337
"colorMode": "value",
13381338
"colors": [
13391339
"rgba(50, 172, 45, 0.97)",

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
"tableColumn": "",
289289
"targets": [
290290
{
291-
"expr": "sum(vendor_Coherence_Storage_Manager_Index_Total_Units{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})",
291+
"expr": "sum(vendor_Coherence_StorageManager_IndexTotalUnits{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})",
292292
"format": "time_series",
293293
"intervalFactor": 1,
294294
"legendFormat": "",
@@ -368,7 +368,7 @@
368368
"tableColumn": "",
369369
"targets": [
370370
{
371-
"expr": "sum(vendor_Coherence_Storage_Manager_Non_Optimized_Query_Count{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})",
371+
"expr": "sum(vendor_Coherence_StorageManager_NonOptimizedQueryCount{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})",
372372
"format": "time_series",
373373
"intervalFactor": 1,
374374
"legendFormat": "",
@@ -448,7 +448,7 @@
448448
"tableColumn": "",
449449
"targets": [
450450
{
451-
"expr": "sum(vendor_Coherence_Storage_Manager_Non_Optimized_Query_Total_Millis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})",
451+
"expr": "sum(vendor_Coherence_StorageManager_NonOptimizedQueryTotalMillis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})",
452452
"format": "time_series",
453453
"intervalFactor": 1,
454454
"legendFormat": "",
@@ -529,7 +529,7 @@
529529
"tableColumn": "",
530530
"targets": [
531531
{
532-
"expr": "max(vendor_Coherence_Storage_Manager_Max_Query_Duration_Millis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})",
532+
"expr": "max(vendor_Coherence_StorageManager_MaxQueryDurationMillis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})",
533533
"format": "time_series",
534534
"intervalFactor": 1,
535535
"legendFormat": "",
@@ -593,7 +593,7 @@
593593
"refId": "A"
594594
},
595595
{
596-
"expr": "sum(vendor_Coherence_Storage_Manager_Index_Total_Units{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"})",
596+
"expr": "sum(vendor_Coherence_StorageManager_IndexTotalUnits{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"})",
597597
"format": "time_series",
598598
"intervalFactor": 1,
599599
"legendFormat": "Index Memory",
@@ -684,7 +684,7 @@
684684
"steppedLine": false,
685685
"targets": [
686686
{
687-
"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) ",
687+
"expr": "sum(vendor_Coherence_StorageManager_EvictionCount{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) - sum(vendor_Coherence_StorageManager_EvictionCount{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"} offset $__interval) ",
688688
"format": "time_series",
689689
"interval": "",
690690
"intervalFactor": 1,
@@ -1333,7 +1333,7 @@
13331333
"unit": "decbytes"
13341334
},
13351335
{
1336-
"alias": "Non Opttimzed Query Time",
1336+
"alias": "Non Optimzed Query Time",
13371337
"colorMode": "value",
13381338
"colors": [
13391339
"rgba(50, 172, 45, 0.97)",
@@ -1477,39 +1477,39 @@
14771477
"refId": "E"
14781478
},
14791479
{
1480-
"expr": "sum(vendor_Coherence_Storage_Manager_Non_Optimized_Query_Total_Millis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)",
1480+
"expr": "sum(vendor_Coherence_StorageManager_NonOptimizedQueryTotal_Millis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)",
14811481
"format": "table",
14821482
"instant": true,
14831483
"intervalFactor": 1,
14841484
"legendFormat": "",
14851485
"refId": "F"
14861486
},
14871487
{
1488-
"expr": "sum(vendor_Coherence_Storage_Manager_Max_Query_Duration_Millis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)",
1488+
"expr": "sum(vendor_Coherence_StorageManager_MaxQueryDurationMillis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)",
14891489
"format": "table",
14901490
"instant": true,
14911491
"intervalFactor": 1,
14921492
"legendFormat": "",
14931493
"refId": "G"
14941494
},
14951495
{
1496-
"expr": "sum(vendor_Coherence_Storage_Manager_Eviction_Count{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)",
1496+
"expr": "sum(vendor_Coherence_StorageManager_EvictionCount{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)",
14971497
"format": "table",
14981498
"instant": true,
14991499
"intervalFactor": 1,
15001500
"legendFormat": "",
15011501
"refId": "H"
15021502
},
15031503
{
1504-
"expr": "sum(vendor_Coherence_Storage_Manager_Locks_Pending{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)",
1504+
"expr": "sum(vendor_Coherence_StorageManager_LocksPending{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)",
15051505
"format": "table",
15061506
"instant": true,
15071507
"intervalFactor": 1,
15081508
"legendFormat": "",
15091509
"refId": "I"
15101510
},
15111511
{
1512-
"expr": "sum(vendor_Coherence_Storage_Manager_Locks_Granted{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)",
1512+
"expr": "sum(vendor_Coherence_StorageManager_LocksGranted{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)",
15131513
"format": "table",
15141514
"instant": true,
15151515
"intervalFactor": 1,

dashboards/grafana-microprofile/caches-summary-dashboard.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"steppedLine": false,
242242
"targets": [
243243
{
244-
"expr": "sum(vendor_Coherence_Cache_Units_Bytes{cluster=~\"$ClusterName\",tier=\"back\"})",
244+
"expr": "sum(vendor_Coherence_Cache_UnitsBytes{cluster=~\"$ClusterName\",tier=\"back\"})",
245245
"format": "time_series",
246246
"instant": false,
247247
"interval": "",
@@ -250,7 +250,7 @@
250250
"refId": "A"
251251
},
252252
{
253-
"expr": "sum(vendor_Coherence_Storage_Manager_Index_Total_units{cluster=~\"$ClusterName\"})",
253+
"expr": "sum(vendor_Coherence_StorageManager_IndexTotalUnits{cluster=~\"$ClusterName\"})",
254254
"format": "time_series",
255255
"instant": false,
256256
"intervalFactor": 1,
@@ -413,7 +413,7 @@
413413
],
414414
"targets": [
415415
{
416-
"expr": "sum(vendor_Coherence_Storage_Manager_Index_Total_Units{cluster=~\"$ClusterName\"}) by (coherence_service, cache )",
416+
"expr": "sum(vendor_Coherence_StorageManager_IndexTotalUnits{cluster=~\"$ClusterName\"}) by (coherence_service, cache )",
417417
"format": "table",
418418
"instant": true,
419419
"intervalFactor": 1,
@@ -470,7 +470,7 @@
470470
"steppedLine": false,
471471
"targets": [
472472
{
473-
"expr": "sum(vendor_Coherence_Storage_Manager_Eviction_Count{cluster=~\"$ClusterName\"}) - sum(vendor_Coherence_Storage_Manager_Eviction_Count{cluster=~\"$ClusterName\"} offset $__interval)",
473+
"expr": "sum(vendor_Coherence_StorageManager_EvictionCount{cluster=~\"$ClusterName\"}) - sum(vendor_Coherence_StorageManager_EvictionCount{cluster=~\"$ClusterName\"} offset $__interval)",
474474
"format": "time_series",
475475
"instant": false,
476476
"interval": "",

dashboards/grafana/cache-details-dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@
13331333
"unit": "decbytes"
13341334
},
13351335
{
1336-
"alias": "Non Opttimzed Query Time",
1336+
"alias": "Non Optimzed Query Time",
13371337
"colorMode": "value",
13381338
"colors": [
13391339
"rgba(50, 172, 45, 0.97)",

0 commit comments

Comments
 (0)