-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expose otelcol_exporter_queue_batch_size metric #13478
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
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:
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
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 <[email protected]>
@open-telemetry/collector-approvers do we need anything else to move forward with this? |
d28d1c6
Description
Expose
otelcol_exporter_queue_batch_size_bucket
metric.Link to tracking issue
Fixes #12894
Testing