Tempo: Add note about how to send traces from grafana to devenv readme (#79893)

This commit is contained in:
Andrej Ocenas 2024-01-02 15:00:25 +01:00 committed by GitHub
parent 5e9e6ddaf7
commit 22266b2a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```