Expose otelcol_exporter_queue_batch_size metric#13478
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13478 +/- ##
==========================================
+ Coverage 91.40% 91.43% +0.03%
==========================================
Files 641 641
Lines 42611 42674 +63
==========================================
+ Hits 38947 39018 +71
+ Misses 2842 2836 -6
+ Partials 822 820 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bogdandrutu
reviewed
Jul 25, 2025
ArthurSens
reviewed
Aug 1, 2025
Contributor
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
jmacd
approved these changes
Aug 19, 2025
Contributor
|
Note that #13582 fails its tests because presently it is missing the batch-size metric used in tests. It's really two things: (1) this PR is a requirement, (2) needing to rename from new otelcol_exporter_queue_batch_size metric to the old metric name. |
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
jmacd
approved these changes
Aug 26, 2025
Contributor
Author
|
@open-telemetry/collector-approvers do we need anything else to move forward with this? |
mx-psi
approved these changes
Sep 4, 2025
Merged
via the queue into
open-telemetry:main
with commit Sep 4, 2025
d28d1c6
53 of 57 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Expose
otelcol_exporter_queue_batch_size_bucketmetric.Link to tracking issue
Fixes #12894
Testing