You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: