Tempo: Add note about how to send traces from grafana to devenv readme (#79893)
This commit is contained in:
@@ -4,3 +4,10 @@ This devenv docker-compose.yaml will allow you to;
|
||||
- upload/download trace JSON files
|
||||
- view service graphs
|
||||
- search traces via Loki
|
||||
|
||||
To send traces from grafana use this configuration;
|
||||
```
|
||||
[tracing.opentelemetry.otlp]
|
||||
# otlp destination (ex localhost:4317)
|
||||
address = localhost:4317
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user