docs(monitoring): Fix syntax for OpenTelemetry config (#2594)

Co-authored-by: Jinna Kiisuo <jinna+git@nocturnal.fi>
This commit is contained in:
Jinna Kiisuo 2024-02-27 15:25:38 +02:00 committed by GitHub
parent fbc021f487
commit 6d99f17253
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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