Storj-exporter Grafana dashboard to visualise Storj-Exporter metrics for multiple Storj storage nodes. See my quick-start guide to set up the whole stack using docker-compose.
Feel free to raise issues if you find them and also raise a PR if you'd like to contribute.
If you wish to support my work ☕, please find my eth wallet address below or scan the qr code:
0x187C8C43890fe4C91aFabbC62128D383A90548Dd
Import Storj-Exporter-Boom-Table.json via your Grafana UI ("+" -> Import), select your Prometheus datasorce at the top-left of the dashboard
Monitoring stack required for this dashboard includes the following components:
- Storj-Exporter - collects storagenode metrics
- Prometheus server - scrapes and stores metrics from Storj-Exporter
- Grafana - pulls data from Prometheus and visualises it * Storj-Exporter-dashboard - a template dashboard for Storj-Exporter metrics
Here's how metrics flow through the stack:
Storagenode => Storj-Exporter => Prometheus server => Grafana (Storj-Exporter-dashboard)
See my quick-start guide to set up the whole stack using docker-compose.
Alternatively check out links below for other ways to install/configure these components:
- Storj-Exporter - https://github.com/anclrii/Storj-Exporter#installation
- Prometheus - https://prometheus.io/docs/prometheus/latest/installation/
- Grafana - https://grafana.com/docs/grafana/latest/installation/
There's an ansible role toconspiracy/storj-beastmode for storagenodes that features all above monitoring components.