Skip to content

Commit 2e2811e

Browse files
committed
[configuration] Clarify that the boolean value environment variable guidance is not applicable to other configuration interfaces
1 parent e9e1665 commit 2e2811e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ release.
2929

3030
### SDK Configuration
3131

32+
- Clarifies that guidance related to boolean environment variables is not applicable
33+
to other configuration interfaces. ([#4723](https://github.com/open-telemetry/opentelemetry-specification/pull/4723))
34+
3235
### Common
3336

3437
### Supplementary Guidelines

specification/configuration/sdk-environment-variables.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ empty, or unset is used, a warning SHOULD be logged to inform users about the
7575
fallback to false being applied. All Boolean environment variables SHOULD be
7676
named and defined such that false is the expected safe default behavior.
7777
Renaming or changing the default value MUST NOT happen without a major version
78-
upgrade.
78+
upgrade. The guidance on this paragraph is only applicable to environment
79+
variables and not to other configuration interfaces such as the declarative
80+
configuration interface.
7981

8082
### Numeric
8183

0 commit comments

Comments
 (0)