Confirmed users
381
edits
No edit summary |
|||
(14 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{| | {{FeatureStatus | ||
| | |Feature name=Telemetry | ||
| | |Feature stage=Landed | ||
| | |Feature version=Firefox 7 | ||
| | |Feature health=OK | ||
| | |Feature status note=Deployed, see [http://arewesnappyyet.com arewesnappyyet.com] | ||
| | }} | ||
{{FeatureTeam | |||
| | |Feature product manager=Chris Blizzard | ||
| | |Feature feature manager=Taras Glek | ||
| | |Feature lead engineer=Taras Glek | ||
|Feature security lead=Curtis Koenig | |||
|Feature privacy lead=Sid Stamm, Asa Dotzler | |||
| | |Feature qa lead=AndreiD | ||
|Feature ux lead=Alex Limi | |||
|Feature additional members=Daniel Einspanjer (metrics), Graydon Hoare, Rob Sayre | |||
}} | |||
{{FeaturePageBody | |||
|Feature overview=Telemetry allows Engineering to receive aggregate data of browser health in the field. Think cache hit rates, page load times across all browser instances or anything else we're interested in. | |||
The goal for this feature is to give our developers the ability to know if changes they are making have wide-ranging positive and negative effects at scale. Are users seeing better performance? | |||
Another goal of this is to give us easy-to-use infrastructure to learn about the structure of the Internet as a whole. That is, how do we tune our browser based on what the Internet and Web do? | |||
|Feature requirements=* Modify privacy policy(Asa) | |||
* Modify privacy policy(Asa) | |||
* Add UI (Mike Hommey) | * Add UI (Mike Hommey) | ||
See https://bugzilla.mozilla.org/show_bug.cgi?id=659396 for ongoing telemetry enhancements. | See https://bugzilla.mozilla.org/show_bug.cgi?id=659396 for ongoing telemetry enhancements. | ||
|Feature non-goals=This is not a system for gathering feedback from individual users. It is a system for us to get aggregate health data about browsers in the field. It's also a chance for us to run lightweight tests if we want to learn how certain settings will affect browser performance or user experience. It is distinct from the Test Pilot program. | |||
= | |Feature security review=* [https://wiki.mozilla.org/Security/Reviews/Firefox6/ReviewNotes/telemetry Security Discussion/Review] | ||
|Feature privacy review=* [[Privacy/Reviews/Telemetry|Privacy Review]] | |||
|Feature implementation notes=* [https://bugzilla.mozilla.org/show_bug.cgi?id=585196 telemetry infrastructure] | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=652656 privacy policy update] | |||
* | |||
* | |||
= | |||
[https://bugzilla.mozilla.org/show_bug.cgi?id=585196 telemetry infrastructure] | |||
[https://bugzilla.mozilla.org/show_bug.cgi?id=652656 privacy policy update | |||
'''Need''': Services plan, deployment plan, early items to measure. | '''Need''': Services plan, deployment plan, early items to measure. | ||
}} | |||
== | {{FeatureInfo | ||
|Feature priority=P1 | |||
|Feature roadmap=Platform | |||
= | |Feature list=Platform | ||
|Feature engineering team=Automation and Tools | |||
}} | |||
{{FeatureTeamStatus | |||
|Feature security status=sec-review-complete | |||
|Feature security health=OK | |||
== | |Feature security notes=[[Security/Reviews/Firefox6/ReviewNotes/telemetry|Notes]] | ||
|Feature qa status=Signed off for release | |||
}} | |||
== Other Documentation == | == Other Documentation == | ||
* [http://codesearch.google.com/codesearch?q=UMA_histogram&vert=chromium Search List of macros used in Chrome] | |||
[http://codesearch.google.com/codesearch?q=UMA_histogram&vert=chromium Search List of macros used in Chrome] | * [http://src.chromium.org/viewvc/chrome/trunk/src/base/metrics/ Metrics code in Chrome] | ||
[http://src.chromium.org/viewvc/chrome/trunk/src/base/metrics/ Metrics code in Chrome | |||