prometheus-kafka-adapter
prometheus-kafka-adapter copied to clipboard
Get kafka data as prometheus metrics
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 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.