-
Notifications
You must be signed in to change notification settings - Fork 1.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
Revert "Support set flag for component configs (#1640)" #1905
Revert "Support set flag for component configs (#1640)" #1905
Conversation
This reverts commit 450fd93 to ensure empty objects as component config work. Temporarily fixes open-telemetry#1897
Codecov Report
@@ Coverage Diff @@
## master #1905 +/- ##
==========================================
+ Coverage 91.29% 91.32% +0.02%
==========================================
Files 280 279 -1
Lines 16628 16608 -20
==========================================
- Hits 15181 15167 -14
+ Misses 1012 1009 -3
+ Partials 435 432 -3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Tigran
FYI, @pavolloffay |
…y#1640)" (open-telemetry#1905)" This reverts commit 2efdb28.
…y#1640)" (open-telemetry#1905)" This reverts commit 2efdb28.
…y#1905) Bumps [boto3](https://github.com/boto/boto3) from 1.24.56 to 1.24.57. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.24.56...1.24.57) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This reverts commit 450fd93 to ensure
empty objects as component config work.
Temporarily fixes #1897