Add fission pref in the telemetry environment
Categories
(Toolkit :: Telemetry, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: neha, Assigned: ablayelyfondou)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
We would like to add the fission.autostart pref to the telemetry environment so we can get this information from telemetry reports.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
Adding P1 as its actively being worked on (and indeed even has a patch already).
As another point this requires Data Collection Review before it lands.
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
We would like to collect this as a boolean Scalar.
Assignee | ||
Comment 6•5 years ago
|
||
Comment 7•5 years ago
|
||
Will you be updating the patch to use a Scalar? Will it satisfy your data needs to have it only be present in the first "main" ping of a session?
You might wish to also add it as a Crash Annotation to identify crashes. See CrashAnnotations.yaml.
Assignee | ||
Comment 8•5 years ago
|
||
Assignee | ||
Comment 9•5 years ago
|
||
After some discussion on #fission slack group, what we actually want is to "tag telemetry sessions/pings with whether or not fission is enabled so
That way we can do [sophisticated] analysis to see how certain metrics are different with or without Fission".
With bug 1560977, crash reports are already being tagged with fission when the pref is enabled.
The plan is to also talk to data science about this very soon.
Sorry for all the confusion here.
Comment 10•5 years ago
|
||
Assignee | ||
Comment 11•5 years ago
|
||
No problem. Please let me know if what I added to the documentation is all we need.
Comment 12•5 years ago
|
||
(In reply to Abdoulaye O. LY from comment #11)
No problem. Please let me know if what I added to the documentation is all we need.
Looks good to me. I'll go ahead with the review now.
Comment 13•5 years ago
|
||
Comment 15•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:ablayelyfondou, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 16•5 years ago
|
||
Neil: can we land this now?
Comment 17•5 years ago
|
||
Comment 18•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 19•5 years ago
|
||
Using the RECORD_PREF_VALUE
mechanism in TelemetryEnvironment.jsm means that a value for this pref will only be recorded in a ping if it is set on the user branch. This will do what we expect now (i.e. report "true"
or be missing), since Fission is off by default—but, later, if this pref is enabled on the default branch, be aware that users on those builds with Fission enabled will not send a value for this field.
Description
•