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
We currently have auto-configuration for tracing via OpenTelemetry, by providing a SdkTracerProvider and ContextPropagators bean, which get registered on the OpenTelemetry bean.
OpenTelemetry supports metrics and logging, too. At the moment we don't want to auto-configure full support for that, but we should register the SdkLoggerProvider and SdkMeterProvider on the OpenTelemetry bean if they are in the application context.
This makes it easier for users who supply those beans themselves.