Skip to content

nmaquet/samza-prometheus-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

samza-prometheus-exporter

Feed Apache Samza metrics into Prometheus

Installation

This blog post from Ditial Ocean explains how to setup Prometheus. The easiest is to run the docker image. Specify the PORT, BROKERS and TOPIC env variables when running the image. To run outside docker, install with:

sudo pip3 install .

And then run samza-prometheus-exporter

Hacking

To install the package in editable development mode:

sudo pip3 install -e .

Acknowledgements

This project is heavily based on prometheus-es-exporter

About

Feed Apache Samza metrics into Prometheus

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%