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
This commit is contained in:
Anh Nguyen 2024-11-13 20:41:47 +07:00
parent b9dc0ea3b4
commit dc9311a561
1 changed files with 3 additions and 3 deletions

View File

@ -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",
@ -2902,7 +2902,7 @@
"showExtraInfo": false,
"showItems": false
},
"type": "flant-statusmap-panel",
"type": "status-history",
"useMax": true,
"usingPagination": false,
"xAxis": {