From 3bfe57825e65f63fd024059afcaf6d035695280d Mon Sep 17 00:00:00 2001 From: Nigel Deakin Date: Tue, 12 Dec 2017 17:43:48 +0000 Subject: [PATCH] Update README.md (#586) --- examples/grafana/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/grafana/README.md b/examples/grafana/README.md index ae1044ca7..bb28d8ec5 100644 --- a/examples/grafana/README.md +++ b/examples/grafana/README.md @@ -77,7 +77,7 @@ Open a terminal window and navigate to the directory containing this example. Start Grafana on port 3000: ``` docker run --name=grafana -d -p 3000:3000 \ - --link fnserver --link prometheus grafana/grafana + --link prometheus grafana/grafana ``` Open a browser on Grafana at [http://localhost:3000](http://localhost:3000). @@ -89,7 +89,7 @@ Create a datasource to obtain metrics from Promethesus: * Set **Name** to `PromDS` (or whatever name you choose) * Set **Type** to `Prometheus` * Set **URL** to `http://prometheus:9090` -* Set **Access** to `direct` +* Set **Access** to `proxy` * Click **Add** and then **Save and test** Import the example dashboard that displays metrics from the Fn server: