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 exemplar support to _count #3996

Merged

Commits on Jul 25, 2023

  1. Add exemplar support to _count

    Prometheus did not support exemplars for Summaries and it did not
    support exemplars for anything else than buckets on Histograms.
    Since Prometheus now supports exemplars on every time series,
    we can add exemplars to Summary/Histogram _count, see:
    prometheus/prometheus#11982
    jonatan-ivanov committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d7f3689 View commit details
    Browse the repository at this point in the history