-
Notifications
You must be signed in to change notification settings - Fork 1.4k
docs(metrics): updates for kafka exporter #11520
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: prmellor <pmellor@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @PaulRMellor. This avoids any confusion between Prometheus JMX Exporter and Kafka Exporter.
|
||
IMPORTANT: Kafka Exporter provides only additional metrics related to consumer lag and consumer offsets. | ||
For regular Kafka metrics, you have to configure the Prometheus metrics in xref:assembly-metrics-setup-{context}[Kafka brokers]. | ||
Kafka Exporter relies on data from the `__consumer_offsets` topic to report lag metrics. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kafka Exporter relies on data from the `__consumer_offsets` topic to report lag metrics. | |
Kafka Exporter relies on data from the `__consumer_offsets` topic to report consumer lag metrics. |
|
||
* Consumer groups must be in use. | ||
+ | ||
Kafka Exporter relies on data from the `__consumer_offsets` topic to report lag metrics. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kafka Exporter relies on data from the `__consumer_offsets` topic to report lag metrics. | |
Kafka Exporter relies on data from the `__consumer_offsets` topic to report consumer lag metrics. |
@PaulRMellor can you rebase this PR please? There was a fix in main to allow the build to pass. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I can see, this looks good.
Documentation
Checklist
Please go through this checklist and make sure all applicable tasks have been done