Skip to content
This repository has been archived by the owner on Sep 23, 2019. It is now read-only.

movio/maxwell-prometheus-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maxwell-prometheus-exporter

Feed Maxwell metrics into Prometheus

Installation

This blog post from Ditial Ocean explains how to setup Prometheus, the node exporter and Grafana.

Using docker

Build the docker image:

sudo docker build -t maxwell-prometheus-exporter:0.1.2 .

Then run it:

sudo docker run -d --name maxwell-prometheus-exporter -p 8081:8081 \
    -v /etc/maxwell-prometheus-exporter.cfg:/etc/maxwell-prometheus-exporter.cfg \
    maxwell-prometheus-exporter:0.1.2

Using pip

sudo pip install .

And then run maxwell-prometheus-exporter

Hacking

To install the package in editable development mode:

sudo pip install -e .

Acknowledgements

This project is heavily based on prometheus-es-exporter

About

Feed Maxwell metrics into Prometheus

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages