diff --git a/book/src/monitoring.md b/book/src/monitoring.md index 9a75c1dfb..c8d23d0af 100644 --- a/book/src/monitoring.md +++ b/book/src/monitoring.md @@ -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 @@ -33,7 +38,7 @@ Grafana Tempo ```yaml distributor: - receivers: + receivers: otlp: protocols: grpc: