diff --git a/java/observability.md b/java/observability.md index 3e3539f29..1af103d00 100644 --- a/java/observability.md +++ b/java/observability.md @@ -214,7 +214,7 @@ In case you've configured `cf-java-logging-support` as described in [Logging Ser - Generation of IDs in non-HTTP contexts - Thread propagation through [Request Contexts](./request-contexts#threading-requestcontext) -- Propagation to remote services when called via CloudSDK (for instance [Remote Services](./remote-services) or [MTX sidecar](./multitenancy#mtx-sidecar-server)) +- Propagation to remote services when called via CloudSDK (for instance [Remote Services](./remote-services) or [MTX sidecar](./multitenancy/#enable-multitenancy)) By default, the ID is accepted and forwarded via HTTP header `X-CorrelationID`. If you want to accept `X-Correlation-Id` header in incoming requests alternatively, follow the instructions given in the guide [Instrumenting Servlets](https://github.com/SAP/cf-java-logging-support/wiki/Instrumenting-Servlets#correlation-id).