Any way to collect only specific metrics #275
Unanswered
andrii-bodnar
asked this question in
Q&A
Replies: 1 comment
-
There is no way to disable the exporter from exporting specific metrics. You can discard specific metrics (and more) when scraping them in Prometheus. Have a look at Prometheus' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
Is there any way to collect only specific metrics?
For example, I do not need the
*_hist_bucket
,*_hist_sum
,*_hist_count
metrics. Is there some configuration to disable collecting these metrics?I know that it could be filtered on the Prometheus side, but I just want the exporter to do the only needed work.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions