From 6d03aa95d496f428fb69b4d62ce7cd2a570bbf52 Mon Sep 17 00:00:00 2001 From: Martin Polreich Date: Fri, 13 Oct 2017 11:14:31 +0200 Subject: [PATCH] Add prometheus main dashboard Change-Id: I9b7262b6ba1631348c447a4dcdb6bf6fd6b079a4 --- influxdb/meta/grafana.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/influxdb/meta/grafana.yml b/influxdb/meta/grafana.yml index 509368b..0dead01 100644 --- a/influxdb/meta/grafana.yml +++ b/influxdb/meta/grafana.yml @@ -10,4 +10,19 @@ dashboard: influxdb_relay_prometheus: datasource: prometheus format: json - template: influxdb/files/grafana_dashboards/influxdb_relay_prometheus.json \ No newline at end of file + template: influxdb/files/grafana_dashboards/influxdb_relay_prometheus.json + main_prometheus: + datasource: prometheus + row: + ost-middleware: + title: Middleware + panel: + influxdb: + title: InfluxDB + links: + - dashboard: InfluxDB + title: InfluxDB + type: dashboard + target: + cluster_status: + expr: avg(influxdb_up) by (name) \ No newline at end of file -- 2.32.7