Channels
watercooler
incidents
reactjs-config
k8s_operator_helm
write-for-signoz
signoz-alert-testing
testsupport
webhook-dev
general
contributing
support
contributing-frontend
github-activities
Powered by
#general
Title
# general
s
Satish Botla
09/30/2022, 6:27 PM
i am looking to see if i can project lag on kafka topic(s) per partition.
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.
@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!
Post