Skip to content
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

Add support for capturing configuration of otlp from environment variables with QUARKUS prefix #346

Open
cuichenli opened this issue Sep 25, 2023 · 0 comments

Comments

@cuichenli
Copy link

At the moment, the otlp registry will only try to capture configurations from environment variable like OTEL_SERVICE_NAME and OTEL_RESOURCE_ATTRIBUTES. But the chance is we may specify those environment variable with a QUARKUS prefix and these will not be captured.

* Defaults to empty. If not set it tries to use OTEL_RESOURCE_ATTRIBUTES and OTEL_SERVICE_NAME to automatically

So it would be great if the configuration can also try to capture those ones with a quarkus prefix. Please feel free to correct me if I got anything wrong. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant