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

Increase the size of histogram buckets #76

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

richardTowers
Copy link

We should have more histogram buckets at longer time spans (e.g. 1 min to 5 mins, 5 mins to 10 mins, 10 mins to 30 mins, 30 mins to 1 hour) and less at shorter time spans. For publishing latency, we basically don't care how fast it is if it's less than 1 second, but 1 hour is a lot worse than 1 minute. Currently the buckets just group everything longer than 10s as "somewhere between 10 seconds and infinity".

This application is owned by the publishing platform team. Please let us know in #govuk-publishing-platform when you raise any PRs.

We should have more histogram buckets at longer time spans (e.g. 1 min
to 5 mins, 5 mins to 10 mins, 10 mins to 30 mins, 30 mins to 1 hour) and
less at shorter time spans. For publishing latency, we basically don't
care how fast it is if it's less than 1 second, but 1 hour is a lot
worse than 1 minute. Currently the buckets just group everything longer
than 10s as "somewhere between 10 seconds and infinity".
@richardTowers richardTowers marked this pull request as draft January 8, 2025 10:18
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.

1 participant