Closed
Bug 2000033
Opened 8 months ago
Closed 7 months ago
Integrate Glean MLTelemetry into the inference pipeline
Categories
(Core :: Machine Learning: On Device, enhancement)
Core
Machine Learning: On Device
Tracking
()
RESOLVED
FIXED
148 Branch
| Tracking | Status | |
|---|---|---|
| firefox148 | --- | fixed |
People
(Reporter: thasan, Assigned: thasan)
References
(Blocks 1 open bug)
Details
(Whiteboard: [genai])
Attachments
(1 file)
- Update Pipeline Options: Modify the pipeline options to include a flowId.
- Implement Glean Calls: Add the necessary Glean method calls at the correct points in the pipeline to record ML-related telemetry.
- Add Integration Tests: Implement new integration tests to provide coverage for the new method calls.
Updated•8 months ago
|
Component: Machine Learning: General → Machine Learning: On Device
Updated•7 months ago
|
Attachment #9527283 -
Attachment description: WIP: Bug 2000033: Integrate Glean MLTelemetry into the inference pipeline → Bug 2000033: Integrate Glean MLTelemetry into the inference pipeline
Pushed by rconcepcion@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/5989e4930b37
https://hg.mozilla.org/integration/autoland/rev/449fbf293296
Integrate Glean MLTelemetry into the inference pipeline r=ai-ondevice-reviewers,gregtatum,rconcepcion
Pushed by sstanca@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/e30793607c53
https://hg.mozilla.org/integration/autoland/rev/b234666ffc39
Revert "Bug 2000033, Bug 2000682: Integrate Glean MLTelemetry into the inference pipeline r=ai-ondevice-reviewers,gregtatum,rconcepcion" for causing perftests bustages.
Comment 4•7 months ago
|
||
Reverted this because it was causing perftests bustages.
- Revert link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | toolkit/components/ml/tests/browser/browser_ml_autofill_perf.js | Uncaught exception in test bound test_ml_generic_pipeline - at chrome://mochitests/content/browser/toolkit/components/ml/tests/browser/head.js:303 - TypeError: metrics.filter is not a function
Please be aware that there are a lot more variations of these bustages as it can be seen here.
Flags: needinfo?(thasan)
Pushed by rconcepcion@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/fe96a03c97e8
https://hg.mozilla.org/integration/autoland/rev/1d6863af55c3
Integrate Glean MLTelemetry into the inference pipeline r=ai-ondevice-reviewers,gregtatum,rconcepcion
Status: NEW → RESOLVED
Closed: 7 months ago
status-firefox148:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 148 Branch
(In reply to Serban Stanca [:SerbanS] from comment #4)
Reverted this because it was causing perftests bustages.
- Revert link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | toolkit/components/ml/tests/browser/browser_ml_autofill_perf.js | Uncaught exception in test bound test_ml_generic_pipeline - at chrome://mochitests/content/browser/toolkit/components/ml/tests/browser/head.js:303 - TypeError: metrics.filter is not a function
Please be aware that there are a lot more variations of these bustages as it can be seen here.
resolved
Flags: needinfo?(thasan)
Updated•6 months ago
|
Updated•6 months ago
|
QA Whiteboard: [qa-triage-done-c149/b148]
You need to log in
before you can comment on or make changes to this bug.
Description
•