Closed
Bug 1498160
Opened 2 years ago
Closed 2 years ago
Add new snapshot APIs
Categories
(Toolkit :: Telemetry, enhancement, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: janerik, Assigned: janerik)
References
Details
Attachments
(1 file)
We are adding new, simplified snapshot APIs to support multiple stores. In particular we need: getSnapshotForScalars getSnapshotForKeyedScalars getSnapshotForHistograms getSnapshotForKeyedHistograms These need to be added to nsITelemetry.idl and implemented in C++. In the first phase this should internally defer to the appropriate existing snapshot API. The old API can be deprecated.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Points: --- → 1
Priority: -- → P1
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → jrediger
Assignee | ||
Comment 1•2 years ago
|
||
For now this defers to the existing APIs and determines the correct dataset from a global flag.
Pushed by jrediger@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a5849dab9066 Define new snapshot APIs for scalars and histograms r=chutten
Comment 3•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a5849dab9066
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•