Prometheus exporter of blockchain data
A compose.yaml
file is provided to run the app + prometheus and grafana in docker.
- Copy the sample config to be used:
cp .env.sample .env
- Start the containers:
docker compose up
- Services will be available on these urls:
- Exporter: http://localhost:8000/metrics
- Prometheus: http://localhost:9090
- Grafana: http://localhost:3000 (credentials admin:grafana)
This project has been set up using PyScaffold 4.5. For details and usage information on PyScaffold see https://pyscaffold.org/.