spring-framework/framework-docs
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
..
modules/ROOT Instrument RestClient for Observability 2023-08-25 16:23:04 +02:00
src Polish "Wrap ternary operator within parentheses" 2023-08-22 15:40:16 +02:00
antora.yml Fix Title in antora.yml 2023-05-04 15:35:05 +01:00
framework-docs.gradle Add observability support for JMS 2023-08-13 18:24:51 +02:00