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

prometheus: Histograms: Use more buckets #624

Merged
merged 2 commits into from
Feb 5, 2024

Conversation

mitjat
Copy link
Contributor

@mitjat mitjat commented Feb 5, 2024

This PR introduces more buckets for timing histograms. It does not change the density, it only introduces buckets for larger values.

Prior to this PR, the highest-value bucket had a lower boundary of 10^0.9 = 7.94s. In a recent high-load situation, block processing in sapphire took longer than that, leading to clipped graphs in Grafana.

Copy link
Collaborator

@pro-wh pro-wh left a comment

Choose a reason for hiding this comment

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

💯0

@mitjat mitjat merged commit cd158cb into main Feb 5, 2024
9 checks passed
@mitjat mitjat deleted the mitjat/prometheus-more-buckets branch February 5, 2024 19:56
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