Closed Bug 1881297 Opened 1 year ago Closed 1 year ago

Consider optimizing for single-sample accumulations to `_distribution` metrics

Categories

(Data Platform and Tools :: Glean: SDK, enhancement)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED

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: nobody → pmcmanis
Blocks: 1884183
Blocks: 1885179

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.

Attachment #9390883 - Attachment is obsolete: true
Blocks: 1885204
See Also: → 1892096
See Also: → 1892097
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: