You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Micrometer Tracing supports automatic trace propagation through the use of HttpServerTracingObservationHandler and HttpClientTracingObservationHandler.
The auto-configuration should provide these beans, with an order before the DefaultTracingObservationHandler. The ObservationAutoConfiguration will then pick them up and configures them through TracingObservationHandlerGrouping into the ObservationConfig.
The text was updated successfully, but these errors were encountered:
- 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.
Closesspring-projectsgh-30784
Micrometer Tracing supports automatic trace propagation through the use of
HttpServerTracingObservationHandler
andHttpClientTracingObservationHandler
.The auto-configuration should provide these beans, with an order before the
DefaultTracingObservationHandler
. TheObservationAutoConfiguration
will then pick them up and configures them throughTracingObservationHandlerGrouping
into theObservationConfig
.The text was updated successfully, but these errors were encountered: