An open API service indexing awesome lists of open source software.

https://github.com/nodefluent/prometheus-pushgw-kafka-connect

Node.js kafka connect connector for prometheus push-gateway
https://github.com/nodefluent/prometheus-pushgw-kafka-connect

kafka kafka-connect nodejs prometheus pushgateway

Last synced: 2 months ago
JSON representation

Node.js kafka connect connector for prometheus push-gateway

Awesome Lists containing this project

README

          

# prometheus-pushgw-kafka-connect

The connector is ready for production, but streaming into a pushgateway can result into concurrency problems,
if you produce more messages > 1 in the scrape interval, only the latest value will be crawled. This can
cause issues with Counters.
We suggest using our [prometheus connector](https://github.com/nodefluent/prometheus-kafka-connect) instead,
if you are planning to do this.