kafka exporter #7045
Replies: 4 comments 4 replies
-
Please check the older discussions about the difference between Kafka Exporter and Prometheus metrics exposed from Kafka itself. These are completely different things and apart from the fact that you usually want to use both of them, they are completely separate features. |
Beta Was this translation helpful? Give feedback.
-
@scholzj thanks for reply, I am installing kafa-exporter as documented in your example - I am seeing only this in the kafka-exporter log 2022-07-12T22:13:33.689821732Z+ exec /usr/bin/tini -w -e 143 -- /tmp/run.sh Is this how exporter suppose to behave? I cannot see anything else in log, also no call made to kafka - as no entry on KAFKA log too. hence my original Q. am I missing any pre-req? appreciate your help |
Beta Was this translation helpful? Give feedback.
-
NO error at all on exporter . all I have is this line above when Exporter make connection to KAFKA, will it be using port 9091 ? And will this be logged at KAFKA side at all? |
Beta Was this translation helpful? Give feedback.
-
the LOG is bit misleading, LISTENING to 9404 on LOG really confused me. I increased the KAFKA-exporter log to DEBUG and then also enabled the enableSaramaLogging , and I could see the broker connection was happening okay. I have set up a PODMONTOR against kafka-exporter 9094 /metric end point and I can scrape out KAFKA LAG and display on GCO , Monitoring Thanks @scholzj |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed kafka-metric.yaml as given in the example , its deployed on to my GKE.
installed POD Monitor to report my kafka exporter details to Google Cloud Observability platform.
I cannot see any pre-req required for KAFKA exporter to work, Am I missing anything so that I can see KAFKA pods having port: tcp-prometheus - 9409 also as part of the pod?
how who or when will my KAFKA pods start to expose data via port: tcp-prometheus (assuming its 9409?) ? Do I need to do some pre-req?
Also as Google suggested - I have tried to see if my kafka pod is really exposing any data using this
and it said TIMEOUT
Beta Was this translation helpful? Give feedback.
All reactions