-
Notifications
You must be signed in to change notification settings - Fork 293
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
[Instrumentation.Process] Dropping Snapshot #718
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #718 +/- ##
==========================================
- Coverage 77.74% 77.55% -0.19%
==========================================
Files 176 176
Lines 5343 5298 -45
==========================================
- Hits 4154 4109 -45
Misses 1189 1189
|
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.
LGTM!
(I still have concerns about the cpu utilization metric and using PrivateMemory for the process.memory.virtual metric, but neither of those concerns needs to hold up this PR)
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.
LGTM
Update to use Process.Refresh() on each callback after benchmarking the perf #717 and found it cheap.
Also, addressing #664 (comment).