Skip to content

Commit abec906

Browse files
committed
Upgrade Grafana dashboards with new metrics and Grafana 10+ support
1 parent 7253283 commit abec906

26 files changed

+13680
-8146
lines changed

dashboards/grafana/alerts-dashboard.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"steppedLine": false,
123123
"targets": [
124124
{
125-
"expr": "avg(delta(vendor:coherence_cluster_members_departure_count[5m]))",
125+
"expr": "avg(delta(coherence_cluster_members_departure_count[5m]))",
126126
"format": "time_series",
127127
"interval": "",
128128
"intervalFactor": 1,
@@ -256,7 +256,7 @@
256256
"steppedLine": false,
257257
"targets": [
258258
{
259-
"expr": "avg(vendor:coherence_memory_heap_memory_usage_used / vendor:coherence_memory_heap_memory_usage_max) by(cluster) * 100",
259+
"expr": "avg(coherence_memory_heap_memory_usage_used / coherence_memory_heap_memory_usage_max) by(cluster) * 100",
260260
"format": "time_series",
261261
"interval": "",
262262
"intervalFactor": 1,
@@ -392,7 +392,7 @@
392392
"steppedLine": false,
393393
"targets": [
394394
{
395-
"expr": "avg(vendor:coherence_os_free_physical_memory_size / vendor:coherence_os_total_physical_memory_size) by (machine) * 100",
395+
"expr": "avg(coherence_os_free_physical_memory_size / coherence_os_total_physical_memory_size) by (machine) * 100",
396396
"format": "time_series",
397397
"interval": "",
398398
"intervalFactor": 1,
@@ -529,7 +529,7 @@
529529
"steppedLine": false,
530530
"targets": [
531531
{
532-
"expr": "count(avg(vendor:coherence_service_partitions_unbalanced{type=~\"DistributedCache|FederatedCache|PagedTopic\"}) by(name) > 0)",
532+
"expr": "count(avg(coherence_service_partitions_unbalanced{type=~\"DistributedCache|FederatedCache|PagedTopic\"}) by(name) > 0)",
533533
"format": "time_series",
534534
"interval": "",
535535
"intervalFactor": 1,
@@ -667,7 +667,7 @@
667667
"steppedLine": false,
668668
"targets": [
669669
{
670-
"expr": "count(vendor:coherence_partition_assignment_ha_status_code <= 1)",
670+
"expr": "count(coherence_partition_assignment_ha_status_code <= 1)",
671671
"format": "time_series",
672672
"interval": "",
673673
"intervalFactor": 1,
@@ -804,7 +804,7 @@
804804
"steppedLine": false,
805805
"targets": [
806806
{
807-
"expr": "avg(delta(vendor:coherence_node_guard_recover_count[5m]))",
807+
"expr": "avg(delta(coherence_node_guard_recover_count[5m]))",
808808
"format": "time_series",
809809
"interval": "",
810810
"intervalFactor": 1,
@@ -941,7 +941,7 @@
941941
"steppedLine": false,
942942
"targets": [
943943
{
944-
"expr": "avg(delta(vendor:coherence_node_guard_terminate_count[5m]))",
944+
"expr": "avg(delta(coherence_node_guard_terminate_count[5m]))",
945945
"format": "time_series",
946946
"interval": "",
947947
"intervalFactor": 1,
@@ -1078,7 +1078,7 @@
10781078
"steppedLine": false,
10791079
"targets": [
10801080
{
1081-
"expr": "count(vendor:coherence_cluster_size)",
1081+
"expr": "count(coherence_cluster_size)",
10821082
"format": "time_series",
10831083
"intervalFactor": 1,
10841084
"legendFormat": "",
@@ -1215,7 +1215,7 @@
12151215
"steppedLine": false,
12161216
"targets": [
12171217
{
1218-
"expr": "avg(delta(vendor:coherence_federation_destination_status[5m]))",
1218+
"expr": "avg(delta(coherence_federation_destination_status[5m]))",
12191219
"format": "time_series",
12201220
"interval": "",
12211221
"intervalFactor": 1,
@@ -1352,7 +1352,7 @@
13521352
"steppedLine": false,
13531353
"targets": [
13541354
{
1355-
"expr": "vendor:coherence_connection_manager_outgoing_byte_backlog",
1355+
"expr": "coherence_connection_manager_outgoing_byte_backlog",
13561356
"format": "time_series",
13571357
"interval": "",
13581358
"intervalFactor": 1,

0 commit comments

Comments
 (0)