Closed
Bug 1950397
Opened 1 year ago
Closed 1 year ago
Migrate Legacy Telemetry Environment `settings.update` fields to Glean metrics
Categories
(Toolkit :: Telemetry, task)
Toolkit
Telemetry
Tracking
()
RESOLVED
DUPLICATE
of bug 1963373
People
(Reporter: chutten|PTO, Assigned: chutten|PTO)
References
Details
(Whiteboard: [fog-migration])
Attachments
(1 obsolete file)
This bug is for defining and using Glean metrics to mirror Legacy Telemetry Environment fields in the settings.update section. The fields and their needs are:
channel - needs migration
enabled - needs migration
autoDownload - needs migration
background - needs migration
" needs migration" means that the field must be either:
- removed (if you know that a field is unused or not useful, or can find an authority who can assert that), or
- have a Glean metric defined for it in an appropriate
metrics.yamlin an appropriate component in the tree and instrumentation code added inTelemetryEnvironment.sys.mjsso that it begins reporting data
Remember to update the totals for fields you migrate.
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → chutten
Status: NEW → ASSIGNED
Pushed by chutten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6cfb7486b195
Migrate Environment settings.update fields r=application-update-reviewers,nalexander
Comment 3•1 year ago
|
||
Backed out for causing xpcshell failures in /test_TelemetryEnvironment_search.js.
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | toolkit/components/telemetry/tests/unit/test_TelemetryEnvironment_search.js | xpcshell return code: 0
Flags: needinfo?(chutten)
| Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(chutten)
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Attachment #9480717 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•