From 19102636a9f00ca7d1bd7b41af151c1982b19990 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Fri, 15 Dec 2017 18:52:40 -0800 Subject: [PATCH] Add link to dashboard 315 --- docs/addons/prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/addons/prometheus.md b/docs/addons/prometheus.md index fc302fa6..08c34064 100644 --- a/docs/addons/prometheus.md +++ b/docs/addons/prometheus.md @@ -61,7 +61,7 @@ Use `kubectl` to authenticate to the apiserver and create a local port-forward t kubectl port-forward grafana-POD-ID 8080 -n monitoring ``` -Visit [127.0.0.1:8080](http://127.0.0.1:8080), add the prometheus data-source (http://prometheus.monitoring.svc.cluster.local), and import your desired dashboard (e.g. 315). +Visit [127.0.0.1:8080](http://127.0.0.1:8080), add the prometheus data-source (http://prometheus.monitoring.svc.cluster.local), and import your desired dashboard (e.g. [Grafana Dashboard 315](https://grafana.com/dashboards/315)). ![Grafana Dashboard](/img/grafana-dashboard.png)