spring-framework/framework-docs/modules/ROOT/pages/integration
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
..
cache Show example for CaffeineCacheManager async cache setup 2023-08-21 15:39:02 +02:00
jms Remove outdated documentation references to WebLogic/WebSphere 2023-08-12 14:50:45 +02:00
jmx Explicit note on FactoryBean resolution with MBeanExporter 2023-08-08 20:11:28 +02:00
appendix.adoc Trim IDs with parent 2023-05-04 15:35:05 +01:00
cache.adoc Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
checkpoint-restore.adoc Rename checkpoint property to "spring.context.checkpoint" 2023-06-13 19:06:46 +02:00
email.adoc Fix cross references 2023-05-04 15:35:05 +01:00
jms.adoc Split files 2023-05-04 15:35:05 +01:00
jmx.adoc Fix cross references 2023-05-04 15:35:05 +01:00
observability.adoc Instrument RestClient for Observability 2023-08-25 16:23:04 +02:00
rest-clients.adoc Revise docs for server use of `@HttpExchange` 2023-08-04 18:21:42 +03:00
scheduling.adoc Polishing 2023-07-27 21:47:54 +02:00