-
Notifications
You must be signed in to change notification settings - Fork 31
Add support for the prometheus-client
crate
#25
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
Comments
There are a couple of differences between how the
|
One other difference: this library doesn't have a global collector. So, we could make it work specifically with the autometrics-provided global metrics collector (and not otherwise), or we'd need to expose the handles for the registry as part of the autometrics API only when it's being used with this crate. |
Just to summarize where I think this stands now, I think there are three main outstanding issues for getting this to work:
|
https://crates.io/crates/prometheus-client
The text was updated successfully, but these errors were encountered: