We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Examples: https://github.com/mesosphere/mesos_exporter/blob/master/master.go#L75 https://github.com/google/cadvisor/blob/master/metrics/prometheus.go#L91
Is there a better way?
The text was updated successfully, but these errors were encountered:
https://github.com/prometheus/client_python#custom-collectors is what Python has which is about as short as I think is possible. Given that Go is a bit more verbose, I'd say what we have is likely as good as it gets.
Sorry, something went wrong.
Adding this to the v0.10 milestone because it should be implemented with the updated interfaces of v0.10, if it will be implemented at all.
#222 should cover what can be done here.
beorn7
No branches or pull requests
Examples:
https://github.com/mesosphere/mesos_exporter/blob/master/master.go#L75
https://github.com/google/cadvisor/blob/master/metrics/prometheus.go#L91
Is there a better way?
The text was updated successfully, but these errors were encountered: