Skip to content

Commit 98d59e5

Browse files
authored
1 parent fba4fe7 commit 98d59e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ This Splunk OpenTelemetry Collector release includes changes from the [opentelem
1111
> 🚩 When setting properties for discovery receiver as environment variables (`SPLUNK_DISCOVERY_*`), the values cannot reference other environment variables without curly-braces. For example, user is trying to set discovery property `SPLUNK_DISCOVERY_EXTENSIONS_k8s_observer_ENABLED` to the value of another env var, `K8S_ENVIRONMENT`.
1212
> For versions older than 0.104.0, setting it as `SPLUNK_DISCOVERY_EXTENSIONS_k8s_observer_ENABLED=\$K8S_ENVIRONMENT` (note the escaped variable name does not have curly braces) was valid. But from v0.104.0, env var names need to be passed with braces. For this example, user should modify it to `SPLUNK_DISCOVERY_EXTENSIONS_k8s_observer_ENABLED=\${K8S_ENVIRONMENT}`.
1313
14+
### ❗ Known Issues ❗
15+
16+
- A bug was discovered (and fixed in a future version) where expansion logic in confmaps wasn't correctly handling the escaping of $$ ([#10560](https://github.com/open-telemetry/opentelemetry-collector/pull/10560))
17+
- If you rely on the previous functionality, disable the `confmap.unifyEnvVarExpansion` feature gate. Note that this is a temporary workaround, and the root issue will be fixed in the next release by ([#10560](https://github.com/open-telemetry/opentelemetry-collector/pull/10560)).
18+
1419
### 🛑 Breaking changes 🛑
1520

1621
- (Splunk) Auto Discovery for Linux:

0 commit comments

Comments
 (0)