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

✨ Add 100/1000s buckets for prometheus workqueue histograms #2638

Merged
merged 1 commit into from Jan 11, 2024

Commits on Jan 5, 2024

  1. pkg/metrics: add 100/1000s buckets for workqueue histograms

    Controllers making many external requests in large clusters
    may have normal operating latency on the order of ~100s.
    Add buckets that cover the range, allowing metric backends
    to interpolate percentile estimates properly.
    seankhliao committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f4fe233 View commit details
    Browse the repository at this point in the history