KafkaExporter to monitor consumer lags #4141
pashafirdous
started this conversation in
General
Replies: 1 comment 3 replies
-
You just have to scrape the metrics from the pod directly and not through the service. How exactly to do it depends on how you deployed and manage your Prometheus. For example if you use the Prometheus Operator, you can use the PodMonitor resources for it: https://github.com/strimzi/strimzi-kafka-operator/blob/0.20.1/examples/metrics/prometheus-install/strimzi-pod-monitor.yaml |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi ,
Could you please advice on steps to access metrics from Kafka exporter on port 9404?
when deploye in 0.17.0 we got a service for kafka exporter to access metrics on http://kafkaexporter-service:9404/metrics.
we are tryingthe same with 0.20.0/0.20.1.
we understand the monitoring is changes in these version, ut please advice how can acccss the monitoring endpoint.
Beta Was this translation helpful? Give feedback.
All reactions