Skip to content

Commit dc9311a

Browse files
committed
Update Erlang Distribution dashboard panel and instance filtering
- Modified metric expression and legend format in State of distribution links - Changed panel type from 'flant-statusmap-panel' to 'status-history' for Process state
1 parent b9dc0ea commit dc9311a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/rabbitmq_prometheus/docker/grafana/dashboards/Erlang-Distribution.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,10 +542,10 @@
542542
"displayType": "Regular",
543543
"displayValueWithAlias": "Never",
544544
"editorMode": "code",
545-
"expr": "erlang_vm_dist_node_state{peer!~\"rabbitmqcli.*\"} * on(rabbitmq_instance, job) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
545+
"expr": "erlang_vm_dist_node_state{peer!~\"rabbitmqcli.*\"} * on(instance, job) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
546546
"format": "time_series",
547547
"intervalFactor": 1,
548-
"legendFormat": "{{rabbitmq_instance}} -> {{ peer }}",
548+
"legendFormat": "{{rabbitmq_node}} -> {{ peer }}",
549549
"range": true,
550550
"refId": "A",
551551
"units": "none",
@@ -2902,7 +2902,7 @@
29022902
"showExtraInfo": false,
29032903
"showItems": false
29042904
},
2905-
"type": "flant-statusmap-panel",
2905+
"type": "status-history",
29062906
"useMax": true,
29072907
"usingPagination": false,
29082908
"xAxis": {

0 commit comments

Comments
 (0)