Dashboard rationalization
Change-Id: Ifb3f4091625b34cfefc484308f6102f7a36937a7 Closes-bug: PROD-20098
This commit is contained in:
parent
161a4f03d9
commit
f7d07391fe
7 changed files with 11081 additions and 4718 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
2138
prometheus/files/grafana_dashboards/relay_prometheus.json
Normal file
2138
prometheus/files/grafana_dashboards/relay_prometheus.json
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,4 @@
|
|||
{% from "prometheus/map.jinja" import server with context %}
|
||||
{% from "prometheus/map.jinja" import server, relay with context %}
|
||||
dashboard:
|
||||
prometheus-performances_prometheus:
|
||||
datasource: prometheus
|
||||
|
@ -20,3 +20,9 @@ dashboard:
|
|||
datasource: prometheus
|
||||
format: json
|
||||
template: prometheus/files/grafana_dashboards/pushgateway_prometheus.json
|
||||
{%- if relay.get('enabled', False) %}
|
||||
relay_prometheus:
|
||||
datasource: prometheus
|
||||
format: json
|
||||
template: prometheus/files/grafana_dashboards/relay_prometheus.json
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in a new issue