Added screenshot and instructions
This commit is contained in:
parent
9002a709b7
commit
d144f412ca
3 changed files with 15 additions and 0 deletions
|
@ -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).
|
||||
|
|
9
grafana/README.md
Normal file
9
grafana/README.md
Normal 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
BIN
grafana/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 260 KiB |
Loading…
Reference in a new issue