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

split configgrpc, confighttp, and config/internal #7921

Merged

Conversation

codeboten
Copy link
Contributor

These are the last of the config packages. Fixes #7895

I decided to submit these last 3 modules together to reduce review cycles. The use of the internal module is a result of the conversation w/ @mx-psi here: #7895 (comment)

Follow up to #7910

@codecov
Copy link

codecov bot commented Jun 16, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.07 ⚠️

Comparison is base (4b30d7f) 91.12% compared to head (cd88c39) 91.05%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7921      +/-   ##
==========================================
- Coverage   91.12%   91.05%   -0.07%     
==========================================
  Files         298      298              
  Lines       14912    14912              
==========================================
- Hits        13588    13578      -10     
- Misses       1047     1057      +10     
  Partials      277      277              

see 1 file with indirect coverage changes

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

@codeboten codeboten force-pushed the codeboten/split-config-mod-configgrpc branch from c39f29f to e4640d4 Compare June 16, 2023 21:52
@codeboten codeboten marked this pull request as ready for review June 16, 2023 21:52
@codeboten codeboten requested review from a team and bogdandrutu June 16, 2023 21:52
These are the last of the config packages. Fixes open-telemetry#7895

Signed-off-by: Alex Boten <aboten@lightstep.com>
@codeboten codeboten force-pushed the codeboten/split-config-mod-configgrpc branch from b67540b to 0c43061 Compare June 16, 2023 22:49
Signed-off-by: Alex Boten <aboten@lightstep.com>
@codeboten codeboten merged commit e0c09f0 into open-telemetry:main Jun 17, 2023
@codeboten codeboten deleted the codeboten/split-config-mod-configgrpc branch June 17, 2023 19:07
@github-actions github-actions bot added this to the next release milestone Jun 17, 2023
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.

Split core into more granular modules: config
2 participants