Merge "Dashboard rationalization"
This commit is contained in:
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
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:
|
dashboard:
|
||||||
prometheus-performances_prometheus:
|
prometheus-performances_prometheus:
|
||||||
datasource: prometheus
|
datasource: prometheus
|
||||||
|
@ -20,3 +20,9 @@ dashboard:
|
||||||
datasource: prometheus
|
datasource: prometheus
|
||||||
format: json
|
format: json
|
||||||
template: prometheus/files/grafana_dashboards/pushgateway_prometheus.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