Dashboard rationalization

Change-Id: Ifb3f4091625b34cfefc484308f6102f7a36937a7
Closes-bug: PROD-20098
This commit is contained in:
Michal Kobus 2018-06-19 18:57:16 +02:00
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

View File

@ -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 %}