From ca5153070cef42f51fb53d8264e71ff3231a50ba Mon Sep 17 00:00:00 2001 From: Tom Wilkie <tom.wilkie@gmail.com> Date: Thu, 22 Nov 2018 15:55:44 +0000 Subject: [PATCH] Add instructions for running Grafana. Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com> --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c486641e..98b9f0f5 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ $ ./tempo -config.file=./doc/local.yaml ... ``` +Grafana is Tempo's UI, so you'll also want to run one of those: + +``` +$ docker run -ti -p 3000:3000 grafana/grafana-dev:master-377eaa891c1eefdec9c83a2ee4dcf5c81665ab1f +``` + +In the Grafana UI, add a new "Grafana Logging" datasource for `http://host.docker.internal:80`. + ## Usage Instructions Tempo is running in the ops-tools1 cluster. You can query logs from that cluster -- GitLab