-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Adding support for Prometheus endpoint in Consul Agents #4014
Comments
+1 🎉 |
@pierresouchay We would definitely be open to including it. The main goal would be that we could do it similar to how nomad does it with a prometheus query param to the metrics endpoint. |
The PR adds supports for Prometheus endpoint.
I added in the documentation that disable_hostname=true is recommended |
This PR: #4042 has to be considered as well to use the multi-dimensional features of Prometheus |
I hope you don't mind @pierresouchay but I'm going to call this closed given your work was included in 1.1.0 of Consul. As we know #4042 is still open, but I think that is suitable to track the addition of labels (and has the relevant context). |
Hello,
It seems that https://github.com/armon/go-metrics did add support for Prometheus
Would you agree to add support for it in Consul to Consul stats could be easily scrapped by Prometheus?
Some fixes have been applied on Nov 16, 2017 to the lib, so basically upgrading a bit the lib, and I am OK to do a PR adding support for it.
Would you consider such inclusion ?
Kind Regards
The text was updated successfully, but these errors were encountered: