Open
Bug 1289094
Opened 9 years ago
Updated 2 years ago
Refactor the histogram snapshot API
Categories
(Toolkit :: Telemetry, defect, P3)
Toolkit
Telemetry
Tracking
()
NEW
People
(Reporter: gfritzsche, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [measurement:client])
The histogram & keyed histogram snapshot APIs need cleanup & updating.
We need to snapshot a subset of the histograms based on the following dimensions:
(1) dataset (opt-in/extended, opt-out/base)
(2) process type (main, content, ...)
(3) session or subsession (until we can get rid of saved-session)
We will need to do something similar for scalars later.
Hi, is this bug still relevant? Can I work on it?
Flags: needinfo?(gfritzsche)
Comment 2•7 years ago
|
||
This bug is indeed still relevant (except maaaybe for point #3, which is less important now), but I don't think it's a good choice for now. This is probably more of a "meta-bug" which needs parts for discussion, design, documentation, tests, and implementation.
Instead, perhaps you'd prefer bug 1485695?
Reporter | ||
Updated•5 years ago
|
Flags: needinfo?(gfritzsche)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•