Skip to content

Commit

Permalink
Remove duplicate stats keys in quorum queues
Browse files Browse the repository at this point in the history
Messages, messages_ready and messages_unacknowledged are duplicated
during management stats collection, resulting in internal errors
when sorting queues in the management UI.
These should not be part of rabbit_core_metrics:queue_stats/2

(cherry picked from commit d860efa)
  • Loading branch information
dcorbacho authored and mergify[bot] committed Sep 27, 2024
1 parent dd3aae9 commit 670b773
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deps/rabbit/src/rabbit_quorum_queue.erl
Original file line number Diff line number Diff line change
Expand Up @@ -581,9 +581,6 @@ handle_tick(QName,
{publishers, NumEnqueuers},
{consumer_capacity, Util},
{consumer_utilisation, Util},
{messages, NumMessages},
{messages_ready, NumReadyMsgs},
{messages_unacknowledged, NumCheckedOut},
{message_bytes_ready, EnqueueBytes},
{message_bytes_unacknowledged, CheckoutBytes},
{message_bytes, MsgBytes},
Expand Down

0 comments on commit 670b773

Please sign in to comment.