rabbitmq_exporter
rabbitmq_exporter copied to clipboard
chore: queue_state metric use 1 for running/idle, 0 for flow/etc
Modify the value of queue_state, with a value of 1 for running/idle, and 0 for flow and others.
Because we want 1 to represent a healthy state of the queue, and other numbers(0) to represent a crash.
/assign @kbudde