-
Notifications
You must be signed in to change notification settings - Fork 41
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
Improve efficiency of ETW metrics exporter #134
base: main
Are you sure you want to change the base?
Improve efficiency of ETW metrics exporter #134
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #134 +/- ##
=======================================
- Coverage 54.1% 53.9% -0.3%
=======================================
Files 42 42
Lines 6276 6135 -141
=======================================
- Hits 3401 3311 -90
+ Misses 2875 2824 -51 ☔ View full report in Codecov by Sentry. |
Comparing the latest |
With a more realistic |
Fixes #104
Design Decisions:
ResourceMetrics
for each metric point and serialize each into an exportable bufferChanges
Please provide a brief description of the changes here.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes