Browse Source

Fix link to code in documentation

See gh-30013
pull/30531/head
rstoyanchev 3 years ago
parent
commit
f926deda89
  1. 2
      framework-docs/modules/ROOT/pages/integration/observability.adoc

2
framework-docs/modules/ROOT/pages/integration/observability.adoc

@ -124,7 +124,7 @@ By default, the following `KeyValues` are created: @@ -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`.

Loading…
Cancel
Save