mirror of
https://github.com/onedr0p/exportarr.git
synced 2026-02-06 10:57:32 +00:00
Allow selection of prometheus datasource in dashboard 1 (#224)
Signed-off-by: Russell Troxel <russell@troxel.io>
This commit is contained in:
parent
214c3243a3
commit
2574b477ee
BIN
.github/images/dashboard-1.png
vendored
BIN
.github/images/dashboard-1.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 261 KiB After Width: | Height: | Size: 63 KiB |
@ -6,7 +6,7 @@ AIO Prometheus Exporter for Sonarr, Radarr, Lidarr, Prowlarr, Readarr, and Sabnz
|
||||
|
||||
Note: This exporter will not gather metrics from all apps at once, and instead you an `exportarr` instance for each app. Be sure to see the examples below for more information.
|
||||
|
||||

|
||||

|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
@ -1,4 +1,14 @@
|
||||
{
|
||||
"__inputs": [
|
||||
{
|
||||
"name": "DS_PROMETHEUS",
|
||||
"label": "Prometheus",
|
||||
"description": "",
|
||||
"type": "datasource",
|
||||
"pluginId": "prometheus",
|
||||
"pluginName": "Prometheus"
|
||||
}
|
||||
],
|
||||
"annotations": {
|
||||
"list": [
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user