mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 11:46:40 +00:00
[docs] Correct wrong tracing transport option (#2566)
Co-authored-by: Tsuribori <none@example.org>
This commit is contained in:
parent
138cbe4d60
commit
b128a92252
|
@ -12,7 +12,7 @@ You'll need the files in [`example/tracing`][ext]. Once you have those you can r
|
||||||
tracing-enabled: true
|
tracing-enabled: true
|
||||||
tracing-transport: "grpc"
|
tracing-transport: "grpc"
|
||||||
tracing-endpoint: "localhost:4317"
|
tracing-endpoint: "localhost:4317"
|
||||||
tracing-insecure: true
|
tracing-insecure-transport: true
|
||||||
```
|
```
|
||||||
|
|
||||||
[otel]: https://opentelemetry.io/
|
[otel]: https://opentelemetry.io/
|
||||||
|
|
Loading…
Reference in a new issue