We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, all of the metrics in Promtail are registered to the global Prometheus registerer. This causes a problem in the Grafana Cloud Agent:
I would like to pass around a registry and register metrics at the time of instantiation rather than having them be globals.
This is a change I will implement myself in a few days, but wanted to open an issue first in case this would be contentious.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently, all of the metrics in Promtail are registered to the global Prometheus registerer. This causes a problem in the Grafana Cloud Agent:
I would like to pass around a registry and register metrics at the time of instantiation rather than having them be globals.
This is a change I will implement myself in a few days, but wanted to open an issue first in case this would be contentious.
The text was updated successfully, but these errors were encountered: