From 0390b4187b9ddfea0aed8bba2d70132ffd0fec18 Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 21 Nov 2017 10:12:01 +0100 Subject: [PATCH] prom: add prom2 dashboard as bundled dashboard --- public/app/plugins/datasource/prometheus/plugin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/plugins/datasource/prometheus/plugin.json b/public/app/plugins/datasource/prometheus/plugin.json index bd19462579b..cb1a024a1d9 100644 --- a/public/app/plugins/datasource/prometheus/plugin.json +++ b/public/app/plugins/datasource/prometheus/plugin.json @@ -5,6 +5,7 @@ "includes": [ {"type": "dashboard", "name": "Prometheus Stats", "path": "dashboards/prometheus_stats.json"}, + {"type": "dashboard", "name": "Prometheus 2.0 Stats", "path": "dashboards/prometheus_2_stats.json"}, {"type": "dashboard", "name": "Grafana Stats", "path": "dashboards/grafana_stats.json"} ],