[docs] Correct wrong tracing transport option (#2566)

Co-authored-by: Tsuribori <none@example.org>
This commit is contained in:
Tsuribori
2024-01-23 16:55:04 +02:00
committed by GitHub
parent 138cbe4d60
commit b128a92252

View File

@@ -12,7 +12,7 @@ You'll need the files in [`example/tracing`][ext]. Once you have those you can r
tracing-enabled: true
tracing-transport: "grpc"
tracing-endpoint: "localhost:4317"
tracing-insecure: true
tracing-insecure-transport: true
```
[otel]: https://opentelemetry.io/