Privacy/Reviews/Telemetry/Measurements: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 71: Line 71:
| -
| -
| -
| -
| ''same as appBuildID?''
| ''same as appBuildID??''
|-
|-
| info.cpucount  
| info.cpucount  
Line 79: Line 79:
|-
|-
| info.memsize  
| info.memsize  
| -
| ??
| -
| -
| -
| -
Line 94: Line 94:
|-
|-
| info.device  
| info.device  
| N810
| "N810"
| -
| -
| present on mobile only
| present on mobile only??
|-
|-
| info.manufacturer  
| info.manufacturer  
Line 104: Line 104:
|-
|-
| info.hardware  
| info.hardware  
| -
| ??
| {{new|}}
| {{new|}}
| Android hardware description<br>
| Android hardware description
|-
|-
| info.persona  
| info.persona  
| -
| "336461" (integer ID)
| {{new|}}
| {{new|}}
| present on mobile only
| ?? Present when??
|-
|-
| info.addons  
| info.addons  
| -
| name/GUID/version of installed addons
| {{new|}}
| {{new|}}
| -
| ?? Present when??
|-
|-
| simpleMeasurements.uptime  
| simpleMeasurements.uptime  

Revision as of 22:06, 24 August 2011

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.

Reviewed Data

Data that's being collected and potentially has privacy implications undergoes a quick risk analysis. Data of this type is listed below including any outcomes from the risk analysis.

Get the lightweight-review template here

Pending 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


Deployed Measurement Data format/sample Review Status Notes
info.reason "idle-daily" not needed It's always the same string
info.OS "Darwin" - Short string
info.appID GUID identifier - -
info.appName "Firefox" - -
info.appBuildID "20110624030724" - Identifies date/time of build
info.platformBuildID - - same as appBuildID??
info.cpucount "2" - number of cores, etc.
info.memsize ?? - -
info.arch "x86-64" - cpu architecture
info.version "11.0.0" - os version
info.device "N810" - present on mobile only??
info.manufacturer Nokia - present on mobile only
info.hardware ?? [NEW] Android hardware description
info.persona "336461" (integer ID) [NEW] ?? Present when??
info.addons name/GUID/version of installed addons [NEW] ?? Present when??
simpleMeasurements.uptime ?? - -
simpleMeasurements.main ?? - -
simpleMeasurements.firstPaint ?? - -
simpleMasurements.sessionRestored ?? - -
simpleMeasurements.js.e4x ?? - -
simpleMeasurements.js.setProto ?? - -
simpleMeasurements.js.customIter ?? - -