Closed
Bug 1022732
Opened 11 years ago
Closed 11 years ago
Reword Fennec/Places telemetry histograms
Categories
(Toolkit :: Telemetry, defect)
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: rnewman, Assigned: rnewman)
Details
For example:
"FENNEC_FAVICONS_COUNT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "2000",
"n_buckets": 10,
"cpp_guard": "ANDROID",
"extended_statistics_ok": true,
"description": "FENNEC: (Places) Number of favicons stored"
},
"FENNEC_THUMBNAILS_COUNT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "2000",
"n_buckets": 10,
"cpp_guard": "ANDROID",
"extended_statistics_ok": true,
"description": "FENNEC: (Places) Number of thumbnails stored"
},
Mark, is there any reason to keep these around? Or should we change the description and start using them? (Not sure if one is supposed to do that with histograms.)
Assignee | ||
Comment 1•11 years ago
|
||
Actually, these are written from BrowserApp, so we just need to fix the descriptions.
Summary: Remove Fennec/Places telemetry histograms → Reword Fennec/Places telemetry histograms
Assignee | ||
Comment 2•11 years ago
|
||
This was trivial, so done and landed without review.
https://hg.mozilla.org/integration/fx-team/rev/c23279d247ab
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•