diff --git a/framework-docs/modules/ROOT/pages/integration/observability.adoc b/framework-docs/modules/ROOT/pages/integration/observability.adoc index 7082095cf8d..dc5230e49b5 100644 --- a/framework-docs/modules/ROOT/pages/integration/observability.adoc +++ b/framework-docs/modules/ROOT/pages/integration/observability.adoc @@ -124,7 +124,7 @@ By default, the following `KeyValues` are created: Applications need to configure the `WebHttpHandlerBuilder` with a `MeterRegistry` to enable server instrumentation. This can be done on the `WebHttpHandlerBuilder`, as follows: -include::code:HttpHandlerConfiguration[] +include-code::./HttpHandlerConfiguration[] It is using the `org.springframework.http.server.reactive.observation.DefaultServerRequestObservationConvention` by default, backed by the `ServerRequestObservationContext`.