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

[exporterqueue] Limited worker pool support for queue batcher #11540

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

sfc-gh-sili
Copy link
Contributor

@sfc-gh-sili sfc-gh-sili commented Oct 25, 2024

Description

This PR follows #11532 and implements support for limited worker pool for queue batcher.

Design doc:
https://docs.google.com/document/d/1y5jt7bQ6HWt04MntF8CjUwMBBeNiJs2gV4uUZfJjAsE/edit?usp=sharing

Link to tracking issue

#8122
#10368

Documentation

@sfc-gh-sili sfc-gh-sili requested a review from a team as a code owner October 25, 2024 23:21
@sfc-gh-sili sfc-gh-sili changed the title [exporterqueue] Limited worker pool support for queue batcher. [exporterqueue] Limited worker pool support for queue batcher Oct 25, 2024
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.46%. Comparing base (78036de) to head (efd8446).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11540   +/-   ##
=======================================
  Coverage   91.45%   91.46%           
=======================================
  Files         438      438           
  Lines       23827    23842   +15     
=======================================
+ Hits        21791    21806   +15     
  Misses       1658     1658           
  Partials      378      378           

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

@dmitryax
Copy link
Member

@sfc-gh-sili please rebase

@dmitryax
Copy link
Member

Just FIY, adding [chore] to the header makes the changelog CI job skipped

Copy link
Member

@dmitryax dmitryax left a comment

Choose a reason for hiding this comment

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

Nice!

@dmitryax dmitryax added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Oct 28, 2024
@dmitryax dmitryax merged commit f1de0ff into open-telemetry:main Oct 29, 2024
65 of 66 checks passed
@github-actions github-actions bot added this to the next release milestone Oct 29, 2024
dmitryax pushed a commit that referenced this pull request Oct 30, 2024
…d exports (#11546)

#### Description

This PR follows
#11540 and
implements support for item-count based batching for queue batcher.

Limitation: This PR supports merging request but not splitting request.
In other words, it support specifying a minimum request size but not a
maximum request size.

Design doc:

https://docs.google.com/document/d/1y5jt7bQ6HWt04MntF8CjUwMBBeNiJs2gV4uUZfJjAsE/edit?usp=sharing

#### Link to tracking issue

#8122
#10368
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants