Fix dashboards metadata
Closes-Bug: PROD-23514 Change-Id: I17395c2a9a46d6526b707e2466482018170429fc
This commit is contained in:
parent
9cbe044a30
commit
23248a862c
3 changed files with 5 additions and 5 deletions
|
@ -2,15 +2,15 @@ parameters:
|
|||
grafana:
|
||||
client:
|
||||
dashboard:
|
||||
system_disk_prometheus:
|
||||
linux_disk_prometheus:
|
||||
datasource: prometheus
|
||||
format: json
|
||||
template: grafana/files/dashboards/linux/system_disk_prometheus.json
|
||||
system_network_prometheus:
|
||||
linux_network_prometheus:
|
||||
datasource: prometheus
|
||||
format: json
|
||||
template: grafana/files/dashboards/linux/system_network_prometheus.json
|
||||
system_overview_prometheus:
|
||||
linux_overview_prometheus:
|
||||
datasource: prometheus
|
||||
format: json
|
||||
template: grafana/files/dashboards/linux/system_overview_prometheus.json
|
||||
|
|
|
@ -5,4 +5,4 @@ parameters:
|
|||
neutron_prometheus:
|
||||
datasource: prometheus
|
||||
format: json
|
||||
template: grafana/files/dashboards/neutron/neutron_prometheus_fluentd.json
|
||||
template: grafana/files/dashboards/neutron/neutron_prometheus.json
|
||||
|
|
|
@ -2,7 +2,7 @@ parameters:
|
|||
grafana:
|
||||
client:
|
||||
dashboard:
|
||||
prometheus_performances_prometheus:
|
||||
prometheus-performances_prometheus:
|
||||
datasource: prometheus
|
||||
format: json
|
||||
template: grafana/files/dashboards/prometheus/prometheus_performances_prometheus.json
|
||||
|
|
Loading…
Reference in a new issue