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

Remove old push based batcher #12233

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bogdandrutu
Copy link
Member

@bogdandrutu bogdandrutu commented Feb 1, 2025

@bogdandrutu bogdandrutu requested review from dmitryax and a team as code owners February 1, 2025 04:36
"go.opentelemetry.io/collector/pipeline"
)

var usePullingBasedExporterQueueBatcher = featuregate.GlobalRegistry().MustRegister(
"exporter.UsePullingBasedExporterQueueBatcher",
featuregate.StageBeta,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the previous release was alpha, turned to beta in this release. Decided to remove this sooner, since we want to complete the exportehelper this cycle.

@bogdandrutu bogdandrutu force-pushed the rm-old-push-based-batcher branch 2 times, most recently from ba805c4 to f048ea8 Compare February 1, 2025 04:44
Signed-off-by: Bogdan Drutu <[email protected]>
@bogdandrutu bogdandrutu force-pushed the rm-old-push-based-batcher branch from f048ea8 to 047b8ea Compare February 1, 2025 04:52
Copy link

codecov bot commented Feb 1, 2025

Codecov Report

Attention: Patch coverage is 83.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.11%. Comparing base (7b671b8) to head (047b8ea).

Files with missing lines Patch % Lines
exporter/exporterhelper/internal/queue_sender.go 81.81% 1 Missing and 1 partial ⚠️

❌ Your patch check has failed because the patch coverage (83.33%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12233      +/-   ##
==========================================
- Coverage   91.30%   91.11%   -0.19%     
==========================================
  Files         464      463       -1     
  Lines       25662    25489     -173     
==========================================
- Hits        23430    23224     -206     
- Misses       1819     1854      +35     
+ Partials      413      411       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant