Closed
Bug 1177736
Opened 9 years ago
Closed 6 years ago
Submit Telemetry pending ping probes in a consistent way
Categories
(Toolkit :: Telemetry, defect, P4)
Toolkit
Telemetry
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: gfritzsche, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [measurement:client])
TelemetrySend tracks the following measures for pending pings:
* overdue ping count
* discarded ping count
* evicted ping count
The first two are submitted as simple measurements in TelemetrySession:
https://hg.mozilla.org/mozilla-central/annotate/bbc26cc168c7/toolkit/components/telemetry/TelemetrySession.jsm#l931
... but the evicted count is submitted as a histogram:
https://hg.mozilla.org/mozilla-central/annotate/bbc26cc168c7/toolkit/components/telemetry/TelemetrySend.jsm#l340
We should make these consistent, possibly just making them all histograms.
Updated•9 years ago
|
Reporter | ||
Updated•9 years ago
|
Comment 1•6 years ago
|
||
We no longer report these as simple measurements and use histograms to track these sorts of things.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•