Differentiate networkID presence telemetry when the browser is online
Categories
(Core :: Networking, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: valentin, Assigned: valentin)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(3 files)
Currently our telemetry shows no networkID when the user's PC is disconnected from Wifi or when it goes into standby (as that turns off the wifi of the computer).
As a result we sometimes think that computing the network id fails even though that's not accurate.
We should add new probes for networkID that are only reported when Firefox is actually online/has connectivity.
Assignee | ||
Comment 1•6 years ago
|
||
Since we sometimes coalesce SendEvents, calling it from there is not actually correct, and sometimes we fail to recompute the networkID when network changes happen.
Assignee | ||
Comment 2•6 years ago
|
||
When the IPv4 check is completed, we get the network ID and report to telemetry if it was empty or not. This allows us to more accurately determine if we always have a networkID.
Depends on D45331
Assignee | ||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment 6•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/51670dc2c103
https://hg.mozilla.org/mozilla-central/rev/992ba4bb048e
Description
•