We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9e6dd commit 22266b2Copy full SHA for 22266b2
devenv/docker/blocks/tempo/README.md
@@ -4,3 +4,10 @@ This devenv docker-compose.yaml will allow you to;
4
- upload/download trace JSON files
5
- view service graphs
6
- 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