Skip to content

Commit a07a30f

Browse files
authored
Update RabbitMQ-Overview.json - Disk space available before publishers blocked (#15723)
This change helps visualise the headroom (the gap before blocking) rather than just the raw available space. The updated query is now in line with the title that reads "Disk space available before publishers blocked".
1 parent 5e2a741 commit a07a30f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/rabbitmq_prometheus/docker/grafana/dashboards/RabbitMQ-Overview.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@
18001800
"uid": "${DS_PROMETHEUS}"
18011801
},
18021802
"editorMode": "code",
1803-
"expr": "rabbitmq_disk_space_available_bytes * on(instance, job) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_endpoint=\"$endpoint\"}",
1803+
"expr": "(rabbitmq_disk_space_available_bytes - rabbitmq_disk_space_available_limit_bytes) * on(instance,job) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\",namespace=\"$namespace\", rabbitmq_endpoint=\"$endpoint\"}",
18041804
"format": "time_series",
18051805
"instant": false,
18061806
"intervalFactor": 1,

0 commit comments

Comments
 (0)