Added screenshot and instructions

This commit is contained in:
Esteban Sánchez 2020-10-26 18:02:40 +01:00
parent 9002a709b7
commit d144f412ca
3 changed files with 15 additions and 0 deletions

View file

@ -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_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"}`| | `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 ## License
This software is released under the [GPLv3 license](LICENSE). This software is released under the [GPLv3 license](LICENSE).

9
grafana/README.md Normal file
View file

@ -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)

BIN
grafana/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB