Skip to content
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

Make reducer queue length into a histogram metric #571

Closed
joshua-spacetime opened this issue Nov 17, 2023 · 0 comments · Fixed by #576
Closed

Make reducer queue length into a histogram metric #571

joshua-spacetime opened this issue Nov 17, 2023 · 0 comments · Fixed by #576
Assignees

Comments

@joshua-spacetime
Copy link
Collaborator

Right now it's a gauge which means we only know the length of the queue at the time prometheus samples it. If it were a histogram, we would know the min and max values in the interval between samplings, as well as the distribution of values among the buckets.

Note that for this metric, we should not use the default bucket configuration.

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 a pull request may close this issue.

1 participant