Closed
Bug 1420062
Opened 8 years ago
Closed 8 years ago
Extend the expires_in_version of FX_PREFERENCES_OPENED_VIA telemetry
Categories
(Firefox :: Settings UI, enhancement, P1)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
Firefox 59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: Fischer, Assigned: Fischer)
References
Details
Attachments
(1 file)
FX_PREFERENCES_OPENED_VIA is going to expired in 59 but we still need to observe it so should extend it
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → fliu
Status: NEW → ASSIGNED
Priority: -- → P1
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8931235 [details]
Bug 1420062 - Extend the expires_in_version of FX_PREFERENCES_OPENED_VIA telemetry,
https://reviewboard.mozilla.org/r/202352/#review207708
::: toolkit/components/telemetry/Histograms.json:6570
(Diff revision 1)
> },
> "FX_PREFERENCES_OPENED_VIA": {
> "record_in_processes": ["main", "content"],
> - "bug_numbers": [1330315],
> + "bug_numbers": [1420062],
> "alert_emails": ["jaws@mozilla.com"],
> - "expires_in_version": "59",
> + "expires_in_version": "63",
Hi Jaws, Checked with Product team, we still want to observe FX_PREFERENCES_OPENED_VIA for 4 more releases, thanks
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8931235 [details]
Bug 1420062 - Extend the expires_in_version of FX_PREFERENCES_OPENED_VIA telemetry,
https://reviewboard.mozilla.org/r/202352/#review208532
r=me. Please request review from :francois
Attachment #8931235 -
Flags: review?(jaws) → review+
Updated•8 years ago
|
Attachment #8931235 -
Flags: review?(francois)
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8931235 [details]
Bug 1420062 - Extend the expires_in_version of FX_PREFERENCES_OPENED_VIA telemetry,
https://reviewboard.mozilla.org/r/202352/#review208614
Renewal of a Category 2 probe. datareview+
::: toolkit/components/telemetry/Histograms.json:6568
(Diff revision 1)
> "releaseChannelCollection": "opt-out",
> "description": "Count how often each preference category is opened."
> },
> "FX_PREFERENCES_OPENED_VIA": {
> "record_in_processes": ["main", "content"],
> - "bug_numbers": [1330315],
> + "bug_numbers": [1420062],
It might be better to leave the existing bug number in the array and add this new one to it.
That way, it's easier to figure out why the telemetry was added in the first place.
Attachment #8931235 -
Flags: review?(francois) → review+
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 6•8 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8931235 [details]
Bug 1420062 - Extend the expires_in_version of FX_PREFERENCES_OPENED_VIA telemetry,
https://reviewboard.mozilla.org/r/202352/#review208614
> It might be better to leave the existing bug number in the array and add this new one to it.
>
> That way, it's easier to figure out why the telemetry was added in the first place.
Kept the existing bug number and added this new one, thanks
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/e595f5323d32
Extend the expires_in_version of FX_PREFERENCES_OPENED_VIA telemetry, r=francois,jaws
Keywords: checkin-needed
Comment 8•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 59
Comment 9•8 years ago
|
||
| bugherder landing | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•