Closed charz closed 3 months ago
Thanks for reporting! This was fixed by open-telemetry/opentelemetry-collector#10560 and will be released in the next version. On v0.104.0 and v0.103.0 you can disable the confmap.unifyEnvVarExpansion
feature gate to work around this by passing the --feature-gates=-confmap.unifyEnvVarExpansion
command line option.
Let me know if that makes sense to you, thanks!
Thanks for reporting! This was fixed by open-telemetry/opentelemetry-collector#10560 and will be released in the next version. On v0.104.0 and v0.103.0 you can disable the
confmap.unifyEnvVarExpansion
feature gate to work around this by passing the--feature-gates=-confmap.unifyEnvVarExpansion
command line option.Let me know if that makes sense to you, thanks!
Cool! thanks! I'll use --feature-gates=-confmap.unifyEnvVarExpansion
for my current binary.
We believe this to be fixed in v0.105.0. If you still find issues related to this, please comment and I can reopen
Hi @mx-psi I disabled the confmap.unifyEnvVarExpansion
, however, still not working. May I ask if it works for you?
@cloudchristina what version of the Collector are you using?
Hi @mx-psi I have tried v0.96.0, v0.104.0, v0.107.0
@cloudchristina try v0.108.0, thats the latest version when the module is stable.
Thank you @TylerHelmuth , I have just redeployed with v0.108.0, but seems still not working. Below is my chart.yml, the rest is the same as: https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/modules/eks-monitoring. Can you help me check?
apiVersion: v2
name: opentelemetry
description: A Helm chart to install otel operator
type: application
version: 0.68.1
appVersion: 0.108.0
Below is the error
@cloudchristina see https://github.com/open-telemetry/opentelemetry-operator/issues/3262. The operator is the common factor, there is something weird happening when the operator does the install.
But also in that screen shot it shows you are using the ADOT collector, which we are not in control of and cannot help with.
Describe the bug
I'm able to pass
$${1}
to value In v0.96.0, but it's not allow in v0.104.0 (maybe it was failed in the earlier version?). Is possible to add{
and}
in value?Steps to reproduce
Here is the configuration file, and just run
./otelcol-contrib --config=file:a.yaml --config=file:metric.yaml
What did you expect to see? The
$${1}
should able to pass to value.What did you see instead? It works in v0.96.0.
What version did you use? version: v0.104.0
Environment OS: Mac Compiler(if manually compiled): go 1.21
Additional context None