Skip to content

Feat[MQBSTAT]: Add queue utilization metrics #678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

alexander-e1off
Copy link
Collaborator

Add two new queue metrics representing queue utilization (in precents):

  • queue messages utilization: queue.content_msgs / queue.cfg_msgs * 100%;
  • queue bytes utilization: queue.content_bytes/ queue.cfg_bytes * 100%;

Signed-off-by: Aleksandr Ivanov <[email protected]>
@alexander-e1off alexander-e1off requested a review from a team as a code owner April 2, 2025 12:49
@chrisbeard chrisbeard self-assigned this Apr 2, 2025
Copy link
Contributor

@chrisbeard chrisbeard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alexander-e1off alexander-e1off merged commit 8db0b39 into bloomberg:main Apr 23, 2025
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants