-
Notifications
You must be signed in to change notification settings - Fork 9
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
Example of a pull strategy #84
Comments
Hello! It certainly is possible to do pull metrics. None of the examples show you how but it's a use case that should be covered. One plan would be to use an The plan is to eventually have a Prometheus pull implementation, which you could have based your code upon. If you care to share your code back, I'll be happy to integrate it with the examples. |
@fralalonde |
hi,
i have been looking through the documentation and examples but i cannot find a way to output the metrics based on a pull strategy. since i am writing a library what i am looking for is a way to iterate over list of metrics exposing their values to the hosting app. is there a way to achieve so?
thank you in advance
The text was updated successfully, but these errors were encountered: