-
May I ask why the property |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
/cc @brunobat (opentelemetry), @radcortez (opentelemetry) |
Beta Was this translation helpful? Give feedback.
-
The configuration is only applied when the Quarkus OpenTelemetry Extension is added to a Quarkus project. We assume that if the user added that dependency, OpenTelemetry is required (equivalent to enabling a configuration). On the other hand, requiring the user to add the dependency, plus enable a flag to have OpenTelemetry working, was counter-intuitive, but I guess that some users would prefer otherwise :) |
Beta Was this translation helpful? Give feedback.
The configuration is only applied when the Quarkus OpenTelemetry Extension is added to a Quarkus project. We assume that if the user added that dependency, OpenTelemetry is required (equivalent to enabling a configuration).
On the other hand, requiring the user to add the dependency, plus enable a flag to have OpenTelemetry working, was counter-intuitive, but I guess that some users would prefer otherwise :)