Join Slack
Powered by
This message was deleted.
# general
s
Slackbot
09/30/2022, 6:27 PM
This message was deleted.
s
Srikanth Chekuri
09/30/2022, 8:40 PM
There are several exporter packages built around monitoring for the kafka metrics. I think for this use case this one
https://github.com/seglo/kafka-lag-exporter
fits well. This sends the lag data with partition (and many other labels). You can enable the prometheus and config the SigNoz scraper to receive the data here
https://github.com/SigNoz/signoz/blob/develop/deploy/docker/clickhouse-setup/otel-collector-metrics-config.yaml#L8
. You could go to dashboards to confirm if the data is being ingested and plot the relevant metric on panel.
s
Satish Botla
10/03/2022, 7:24 PM
Thank you Srikanth.
Satish Botla
10/05/2022, 1:32 PM
@Srikanth Chekuri
Can you please confirm if this setup requires prometheus server?
s
Srikanth Chekuri
10/05/2022, 2:44 PM
No this doesn’t require you to run prometheus server. Above I shared the file where you would configure the scrape jobs to get the data.
s
Satish Botla
10/05/2022, 3:16 PM
got it, Thank you!
3
Views
Open in Slack
Previous
Next