-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support prefix for OTEL environment variables in the Instrumentation CR #1962
Comments
The proposal of this ticket is to add prefix configuration for the env variables added by the operator. |
That would be great. Thanks @pavolloffay |
Can I take this one? |
@pavolloffay instead of adding a new env prefix, could we remove the constraint? |
Closed by #2768 |
I still struggle with using
The variables are not expanded. Am i doing something wrong? |
@CaffeineDaemon it may be best to open a new issue and we can debug from there if you don't mind :) |
The Quarkus runtime is already instrumented with OpenTelemtry, however it overrides OpenTelemtry env variables by adding
QUARKUS_
prefix. Therefore the Quarkus app cannot be instrumented with theInstrumentation
CR viainstrumentation.opentelemetry.io/inject-sdk: "true"
.https://quarkus.io/guides/opentelemetry#quarkus-opentelemetry_configuration
The text was updated successfully, but these errors were encountered: