Fix link to code in documentation

See gh-30013
This commit is contained in:
rstoyanchev 2023-05-23 07:18:16 +01:00
parent c3e28728ce
commit f926deda89
1 changed files with 1 additions and 1 deletions

View File

@ -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`.