You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is defined that if used by the user that environment variables (which can be substituted into the config) are ignored.
I think for easiest integration we have to also ignore sys.config but this may be contentious and confusing. Instead support a path to the file in the configuration but then if that is given we ignore the rest.
The text was updated successfully, but these errors were encountered:
I think being intentrional is the best approach. If I am providing a configuration file in other applications I kind of presume it is going to ignore any environment variables unless they are used in string interpolation.
OpenTelemetry has a new configuration file specification, example: https://github.com/open-telemetry/opentelemetry-configuration/blob/main/examples/sdk-config.yaml that we need to support.
It is defined that if used by the user that environment variables (which can be substituted into the config) are ignored.
I think for easiest integration we have to also ignore sys.config but this may be contentious and confusing. Instead support a path to the file in the configuration but then if that is given we ignore the rest.
The text was updated successfully, but these errors were encountered: