-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Use new ${env:ENV} style syntax in examples #17299
Comments
Reopening because of #17546 |
open-telemetry/opentelemetry-collector/issues/6932 was fixed, will wait until v0.71.0 is out to fix the examples |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
Not on hold anymore, but still an issue :) |
Fixes open-telemetry#17299 Signed-off-by: Alex Boten <aboten@lightstep.com>
* [chore] update usage of env var Fixes #17299 Signed-off-by: Alex Boten <aboten@lightstep.com> * apply review feedback Signed-off-by: Alex Boten <aboten@lightstep.com> --------- Signed-off-by: Alex Boten <aboten@lightstep.com>
Component(s)
No response
Describe the issue you're reporting
Since open-telemetry/opentelemetry-collector/pull/6276 we support and encourage using
${env:ENV}
style syntax for expanding environment variables in configuration. This syntax is aligned with the expand feature as opposed to the old$ENV
syntax.This issue tracks updating documentation and examples in contrib to the new syntax.
The text was updated successfully, but these errors were encountered: