mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
This uses no-op implementations for the SdkTracerProvider, SdkLoggerProvider and SdkMeterProvider, but still configures the propagators. Additionally, it doesn't create the tracing and logging beans which would be superfluous for a disabled SDK. Closes gh-49564