-
Bug
-
Resolution: Done
-
Blocker
-
No Release
-
None
The initialization happens very lazily and the method calls in io.smallrye.opentelemetry.implementation.cdi.OpenTelemetryProducer#getOpenTelemetry requires a lot of permissions, such as FilePermission, RuntimePermission, ManagementPermission, FilePermission and LoggingPermission. The telemetry project doesn't account for the security manager, so we either need to initialize eagerly or update the mentioned method with privileged blocks.
- is incorporated by
-
WFLY-20045 Upgrade OpenTelemetry from 1.39.1 to 1.42.1 and SR OpenTelemetry to 2.9.0
- Resolved