Skip to content

Commit

Permalink
Merge pull request #12396 from rabbitmq/mergify/bp/v4.0.x/pr-12390
Browse files Browse the repository at this point in the history
Remove duplicate stats keys in quorum queues (backport #12390)
  • Loading branch information
michaelklishin authored Sep 27, 2024
2 parents 2d4aa12 + 670b773 commit fea5890
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 fea5890

Please sign in to comment.