-
Notifications
You must be signed in to change notification settings - Fork 932
Closed
Labels
[label deprecated] triaged-accepted[label deprecated] Issue triaged and accepted by OTel community, can proceed with creating a PR[label deprecated] Issue triaged and accepted by OTel community, can proceed with creating a PRarea:configurationRelated to configuring the SDKRelated to configuring the SDKspec:miscellaneousFor issues that don't match any other spec labelFor issues that don't match any other spec label
Description
The spec for environment variable substitution, in file_configuration, should clarify that substitution is not recursive.
For example:
export PING='${PONG}'
export PONG='${PING}'some_yaml_node: ${PING}should evaluate as string ${PONG}, and not call getenv() on PONG.
jack-berg
Metadata
Metadata
Assignees
Labels
[label deprecated] triaged-accepted[label deprecated] Issue triaged and accepted by OTel community, can proceed with creating a PR[label deprecated] Issue triaged and accepted by OTel community, can proceed with creating a PRarea:configurationRelated to configuring the SDKRelated to configuring the SDKspec:miscellaneousFor issues that don't match any other spec labelFor issues that don't match any other spec label