This commit documents how Observation instrumentation should be activated for `RestTemplate` and `WebClient`: they both need an `ObservationRegistry` configured to create and record actual observations. This is being done automatically in Spring Boot if auto-configured builders (`RestTemplateBuilder`, `WebClient.Builder`) are used. Closes gh-29904