-
Task
-
Resolution: Done
-
Blocker
-
None
-
EAP-XP-6.0.0.CR10
-
False
-
-
False
-
Documentation (Ref Guide, User Guide, etc.), User Experience
-
-
-
-
-
The smallrye-opentelemetry component will create a new OpenTelemetry instance for each application.
The configuration is shared, though, so all signals will be exported together.
That means that JVM and system metrics will be registered/reported for each otel-enabled application, which would affect performance as multiple threads/applications would track and report JVM/system metrics, which is not an efficient use of system resources.
This could be seen as an unexpected behavior in multiple deployments scenarios in which applications should work in isolation.
We should document this so that users are aware of it.
- clones
-
JBEAP-31297 Observability and multiple deployments: document that Micrometer MeterRegistry.getMeters() allows access to other deployments' metrics
-
- Closed
-