Merge "Dashboard rationalization"

This commit is contained in:
Richard Felkl 2018-06-26 12:46:48 +00:00 committed by Gerrit Code Review
commit a335a1678d
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 %}