mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
make dashboard editable + more modular to different job label values
Signed-off-by: Callum Styan <callumstyan@gmail.com>
This commit is contained in:
parent
b2e8e9b961
commit
e46e1da71d
File diff suppressed because it is too large
Load diff
|
@ -16,7 +16,7 @@ providers:
|
||||||
# <int> how often Grafana will scan for changed dashboards
|
# <int> how often Grafana will scan for changed dashboards
|
||||||
updateIntervalSeconds: 10
|
updateIntervalSeconds: 10
|
||||||
# <bool> allow updating provisioned dashboards from the UI
|
# <bool> allow updating provisioned dashboards from the UI
|
||||||
allowUiUpdates: false
|
allowUiUpdates: true
|
||||||
options:
|
options:
|
||||||
# <string, required> path to dashboard files on disk. Required when using the 'file' type
|
# <string, required> path to dashboard files on disk. Required when using the 'file' type
|
||||||
path: /etc/grafana/provisioning/dashboards
|
path: /etc/grafana/provisioning/dashboards
|
||||||
|
|
Loading…
Reference in a new issue