Closed
Bug 1339777
Opened 8 years ago
Closed 6 years ago
Collect telemetry for String generics
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla66
People
(Reporter: anba, Assigned: evilpie)
References
Details
(Keywords: triage-deferred)
Attachments
(2 files)
bug 1319926 included a patch to collect telemetry, but it needed to be backed out, because we ran out of buckets in JS_DEPRECATED_LANGUAGE_EXTENSIONS (bug 1331909).
Updated•7 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → evilpies
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
I tried my best with this.
Attachment #9038267 -
Flags: review?(chutten)
Updated•6 years ago
|
Attachment #9038267 -
Attachment mime type: application/octet-stream → text/plain
Comment 3•6 years ago
|
||
Comment on attachment 9038267 [details]
Data review
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes. This collection is Telemetry so is documented in its definitions file ([Histograms.json](https://hg.mozilla.org/mozilla-central/file/tip/toolkit/components/telemetry/Histograms.json)), the [Probe Dictionary](https://telemetry.mozilla.org/probe-dictionary/), and on telemetry.mozilla.org's [Measurement Dashboards](https://telemetry.mozilla.org/new-pipeline/dist.html).
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is Telemetry so can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
N/A, expires in Firefox 72.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical.
Is the data collection request for default-on or default-off?
Default on for prerelease channels only.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does there need to be a check-in in the future to determine whether to renew the data?
Yes. :evilpie is responsible for removing or renewing the collection before it expires in Firefox 72.
---
Result: datareview+
Attachment #9038267 -
Flags: review?(chutten) → review+
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8129ef9863e5
Collect telemetry for String generics. r=arai,janerik data-review=chutten
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•