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
OTel is initialized in OpenTelemetryProcessor even when it is disabled by default.
Mitigation
Completely disable OTel initialization when it is supposed to be disabled. We only turn off the tracing, but the quarkus.otel.enabled property should be disabled by default as well.