grafana/README.md
This directory contains a Grafana dashboard for monitoring Litestream metrics.
Litestream configured with metrics endpoint enabled in litestream.yml:
addr: ":9090"
Prometheus configured to scrape Litestream metrics:
scrape_configs:
- job_name: 'litestream'
static_configs:
- targets: ['localhost:9090']
Grafana with Prometheus data source configured
litestream-dashboard.json file or paste its contentsThe dashboard monitors the following key metrics:
The dashboard uses template variables:
datasource: Select your Prometheus data sourcejob: Select the Prometheus job name (defaults to "litestream")For issues or improvements to this dashboard, please open an issue at: https://github.com/benbjohnson/litestream/issues