Closed
Bug 2010597
Opened 2 months ago
Closed 1 month ago
Update widget telemetry to pass widget name as a param
Categories
(Firefox :: New Tab Page, enhancement)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: maxx, Assigned: maxx)
References
(Depends on 2 open bugs, Blocks 2 open bugs)
Details
(Whiteboard: [hnt-trainhop])
Attachments
(1 file)
Summary: Create a few broad widget telemetry events (that include a widget_name param), so we can launch multiple widgets without the need for bespoke telemetry updates for each.
Note: We want to send duplicate events until DS can confirm the new probes work as expected.
Tasks:
- Define new entries in metrics.yaml
- Add new Glean event calls in existing code (TelemetryFeed.sys.mjs example)
- (Follow-up, separate patch) Remove previous events
| Assignee | ||
Updated•2 months ago
|
Summary: Update widget telemetery to pass widget name as a param → Update widget telemetry to pass widget name as a param
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Comment 1•2 months ago
•
|
||
(Duplicated comment from the summary. Please ignore!)
| Assignee | ||
Comment 2•1 month ago
|
||
Adds three new unified Glean metrics to replace per-widget telemetry:
- widgets_impression: Records when any widget is visible
- widgets_user_event: Records user interactions with any widget
- widgets_enabled: Records when widgets are enabled/disabled
Updated•1 month ago
|
Assignee: nobody → mcrawford
Status: NEW → ASSIGNED
Pushed by rhamoui@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a7506b3f4c06
https://hg.mozilla.org/integration/autoland/rev/8ac74d254a74
Add unified widget telemetry metrics. r=home-newtab-reviewers,reemhamz,nina-py
Comment 4•1 month ago
|
||
Backed out for causing newtab failure and bc failure
Pushed by mcrawford@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/56c551217d51
https://hg.mozilla.org/integration/autoland/rev/5d4a7cef7eb5
Add unified widget telemetry metrics. r=home-newtab-reviewers,reemhamz,nina-py
Comment 6•1 month ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
| Assignee | ||
Updated•1 month ago
|
Whiteboard: [hnt-trainhop]
Updated•1 month ago
|
Updated•29 days ago
|
QA Whiteboard: [qa-triage-done-c150/b149]
You need to log in
before you can comment on or make changes to this bug.
Description
•