-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[processorhelper] Add throughput metrics #11147
[processorhelper] Add throughput metrics #11147
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11147 +/- ##
==========================================
- Coverage 92.28% 92.21% -0.08%
==========================================
Files 413 413
Lines 19760 19798 +38
==========================================
+ Hits 18236 18256 +20
- Misses 1152 1164 +12
- Partials 372 378 +6 ☔ View full report in Codecov by Sentry. |
c30fa02
to
94bd623
Compare
94bd623
to
e811026
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @djaglowski, using the level is ok for now, we'll have to change it once the level is removed but it's a minor change.
For testing, you can look at the batch processor tests which include detailed metrics
creationSet.MetricsLevel = configtelemetry.LevelDetailed |
Co-authored-by: Alex Boten <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
261684b
to
76ae166
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
This follows up #10910.
I expect to revamp this if #11144 is merged, but I wanted to put it out in order to get feedback (cc @codeboten) on whether this is currently the way to implement detailed metrics.
It also still requires tests, but I'm unclear if the generated test code is intended to allow testing of detailed metrics yet.