Closed
Bug 1950400
Opened 5 months ago
Closed 3 months ago
Migrate Legacy Telemetry Environment `profile` fields to Glean metrics
Categories
(Toolkit :: Telemetry, task)
Toolkit
Telemetry
Tracking
()
RESOLVED
DUPLICATE
of bug 1963373
People
(Reporter: chutten, Assigned: chutten)
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 profile
section. The fields and their needs are:
creationDate - needs migration
resetDate - needs migration
furstUseDate - needs migration (though Glean reports its own date, this one is as old as the profile)
" 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.yaml
in an appropriate component in the tree and instrumentation code added inTelemetryEnvironment.sys.mjs
so that it begins reporting data
Remember to update the totals for fields you migrate.
Updated•5 months ago
|
Assignee | ||
Comment 1•3 months ago
|
||
And don't forget newly-added recoveredFromBackup
Assignee | ||
Comment 2•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → chutten
Status: NEW → ASSIGNED
Pushed by chutten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/57c197088b73
Migrate Environment profile fields r=florian,profiles-reviewers,mossop
Comment 4•3 months 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•3 months ago
|
Flags: needinfo?(chutten)
Assignee | ||
Updated•3 months ago
|
Updated•3 months ago
|
Attachment #9480714 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•