Closed
Bug 1929979
Opened 9 days ago
Closed 2 days ago
Implement `labeled_quantity` metric type in FOG
Categories
(Toolkit :: Telemetry, task, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: chutten, Assigned: chutten)
References
Details
Attachments
(1 file)
Glean v62 comes with a new metric type: labeled_quantity
. Let's make it available to FOG uses.
Mostly should just involve following the guide with the wrinkles that the submetric type (quantity
) already exists so we're kinda/sorta just adding labeledness to it, like in bug 1907945 (for labeled_{custom|memory|timing}_distribution
).
Assignee | ||
Comment 1•2 days ago
|
||
Also, while we're here, update the instructions for new metric types.
Pushed by chutten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dc5a28b24f94
Support labeled_quantity metrics in FOG r=TravisLong
Status: ASSIGNED → RESOLVED
Closed: 2 days ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•