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

✨ feat: allow adding new prometheus.Gatherers on top of default registry #2870

Commits on Jul 2, 2024

  1. feat: allow adding new prometheus.Gatherers on top of default registry

    In case of libraries using prebuilt registries (such as controller runtime itself), it should be possible to add the gatherer to the default metrics server so that no second handler or path has to be created for them. This allows to add metrics that are precollected/registered in something outside of the own controller runtime registry
    jakobmoellerdev committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    93af2e1 View commit details
    Browse the repository at this point in the history