mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-21 16:55:38 +03:00
[docs] Correct wrong tracing transport option (#2566)
Co-authored-by: Tsuribori <none@example.org>
This commit is contained in:
parent
138cbe4d60
commit
b128a92252
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue