[file configuration] Clarify environment variable substitution is not recursive. #3894
Labels
area:configuration
Related to configuring the SDK
[label deprecated] triaged-accepted
[label deprecated] Issue triaged and accepted by OTel community, can proceed with creating a PR
spec:miscellaneous
For issues that don't match any other spec label
The spec for environment variable substitution, in file_configuration, should clarify that substitution is not recursive.
For example:
should evaluate as string
${PONG}
, and not callgetenv()
onPONG
.The text was updated successfully, but these errors were encountered: