Description
Magnitude
🔴 HIGH
Consumed samples (~): 170s
Memory allocation (~): 6MB
Description
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.