Privacy/Reviews/Telemetry/Measurements

From MozillaWiki
Jump to navigation Jump to search

As Telemetry matures and we add more types of data we want to measure, it is important to keep track of what we're gathering and how we're respecting users' privacy. This page lists all of the types of data collected and links to any risk analysis done for the specific measurements.

The current list of histograms collected is in toolkit/components/telemetry/TelemetryHistograms.h

Instead of full reviews on each major type of measurement, a lightweight risk analysis should be performed to quickly document the question each measurement answers as well as actions taken to minimize privacy risks.

Histograms

Histograms that are collected by telemetry are listed in TelemetryHistograms.h, and ones that have review are also listed in the table below.

Measurements flagged for Review

Data that's being collected potentially has privacy implications and must undergo a quick risk analysis. These measurements are listed below including any outcomes from the risk analysis.

Get the lightweight-review template here

Undeployed Measurement Review Status Notes
Encountered Plugin Types [ON TRACK] open risks not yet landed
Profile Age [DROPPED] out of scope for telemetry not yet landed
Default Browser Status [RESOLVED] (19-Oct-2011) complete not yet landed
Image decode count (# of encoded images per tab) [RESOLVED] bug 684091
createTopLevelWindow - timing [RESOLVED] not needed bug 686435


Deployed Measurement Data format/sample Review Status Notes
info.reason "idle-daily" [RESOLVED] not needed It's always the same string
info.OS "Darwin" [RESOLVED] not needed Short string (in UA)
info.appID GUID identifier [RESOLVED] not needed -
info.appName "Firefox" [RESOLVED] not needed (in UA)
info.appBuildID "20110624030724" [RESOLVED] not needed Identifies date/time of build
info.platformBuildID - [RESOLVED] not needed same as appBuildID
info.cpucount "2" [RESOLVED] not needed number of cores, etc.
info.memsize "2922" [RESOLVED] not needed RAM in megabytes
info.arch "x86-64" [RESOLVED] not needed cpu architecture
info.version "11.0.0" [RESOLVED] not needed os version (in UA)
info.device "N810" [RESOLVED] not needed present on mobile only
info.manufacturer "Nokia" [RESOLVED] not needed present on mobile only
info.hardware "smdkc210" [RESOLVED] not needed Android hardware description (mfr code-name)
info.persona "336461" (integer ID) [AT RISK] landed without review Present when a persona is enabled
info.addons name/GUID/version of installed addons [AT RISK] landed without review Always present
simpleMeasurements.uptime "22" [RESOLVED] not needed application uptime in minutes
simpleMeasurements.main "1000" [RESOLVED] not needed milliseconds from startup in main()
simpleMeasurements.firstPaint "2000" [RESOLVED] not needed milliseconds from startup to first paint
simpleMasurements.sessionRestored "3000" [RESOLVED] not needed milliseconds from startup to session restore
simpleMeasurements.js.e4x "0" [NEW] tweak opt-in number of e4x objects created since browser startup
simpleMeasurements.js.setProto "0" [NEW] tweak opt-in number of times the __proto__ property has been set
simpleMeasurements.js.customIter "0" [NEW] tweak opt-in number of times a custom __iterator__ was used