-
Notifications
You must be signed in to change notification settings - Fork 135
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
RUMM-2077 Vitals Frequency Configuration #876
Conversation
5525d86
to
d185a9d
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.
Looks good 👍, but there's a blocking issue in CHANGELOG.md
.
d185a9d
to
b6936c8
Compare
a6102a5
to
31db8cd
Compare
31db8cd
to
7ba289f
Compare
7ba289f
to
cf900c6
Compare
struct VitalsReaders { | ||
let frequency: TimeInterval | ||
let cpu: SamplingBasedVitalReader | ||
let memory: SamplingBasedVitalReader | ||
let refreshRate: ContinuousVitalReader | ||
} |
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.
This new dependency helps instantiating all readers only if frequency
is available.
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.
All good 👌👌
What and why?
Customers can set the desired delay between Mobile Vitals update (CPU/RAM) as follows:
How?
VitalInfoSampler
will start the sample timer only iffrequency
parameter is available.Review checklist
Custom CI job configuration (optional)