Skip to content
Snippets Groups Projects
Commit ca515307 authored by Tom Wilkie's avatar Tom Wilkie
Browse files

Add instructions for running Grafana.


Signed-off-by: default avatarTom Wilkie <tom.wilkie@gmail.com>
parent da18cb34
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment