Skip to content

Commit

Permalink
Update Erlang Distribution dashboard panel and instance filtering
Browse files Browse the repository at this point in the history
- Modified metric expression and legend format in State of distribution links
- Changed panel type from 'flant-statusmap-panel' to 'status-history' for Process state

(cherry picked from commit dc9311a)
  • Loading branch information
anhanhnguyen authored and mergify[bot] committed Nov 14, 2024
1 parent 873ec29 commit 3c8db6f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -542,10 +542,10 @@
"displayType": "Regular",
"displayValueWithAlias": "Never",
"editorMode": "code",
"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\"}",
"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\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{rabbitmq_instance}} -> {{ peer }}",
"legendFormat": "{{rabbitmq_node}} -> {{ peer }}",
"range": true,
"refId": "A",
"units": "none",
Expand Down Expand Up @@ -2902,7 +2902,7 @@
"showExtraInfo": false,
"showItems": false
},
"type": "flant-statusmap-panel",
"type": "status-history",
"useMax": true,
"usingPagination": false,
"xAxis": {
Expand Down

0 comments on commit 3c8db6f

Please sign in to comment.