-
Notifications
You must be signed in to change notification settings - Fork 27
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
Bug 1716952 - Implement the Memory Distribution Metric #1514
Bug 1716952 - Implement the Memory Distribution Metric #1514
Conversation
@badboy I know we chatted a bit about how this should work with timing distributions, so wanted to get your thoughts. |
2 values is correct (if this is a ping lifetime). (for timing distributions |
@badboy |
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 looks great overall. There's a few minor things to fix, but it's very close to be merge-able.
Changes - port over memory distribution metric - port over memory distribution tests - refactor existing, shared functionality between distributions
Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>
Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>
Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>
Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>
d0d2d45
to
a1d7412
Compare
@Dexterp37 |
46a1c58
to
335a5a8
Compare
Implements the memory distribution metric
Notable changes
MemoryUnit
enum and conversion helpermetrics.yaml
to include data for new memory distribution metricPR for updating the Glean Book docs - mozilla/glean#2203
Pull Request checklist
glean/
folder, run:npm run test
Runs all testsnpm run lint
Runs all lintersCHANGELOG.md
or an explanation of why it does not need onemozilla/glean
repository