Skip to content

Commit

Permalink
linking
Browse files Browse the repository at this point in the history
  • Loading branch information
renejeglinsky committed Nov 6, 2023
1 parent 10be319 commit 86b0443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 86b0443

Please sign in to comment.