Missing label on consumer lag metrics #11487
marceloavan
started this conversation in
General
Replies: 1 comment 12 replies
-
The other labels are probably added by Prometheus when scraping the metrics endpoint. They basically describe where the metrics were scraped from. |
Beta Was this translation helpful? Give feedback.
12 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,
I am setting up the o11y for an environment following the example using the kafka exporter.
I can see the metrics and most of the panels on the dashboards are working, except some related to consumer groups.
Exploring the metrics on Grafana I have the following labels:
Looking directly on the kafka exporter's
/metrics
, I can see justtopic
andpartition
as labels.So the label
consumergroup
(required by the dashboards) is not present.Important to say:
Any thought on what I am missing? Is this behavior known?
Beta Was this translation helpful? Give feedback.
All reactions