formula-prometheus/prometheus/meta/grafana.yml
Michal Kobus f7d07391fe Dashboard rationalization
Change-Id: Ifb3f4091625b34cfefc484308f6102f7a36937a7
Closes-bug: PROD-20098
2018-06-26 12:23:43 +02:00

29 lines
1.1 KiB
YAML

{% from "prometheus/map.jinja" import server, relay with context %}
dashboard:
prometheus-performances_prometheus:
datasource: prometheus
format: json
template: prometheus/files/grafana_dashboards/server/{{server.version}}/prometheus_performances_prometheus.json
remote_storage_adapter_prometheus:
datasource: prometheus
format: json
template: prometheus/files/grafana_dashboards/remote_storage_adapter_prometheus.json
prometheus_stats_prometheus:
datasource: prometheus
format: json
template: prometheus/files/grafana_dashboards/server/{{server.version}}/prometheus_stats_prometheus.json
alertmanager_prometheus:
datasource: prometheus
format: json
template: prometheus/files/grafana_dashboards/alertmanager_prometheus.json
pushgateway_prometheus:
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 %}