Consider optimizing for single-sample accumulations to `_distribution` metrics
Categories
(Data Platform and Tools :: Glean: SDK, enhancement)
Tracking
(Not tracked)
People
(Reporter: chutten|PTO, Assigned: perry.mcmanis)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
Single-sample accumulations to metrics of *_distribution types have turned out to be pretty common in Gecko. There are just so many different things that do and should do their own timing, and so many counted things that accumulate one count at a time. (If you look at the recent GVST migrations, you'll find many examples).
Unfortunately, the Glean SDK does not yet offer optimized single-sample APIs for its *_distribution types. Which means needing to use list objects in the host languages in many cases. We can do better.
| Assignee | ||
Updated•1 year ago
|
Comment 1•1 year ago
|
||
perrymcmanis144 merged PR [mozilla/glean]: Bug 1881297 - Single Sample accumulation for distribution methods that don't already have it. (#2764) in 5349f3f.
| Assignee | ||
Comment 3•1 year ago
|
||
Comment 4•1 year ago
|
||
Comment on attachment 9390883 [details]
WIP: Bug 1881297 - single accumulation API integration
Revision D204433 was moved to bug 1885179. Setting attachment 9390883 [details] to obsolete.
Description
•