A lightweight RESTful API for collecting metrics that can be exported to Prometheus
1.0K
Tiny exporter is a lightweight RESTful API for collecting metrics that can be exported to Prometheus.
It supports storing gauge, counter, and histogram metrics with labels.
The easiest way to use this is with the Docker image at mdouglas/tiny-exporter.
docker run -d -p 5000:9800 mdouglas/tiny-exporter:latest
For local development or to run it yourself, it's simply a Flask app. Run it with:
FLASK_APP=api flask run
Documentation coming soon.
See LICENSE
Content type
Image
Digest
Size
38 MB
Last updated
about 4 years ago
docker pull mdouglas/tiny-exporter