Skip to content
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

Fix support for concatenating envvars with colon #6593

Merged
merged 2 commits into from
Nov 21, 2022

Conversation

bogdandrutu
Copy link
Member

Fixes #6580

@bogdandrutu bogdandrutu marked this pull request as ready for review November 21, 2022 20:23
@bogdandrutu bogdandrutu requested review from a team and dmitryax November 21, 2022 20:23
@codecov
Copy link

codecov bot commented Nov 21, 2022

Codecov Report

Base: 90.91% // Head: 90.94% // Increases project coverage by +0.02% 🎉

Coverage data is based on head (f59990c) compared to base (8d42548).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6593      +/-   ##
==========================================
+ Coverage   90.91%   90.94%   +0.02%     
==========================================
  Files         241      241              
  Lines       14082    14084       +2     
==========================================
+ Hits        12803    12809       +6     
+ Misses       1027     1023       -4     
  Partials      252      252              
Impacted Files Coverage Δ
confmap/resolver.go 96.38% <100.00%> (+0.04%) ⬆️
config/extension.go 66.66% <0.00%> (-8.34%) ⬇️
config/exporter.go 100.00% <0.00%> (ø)
config/receiver.go 100.00% <0.00%> (ø)
component/config.go 0.00% <0.00%> (ø)
config/processor.go 100.00% <0.00%> (ø)
pdata/pmetric/generated_metrics.go 96.13% <0.00%> (+0.04%) ⬆️
featuregate/gate.go 100.00% <0.00%> (+25.00%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

confmap/resolver.go Outdated Show resolved Hide resolved
@bogdandrutu bogdandrutu merged commit 776c6b3 into open-telemetry:main Nov 21, 2022
@bogdandrutu bogdandrutu deleted the fixconfmap branch November 21, 2022 23:26
jaronoff97 pushed a commit to lightstep/opentelemetry-collector that referenced this pull request Dec 14, 2022
* Fix support for concatenating envvars with colon

Signed-off-by: Bogdan Drutu <[email protected]>

* Update resolver.go

Signed-off-by: Bogdan Drutu <[email protected]>
jaronoff97 pushed a commit to lightstep/opentelemetry-collector that referenced this pull request Dec 14, 2022
* Fix support for concatenating envvars with colon

Signed-off-by: Bogdan Drutu <[email protected]>

* Update resolver.go

Signed-off-by: Bogdan Drutu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

V0.62.0+ breaks environment variables in config file
2 participants