mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
docs(monitoring): Fix syntax for OpenTelemetry config (#2594)
Co-authored-by: Jinna Kiisuo <jinna+git@nocturnal.fi>
This commit is contained in:
parent
fbc021f487
commit
6d99f17253
|
@ -18,9 +18,14 @@ either "true" or "false". `true` indicates that the platform is responding to re
|
|||
|
||||
## OpenTelemetry Tracing
|
||||
|
||||
Configure OTLP trace exports by setting a `otel_grpc_endpoint` in the server configuration. This'll
|
||||
Configure OTLP trace exports by setting a `otel_grpc_url` in the server configuration. This'll
|
||||
enable [OpenTelemetry traces](https://opentelemetry.io) to be sent for observability use cases.
|
||||
|
||||
Example:
|
||||
```toml
|
||||
otel_grpc_url = "http://my-otel-host:4317"
|
||||
```
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
#### Max Span Size Exceeded
|
||||
|
|
Loading…
Reference in a new issue