Closed
Bug 1247443
Opened 9 years ago
Closed 9 years ago
Monitor browser.tabs.animate in telemetry
Categories
(Toolkit :: Telemetry, defect)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla48
People
(Reporter: billm, Assigned: billm)
References
Details
Attachments
(1 file)
1.54 KB,
patch
|
gfritzsche
:
review+
ritu
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
We record some pref values in the telemetry ping here:
https://dxr.mozilla.org/mozilla-central/source/toolkit/components/telemetry/TelemetryEnvironment.jsm#96
I would like to start recording browser.tabs.animate to see how important bug 1247137 is.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → wmccloskey
Status: NEW → ASSIGNED
Attachment #8718156 -
Flags: review?(gfritzsche)
Comment 2•9 years ago
|
||
Comment on attachment 8718156 [details] [diff] [review]
patch
This looks fine.
Forwarding to Benjamin for data collection review [0].
0: https://wiki.mozilla.org/Firefox/Data_Collection
Attachment #8718156 -
Flags: review?(gfritzsche)
Attachment #8718156 -
Flags: review?(benjamin)
Attachment #8718156 -
Flags: review+
Comment 3•9 years ago
|
||
Comment on attachment 8718156 [details] [diff] [review]
patch
Actually - this looks like a measurement we want to collect temporarily and that does not need to trigger a new ping.
This is better recorded as a flag histogram with "expires_in_version" set.
That way you also get dashboarding on telemetry.mozilla.org.
Attachment #8718156 -
Flags: review?(benjamin)
Attachment #8718156 -
Flags: review+
Assignee | ||
Comment 4•9 years ago
|
||
How would I do that so that I record one hit per session? i.e., when would I call |add| on the histogram?
> This is better recorded as a flag histogram with "expires_in_version" set.
I think it would be generally useful to know the value of this pref.
> That way you also get dashboarding on telemetry.mozilla.org.
I don't mind analyzing the data myself.
Flags: needinfo?(gfritzsche)
Comment 5•9 years ago
|
||
(In reply to Bill McCloskey (:billm) from comment #4)
> > This is better recorded as a flag histogram with "expires_in_version" set.
>
> I think it would be generally useful to know the value of this pref.
Benjamin, are you ok with recording the pref value of "browser.tabs.animate" in the environment long-term (and make it trigger session splits)?
Flags: needinfo?(gfritzsche) → needinfo?(benjamin)
Comment 6•9 years ago
|
||
This pref is not exposed anywhere in our preferences UI, correct? Do we intend to keep supporting the non-default config?
I don't mind collecting this as long as somebody is going to actually use it, but I suspect it just doesn't matter because we'd probably choose to WONTFIX bugs in this config anyway.
Flags: needinfo?(benjamin)
Assignee | ||
Comment 7•9 years ago
|
||
(In reply to Benjamin Smedberg [:bsmedberg] from comment #6)
> This pref is not exposed anywhere in our preferences UI, correct? Do we
> intend to keep supporting the non-default config?
>
> I don't mind collecting this as long as somebody is going to actually use
> it, but I suspect it just doesn't matter because we'd probably choose to
> WONTFIX bugs in this config anyway.
Add-ons like Classic Theme Restorer set this pref. I don't know how common it is though. That's the reason we want telemetry.
Comment 8•9 years ago
|
||
Comment on attachment 8718156 [details] [diff] [review]
patch
Review of attachment 8718156 [details] [diff] [review]:
-----------------------------------------------------------------
To not block on me here - this is fine code-wise.
Attachment #8718156 -
Flags: review+
Comment 10•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
![]() |
||
Comment 11•9 years ago
|
||
Comment on attachment 8718156 [details] [diff] [review]
patch
Approval Request Comment
[Feature/regressing bug #]:
no bug, pref settings accumulation for telemetry environment.
[User impact if declined]:
none
[Describe test coverage new/current, TreeHerder]:
on mc for a couple weeks.
[Risks and why]:
none.
[String/UUID change made/needed]:
none.
Attachment #8718156 -
Flags: approval-mozilla-aurora?
![]() |
||
Comment 12•9 years ago
|
||
Chris, any chance you can help us out here by pulling the current data from this on nightly?
Flags: needinfo?(chutten)
Comment 13•9 years ago
|
||
Sure, just let me fire up a cluster (leaving ni? up for the nonce)
Comment 14•9 years ago
|
||
Analysis: https://gist.github.com/chutten/2a1884b173a75b23567e2ef6575f5855
Of 42562 clients reporting pings on Nightly from 0410 to 0417 we have 317 clients (0.7%) who have the pref set to false, 2 (0.0%) with it set to true, and the rest leaving it default.
wrt bug 1247137, I make no guarantees that this proportion isn't wildly different on other channels. wrt this bug, data's coming in just fine. I see no problems with it being uplifted.
Flags: needinfo?(chutten)
status-firefox47:
--- → affected
Comment on attachment 8718156 [details] [diff] [review]
patch
More telemetry data, data was verified on Nightly (comment 14), Aurora47+
Attachment #8718156 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 16•9 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•