Closed
Bug 1571744
Opened 5 years ago
Closed 5 years ago
Create a `CustomDistributionMetricType`
Categories
(Data Platform and Tools :: Glean: SDK, task, P3)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Dexter, Assigned: mdroettboom)
References
Details
(Whiteboard: [telemetry:glean-rs:m7][geckoview])
Attachments
(3 files)
Some GeckoView histograms require a fairly custom shape of the distribution, which doesn't directly fit into the concept of "infinite binning". Additionally, some distributions do not have units or have custom units (e.g. "pixels" or "% of vsync").
We should introduce a new metric type, only usable for mapping to Gecko histograms, which allows for specifying:
- either linear or exponential bucketing;
- min/max range;
- time_unit (only in the metrics.yaml, for metadata)
- number of buckets.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mdroettboom
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•