From f926deda894fe44b95e846ddd29826663150dc3a Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Tue, 23 May 2023 07:18:16 +0100 Subject: [PATCH] Fix link to code in documentation See gh-30013 --- .../modules/ROOT/pages/integration/observability.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.