diff --git a/README.md b/README.md index 8411991..61ac203 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ These are the metrics this program exports, assuming the `METRICS_PREFIX` is `qb | `qbittorrent_up_info_data` | counter | Data uploaded since the server started, in bytes | | `qbittorrent_torrents_count` | gauge | Number of torrents for each `category` and `status`. Example: `qbittorrent_torrents_count{category="movies",status="downloading"}`| +## Screenshot + +![](./grafana/screenshot.png) + +[More info](./grafana/README.md) + ## License This software is released under the [GPLv3 license](LICENSE). diff --git a/grafana/README.md b/grafana/README.md new file mode 100644 index 0000000..10383b6 --- /dev/null +++ b/grafana/README.md @@ -0,0 +1,9 @@ +# Grafana dashboard + +## Import + +To import the dashboard into your grafana, download the [dashboard.json](https://raw.githubusercontent.com/esanchezm/prometheus-qbittorrent-exporter/master/grafana/dashboard.json) file and import it into your server. Select your prometheus instance and that should be all. + +## Screenshot + +![](./screenshot.png) diff --git a/grafana/screenshot.png b/grafana/screenshot.png new file mode 100644 index 0000000..95a2a81 Binary files /dev/null and b/grafana/screenshot.png differ