spring-framework/spring-web
Brian Clozel 35fc2df948 Instrument RestClient for Observability
This commit instruments the new `RestClient` HTTP client for
observability. Since this client is sharing its HTTP infrastructure with
`RestTemplate` and operates on the same request/response types, this
instrumentation reuses the Observation convention and context.
This choice makes sense since one can build a new `RestClient` instance
using a `RestTemplate` instance, effectively reusing the underlying
configuration.

Closes gh-31114
2023-08-25 16:23:04 +02:00
..
src Instrument RestClient for Observability 2023-08-25 16:23:04 +02:00
spring-web.gradle Merge branch '6.0.x' 2023-08-02 01:42:27 +02:00