-
Notifications
You must be signed in to change notification settings - Fork 142
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
⚗ [RUMF-971] experiment to detect when the computer goes to sleep #976
Conversation
6848308
to
be7df39
Compare
Codecov Report
@@ Coverage Diff @@
## main #976 +/- ##
==========================================
- Coverage 88.92% 88.90% -0.03%
==========================================
Files 83 84 +1
Lines 3874 3902 +28
Branches 858 864 +6
==========================================
+ Hits 3445 3469 +24
- Misses 429 433 +4
Continue to review full report at Codecov.
|
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
Motivation
This is part of an investigation where we observed abnormally high resource durations and web vital timings
Changes
Add an experimental way to detect when the computer goes to sleep. Use it on resources and internal monitoring logs to help investigation.
Testing
Unit, manual
I have gone over the contributing documentation.