Closed
Bug 1571422
Opened 6 years ago
Closed 6 years ago
Implement memory distribution metric
Categories
(Data Platform and Tools :: Glean: SDK, defect, P3)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mdroettboom, Assigned: mdroettboom)
References
Details
(Whiteboard: [telemetry:glean-rs:m7][telemetry:mobilesdk:m7])
Attachments
(4 files)
To support the memory-related histograms in GeckoView.
This should follow the existing implementation for timing distributions in Glean in terms of how buckets are calculated from range/num_buckets (which follows existing histograms on desktop). However, these should be external parameters specified in the metrics.yaml file.
| Assignee | ||
Comment 1•6 years ago
|
||
We should determine (by looking at existing metrics) whether we need a "unit" for this type (i.e. kb, Mb, etc.) or whether "everything in bytes" would suffice.
| Assignee | ||
Updated•6 years ago
|
Whiteboard: [telemetry:glean-rs:m?][telemetry:mobilesdk:m?] → [telemetry:glean-rs:m7][telemetry:mobilesdk:m7]
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mdroettboom
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Comment 5•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•