-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 configuration of the SDK with environment variables #1698
Comments
Many of these environment variables require the ability to dynamically load a library if we do not want to have the SDK depend on everything. We could consider using https://pkg.go.dev/plugin to achieve this. Though, it should be fully evaluated as this looks like it will bypass many stability guarantees of the Go language and it is not compatible with all supported operating systems. |
When implementing |
This issue is tracking too many things. I'm going to split it into component pieces so they can be addressed independently. |
Closing and tracking this work with all the linked issues opened to replace this. |
The specification states:
Currently we only support the
OTEL_RESOURCE_ATTRIBUTES
environment variable and have plans to support the OTLP exporter configuration via environment variables.To accelerate the release of a stable 1.0.0 release we have postponed implementing this. After this release we need to implement the specified environment variables to support users requiring this.
The text was updated successfully, but these errors were encountered: