mirror of
https://github.com/onedr0p/exportarr.git
synced 2026-02-06 10:57:32 +00:00
Add example dashboard including new collectors (#103)
This commit is contained in:
parent
f1d82200ca
commit
ffc97ea817
BIN
.github/images/dashboard-1.png
vendored
Normal file
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
BIN
.github/images/dashboard-2.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
4
.gitignore
vendored
4
.gitignore
vendored
@ -7,3 +7,7 @@
|
||||
|
||||
# IDEs
|
||||
.idea
|
||||
|
||||
# Operating System
|
||||
.DS_Store
|
||||
**/.DS_Store
|
||||
|
||||
@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
16
examples/grafana/README.md
Normal file
16
examples/grafana/README.md
Normal 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.
|
||||
|
||||

|
||||
|
||||
# Dashboard 2
|
||||
|
||||
[Dashboard 2](./dashboard2.json) covers Prowlarr, Radarr, Sonarr, Readarr (if you have a lidarr deploy, feel free to udate via PR!)
|
||||
|
||||

|
||||
|
||||
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.
|
||||
4293
examples/grafana/dashboard2.json
Normal file
4293
examples/grafana/dashboard2.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user