Add telemetry about how often we observe network change events
Categories
(Core :: Networking, enhancement, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: dragana, Assigned: michal)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(2 files, 1 obsolete file)
|
2.19 KB,
text/plain
|
teon
:
data-review+
|
Details |
|
47 bytes,
text/x-phabricator-request
|
Details | Review |
| Reporter | ||
Updated•6 years ago
|
| Reporter | ||
Comment 1•6 years ago
|
||
Nhi can you find someone to work on this?
Updated•6 years ago
|
Updated•6 years ago
|
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
| Assignee | ||
Comment 6•6 years ago
|
||
Yes. I assume there will be an email notification.
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
(In reply to Michal Novotny [:michal] from comment #6)
Yes. I assume there will be an email notification.
Unfortunately, at present there are no expiry emails sent for Telemetry Events. The system that sends expiry emails was built when it only had Histograms to worry about.
Sorry about that.
| Assignee | ||
Comment 9•6 years ago
|
||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Comment 10•6 years ago
|
||
Pushed by ccoroiu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f592a66e8aba
Add telemetry about how often we observe network change events, r=dragana
Comment 11•6 years ago
|
||
| bugherder | ||
Comment 12•6 years ago
|
||
| bugherder uplift | ||
Comment 13•6 years ago
|
||
Dragana noticed that the distribution on TMO showed a lot of events in the underflow bucket (time < 1000 ms) for MacOS: https://mzl.la/2ovzvZD
Nhi asked me to look at whether this showed up at the user level.
Query: https://sql.telemetry.mozilla.org/queries/65284/source
About a quarter of MacOS client-days included at least one network change bounce (time between events less than 1 second). If a client-day on Mojave contained any bounces, the median number of bounces was 2 and the mean was 22. The 95th percentile of bounces in a single client-day was 27 and the maximum number observed was 5,160.
There were no obvious differences between recent OS versions.
Neither Linux or Windows show nearly as many events in the underflow bucket.
Description
•