mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
- Auto-configures HttpServerTracingObservationHandler and HttpClientTracingObservationHandler into Micrometer Tracing. Both handlers are ordered before the DefaultTracingObservationHandler, which is only used as a fallback. - The HttpServerHandler and HttpClientHandler implementations are auto-configured in the Brave and OpenTelemetry auto-configurations. Closes gh-30784