Skip to content

Commit 6d924bf

Browse files
committed
DAOS-10638 Grafana:Update Grafana json file to show consolidated graph with node instance
Some graphs are not consolidate because of newly added instance Label. doc-only: True Signed-off-by: ravalsam <[email protected]>
1 parent 79c332d commit 6d924bf

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

utils/grafana/DAOS-Grafana-Dashboard.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
"uid": "${DS_PROMETHEUS}"
336336
},
337337
"exemplar": false,
338-
"expr": "sum without (rank, pool, target) (rate(engine_pool_xferred_fetch[15s]))",
338+
"expr": "sum without (instance, rank, pool, target) (rate(engine_pool_xferred_fetch[15s]))",
339339
"format": "time_series",
340340
"hide": false,
341341
"instant": false,
@@ -350,7 +350,7 @@
350350
"uid": "${DS_PROMETHEUS}"
351351
},
352352
"exemplar": false,
353-
"expr": "sum without (rank, pool, target) (rate(engine_pool_xferred_update[15s]))",
353+
"expr": "sum without (instance, rank, pool, target) (rate(engine_pool_xferred_update[15s]))",
354354
"format": "time_series",
355355
"hide": false,
356356
"instant": false,
@@ -364,7 +364,7 @@
364364
"uid": "${DS_PROMETHEUS}"
365365
},
366366
"exemplar": false,
367-
"expr": "sum without (rank, pool, target) (rate(engine_pool_xferred_fetch[15s]) + rate(engine_pool_xferred_update[15s]))",
367+
"expr": "sum without (instance, rank, pool, target) (rate(engine_pool_xferred_fetch[15s]) + rate(engine_pool_xferred_update[15s]))",
368368
"hide": false,
369369
"interval": "",
370370
"legendFormat": "Total",
@@ -445,7 +445,7 @@
445445
"targets": [
446446
{
447447
"exemplar": false,
448-
"expr": "sum without (rank, pool, target) (rate(engine_pool_ops_fetch[1m]))",
448+
"expr": "sum without (instance, rank, pool, target) (rate(engine_pool_ops_fetch[1m]))",
449449
"format": "time_series",
450450
"instant": false,
451451
"interval": "",
@@ -454,7 +454,7 @@
454454
},
455455
{
456456
"exemplar": false,
457-
"expr": "sum without (rank, pool, target) (rate(engine_pool_ops_update[1m]))",
457+
"expr": "sum without (instance, rank, pool, target) (rate(engine_pool_ops_update[1m]))",
458458
"hide": false,
459459
"interval": "",
460460
"legendFormat": "Update",
@@ -535,7 +535,7 @@
535535
"targets": [
536536
{
537537
"exemplar": false,
538-
"expr": "avg without (rank, target) (engine_io_latency_fetch_mean)",
538+
"expr": "avg without (instance, rank, target) (engine_io_latency_fetch_mean)",
539539
"hide": false,
540540
"interval": "",
541541
"legendFormat": "{{size}}",
@@ -626,7 +626,7 @@
626626
"targets": [
627627
{
628628
"exemplar": false,
629-
"expr": "avg without (rank, target) (engine_io_latency_update_mean)",
629+
"expr": "avg without (instance, rank, target) (engine_io_latency_update_mean)",
630630
"interval": "",
631631
"legendFormat": "{{size}}",
632632
"refId": "A"
@@ -720,7 +720,7 @@
720720
"uid": "${DS_PROMETHEUS}"
721721
},
722722
"exemplar": false,
723-
"expr": "sum without (rank, pool) (engine_pool_ops_pool_connect) - sum without (rank, pool) (engine_pool_ops_pool_disconnect)",
723+
"expr": "sum without (instance, rank, pool) (engine_pool_ops_pool_connect) - sum without (instance, rank, pool) (engine_pool_ops_pool_disconnect)",
724724
"interval": "",
725725
"legendFormat": "Total",
726726
"refId": "A"
@@ -801,7 +801,7 @@
801801
"uid": "${DS_PROMETHEUS}"
802802
},
803803
"exemplar": false,
804-
"expr": "sum without (rank, job, instance, pool) (engine_pool_ops_cont_open) - sum without (rank, job, instance, pool) (engine_pool_ops_cont_close)",
804+
"expr": "sum without (instance, rank, job, pool) (engine_pool_ops_cont_open) - sum without (instance, rank, job, pool) (engine_pool_ops_cont_close)",
805805
"interval": "",
806806
"legendFormat": "Total",
807807
"refId": "A"
@@ -882,22 +882,22 @@
882882
"targets": [
883883
{
884884
"exemplar": false,
885-
"expr": "sum without (rank, pool) (rate(engine_pool_ops_cont_open[15s]))",
885+
"expr": "sum without (instance, rank, pool) (rate(engine_pool_ops_cont_open[15s]))",
886886
"interval": "",
887887
"legendFormat": "Open",
888888
"refId": "open"
889889
},
890890
{
891891
"exemplar": false,
892-
"expr": "sum without (rank, pool) (rate(engine_pool_ops_cont_close[15s]))",
892+
"expr": "sum without (instance, rank, pool) (rate(engine_pool_ops_cont_close[15s]))",
893893
"hide": false,
894894
"interval": "",
895895
"legendFormat": "Close",
896896
"refId": "close"
897897
},
898898
{
899899
"exemplar": false,
900-
"expr": "sum without (rank, pool) (rate(engine_pool_ops_cont_destroy[15s]))",
900+
"expr": "sum without (instance, rank, pool) (rate(engine_pool_ops_cont_destroy[15s]))",
901901
"hide": false,
902902
"interval": "",
903903
"legendFormat": "Destroy",
@@ -925,4 +925,4 @@
925925
"uid": "okaW9iknz",
926926
"version": 2,
927927
"weekStart": ""
928-
}
928+
}

0 commit comments

Comments
 (0)