Feed Maxwell metrics into Prometheus
This blog post from Ditial Ocean explains how to setup Prometheus, the node exporter and Grafana.
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
sudo pip install .
And then run maxwell-prometheus-exporter
To install the package in editable development mode:
sudo pip install -e .
This project is heavily based on prometheus-es-exporter