Add example dashboard including new collectors (#103)

This commit is contained in:
Russell Troxel 2023-03-09 12:07:01 -08:00 committed by GitHub
parent f1d82200ca
commit ffc97ea817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 4314 additions and 1 deletions

BIN
.github/images/dashboard-1.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

BIN
.github/images/dashboard-2.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

4
.gitignore vendored
View File

@ -7,3 +7,7 @@
# IDEs
.idea
# Operating System
.DS_Store
**/.DS_Store

View File

@ -10,7 +10,7 @@ and v3 APIs for Sonarr and Radarr. It will not gather metrics from all 3 at once
and instead you need to tell the exporter what metrics you want. Be sure
to see the examples below for more information.
![image](https://user-images.githubusercontent.com/213795/111993814-6fa68b80-8aed-11eb-85ae-3e5a0851923c.png)
![image](.github/images/dashboard-1.png)
## Usage

View File

@ -0,0 +1,16 @@
# Dashboard Examples
# Dashboard 1
[Dashboard 1](./dashboard.json) covers Radarr -- this is the image which is displayed on the main README.
![image](../../.github/images/dashboard-1.png)
# Dashboard 2
[Dashboard 2](./dashboard2.json) covers Prowlarr, Radarr, Sonarr, Readarr (if you have a lidarr deploy, feel free to udate via PR!)
![image](../../.github/images/dashboard-2.png)
Notes:
- This dashboard was built assuming these services are running kubernetes, so the `Uptime` and `Network` panels assume kubernetes prometheus metrics are available. In other environments these will need to be delete/edited.

File diff suppressed because it is too large Load Diff