Closed
Bug 1891509
Opened 1 year ago
Closed 1 year ago
Implement the telemetry required to capture the user response
Categories
(Firefox for Android :: Experimentation and Telemetry, task, P1)
Tracking
()
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: towhite, Assigned: towhite)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group2])
Attachments
(2 files, 1 obsolete file)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
3.18 KB,
text/plain
|
royang
:
data-review+
|
Details |
Add telemetry that captures the user's response to a survey question.
Attachment #9397373 -
Flags: data-review?(royang)
Attachment #9397382 -
Flags: data-review?(royang)
Attachment #9397373 -
Attachment is obsolete: true
Attachment #9397373 -
Flags: data-review?(royang)
Comment 5•1 year ago
|
||
Comment on attachment 9397382 [details]
Data review 1891509
DATA COLLECTION REVIEW RESPONSE:
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, through the metrics.yaml file and the Glean Dictionary.
- 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?
android-probes@mozilla.com will be responsible for monitoring the data over time
- Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 2, Interaction data
- Is the data collection request for default-on or default-off?
Default on for all channels.
- Does the instrumentation include the addition of any new identifiers?
No
- Is the data collection covered by the existing Firefox privacy notice?
Yes
- Does the data collection use a third-party collection tool?
No
Result: data-review+
Attachment #9397382 -
Flags: data-review?(royang) → data-review+
Updated•1 year ago
|
Attachment #9397342 -
Attachment description: WIP: Bug 1891509 - Add telemetry to capture micro survey user response → Bug 1891509 - Add telemetry to capture micro survey user response
Pushed by icedicedcoffee@proton.me:
https://hg.mozilla.org/integration/autoland/rev/074b8a59783f
Add telemetry to capture micro survey user response r=Roger,android-reviewers
Comment 7•1 year ago
|
||
Backed out changeset 074b8a59783f (Bug 1891509) for causing fenix lint failures.
Failure log: https://treeherder.mozilla.org/logviewer?job_id=455404732&repo=autoland
Backout link: https://hg.mozilla.org/integration/autoland/rev/8a81f8b96a87f026dc90386b15691571d0e2997a
[task 2024-04-22T16:54:47.662Z] Requirement not upgraded as not directly required: attrs>=17.4.0 in /builds/worker/checkouts/gecko/mobile/android/gradle/dotgradle-online/glean/bootstrap-4.5.11/Miniconda3/lib/python3.7/site-packages (from jsonschema>=3.0.2->glean_parser~=13.0) (23.2.0)
[task 2024-04-22T16:54:47.662Z] Requirement not upgraded as not directly required: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /builds/worker/checkouts/gecko/mobile/android/gradle/dotgradle-online/glean/bootstrap-4.5.11/Miniconda3/lib/python3.7/site-packages (from jsonschema>=3.0.2->glean_parser~=13.0) (0.19.3)
[task 2024-04-22T16:54:47.662Z] Requirement not upgraded as not directly required: pkgutil-resolve-name>=1.3.10; python_version < "3.9" in /builds/worker/checkouts/gecko/mobile/android/gradle/dotgradle-online/glean/bootstrap-4.5.11/Miniconda3/lib/python3.7/site-packages (from jsonschema>=3.0.2->glean_parser~=13.0) (1.3.10)
[task 2024-04-22T16:54:47.662Z] Requirement not upgraded as not directly required: MarkupSafe>=2.0 in /builds/worker/checkouts/gecko/mobile/android/gradle/dotgradle-online/glean/bootstrap-4.5.11/Miniconda3/lib/python3.7/site-packages (from Jinja2>=2.10.1->glean_parser~=13.0) (2.1.5)
[task 2024-04-22T16:54:47.662Z] Requirement not upgraded as not directly required: zipp>=3.1.0; python_version < "3.10" in /builds/worker/checkouts/gecko/mobile/android/gradle/dotgradle-online/glean/bootstrap-4.5.11/Miniconda3/lib/python3.7/site-packages (from importlib-resources>=1.4.0; python_version < "3.9"->jsonschema>=3.0.2->glean_parser~=13.0) (3.15.0)
[task 2024-04-22T16:54:47.662Z] ??? Found 1 errors.
[task 2024-04-22T16:54:47.662Z] Sorry, Glean found some glinter nits:
[task 2024-04-22T16:54:47.662Z] ERROR: INVALID_TAGS: micro_survey.response: Invalid tags specified in metric: MicroSurvey
[task 2024-04-22T16:54:47.662Z]
[task 2024-04-22T16:54:47.662Z] Please fix the above nits to continue.
[task 2024-04-22T16:54:47.662Z] To disable a check, add a `no_lint` parameter with a list of check names to disable.
[task 2024-04-22T16:54:47.662Z] This parameter can appear with each individual metric, or at the top-level to affect the entire file.
[task 2024-04-22T16:54:47.662Z] ERROR running glean_parser v13.0.1
Flags: needinfo?(towhite)
Pushed by icedicedcoffee@proton.me:
https://hg.mozilla.org/integration/autoland/rev/542cbb16e2f4
Add telemetry to capture micro survey user response r=Roger,android-reviewers,vdreghici
Comment 9•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•