-
Notifications
You must be signed in to change notification settings - Fork 55
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
FR: need method ot collect ALL metrics per request #101
Comments
This might be possible but is not simple as it requires modifying all the metrics to include a label that would be unique to invocation of the module (otherwise there is likely to be duplication where different modules export the same metric, which violates the prometheus scraping model). |
Hey @tcolgate ! |
Almost all exporters will have some overlap e.g. |
Ohh shooot, sry i forgot about that cuz i always turn off that kind of metrics. We-e-e-ell, i see only 2 ways:
|
Sup guyz! Thx 4 exporter_exporter! It would be great if you add some method, (4 ex.
curl -s "http://our_host:9999/proxy?modules"
) which we would use to get all metrics we have at once.The text was updated successfully, but these errors were encountered: