Skip to content

Commit 63c95fd

Browse files
committed
Remove "Spring Boot will auto-configure beans with the observation registry" from document
>> it should be in the Spring Boot reference doc. See #33857 (comment)
1 parent 80b7215 commit 63c95fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ Unlike their server counterparts, the instrumentation is implemented directly in
276276
=== RestTemplate
277277

278278
Applications must configure an `ObservationRegistry` on `RestTemplate` instances to enable the instrumentation; without that, observations are "no-ops".
279-
Spring Boot will auto-configure `RestTemplateBuilder` beans with the observation registry already set.
280279

281280
Instrumentation uses the `org.springframework.http.client.observation.ClientRequestObservationConvention` by default, backed by the `ClientRequestObservationContext`.
282281

@@ -333,7 +332,6 @@ Instrumentation uses the `org.springframework.http.client.observation.ClientRequ
333332
=== WebClient
334333

335334
Applications must configure an `ObservationRegistry` on the `WebClient` builder to enable the instrumentation; without that, observations are "no-ops".
336-
Spring Boot will auto-configure `WebClient.Builder` beans with the observation registry already set.
337335

338336
Instrumentation uses the `org.springframework.web.reactive.function.client.ClientRequestObservationConvention` by default, backed by the `ClientRequestObservationContext`.
339337

0 commit comments

Comments
 (0)