-
Is there any documentation on how to expose prometheus metrics for the collector itself, not as an intermediary to pull/push metrics from source to destination? |
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
May 18, 2021
Replies: 1 comment 2 replies
-
Hi @jcantrill . Do you mean metrics like those collected by |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
prometheus_exporter
sink is pull-based. It binds to an address and exposes the metrics at/metrics
in the prometheus exposition format so that they can be scraped. Is that what you are looking for?