mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tempo: Add note about how to send traces from grafana to devenv readme (#79893)
This commit is contained in:
parent
5e9e6ddaf7
commit
22266b2a73
@ -4,3 +4,10 @@ This devenv docker-compose.yaml will allow you to;
|
|||||||
- upload/download trace JSON files
|
- upload/download trace JSON files
|
||||||
- view service graphs
|
- view service graphs
|
||||||
- search traces via Loki
|
- search traces via Loki
|
||||||
|
|
||||||
|
To send traces from grafana use this configuration;
|
||||||
|
```
|
||||||
|
[tracing.opentelemetry.otlp]
|
||||||
|
# otlp destination (ex localhost:4317)
|
||||||
|
address = localhost:4317
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user