Skip to content

Commit 22266b2

Browse files
authored
Tempo: Add note about how to send traces from grafana to devenv readme (grafana#79893)
1 parent 5e9e6dd commit 22266b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

devenv/docker/blocks/tempo/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ This devenv docker-compose.yaml will allow you to;
44
- upload/download trace JSON files
55
- view service graphs
66
- search traces via Loki
7+
8+
To send traces from grafana use this configuration;
9+
```
10+
[tracing.opentelemetry.otlp]
11+
# otlp destination (ex localhost:4317)
12+
address = localhost:4317
13+
```

0 commit comments

Comments
 (0)