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

splitting batch/memorylimiter processors into their own modules #6427

Merged
merged 3 commits into from
Nov 3, 2022

Conversation

codeboten
Copy link
Contributor

Fixes #6188, #6192, #6193

Follows #6426

@codecov
Copy link

codecov bot commented Oct 27, 2022

Codecov Report

Base: 91.77% // Head: 91.52% // Decreases project coverage by -0.24% ⚠️

Coverage data is based on head (0532910) compared to base (1bb41d4).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6427      +/-   ##
==========================================
- Coverage   91.77%   91.52%   -0.25%     
==========================================
  Files         237      237              
  Lines       13705    13705              
==========================================
- Hits        12578    12544      -34     
- Misses        896      930      +34     
  Partials      231      231              
Impacted Files Coverage Δ
component/componenttest/shutdown_verifier.go 0.00% <0.00%> (-84.38%) ⬇️
config/configtest/configtest.go 90.90% <0.00%> (-9.10%) ⬇️

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.

@codeboten codeboten force-pushed the codeboten/split-processors branch from 6fce3c2 to 5bed616 Compare November 2, 2022 20:23
@codeboten codeboten marked this pull request as ready for review November 2, 2022 20:24
@codeboten codeboten requested review from a team and mx-psi November 2, 2022 20:24
@codeboten codeboten force-pushed the codeboten/split-processors branch from 4ade951 to 0532910 Compare November 3, 2022 15:15
@codeboten codeboten merged commit 4e29c76 into open-telemetry:main Nov 3, 2022
@codeboten codeboten deleted the codeboten/split-processors branch November 3, 2022 15:32
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 each processor/* on its own module
2 participants