prometheus-kafka-adapter icon indicating copy to clipboard operation
prometheus-kafka-adapter copied to clipboard

Get kafka data as prometheus metrics

Open balioune opened this issue 1 year ago • 1 comments

Hi, I'm writing a Prometheus Netflow exporter to monitor network flows with Grafana, I receive more than 500K flows / minute that are already stored in a Kafka topic.

I would like to know if I can use this project to convert flows in kafka as prometheus metrics ? If yes, have you any documentation explaining the process ?

Best Regards

balioune avatar Nov 07 '23 10:11 balioune

@balioune Did you get anywhere with this? I'm looking at using this adapter to write the records to kafka, then use a kafka connector for influxdb to put the records in there. Influxdb has prometheus remote read support so prometheus should then be able to use the data in influxdb to serve to grafana.

jason0598647 avatar Feb 10 '24 09:02 jason0598647