Closed
Bug 1911639
Opened 1 year ago
Closed 1 year ago
Suggest Metrics (JS side)
Categories
(Firefox :: Address Bar, enhancement, P3)
Tracking
()
RESOLVED
FIXED
133 Branch
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | fixed |
People
(Reporter: bdk, Assigned: bdk)
References
(Blocks 1 open bug)
Details
(Whiteboard: [disco-])
Attachments
(1 file)
Split off from https://bugzilla.mozilla.org/show_bug.cgi?id=1901779
Adding metrics is complicated by the fact that we can't call Glean directly, but need to forward the calls through our consumers. However, for queries it's not so hard. We can return a metrics struct alongside the query results, like how SyncManager returns them as part of SyncResult.
This issue is for taking the metrics that Rust returns in https://bugzilla.mozilla.org/show_bug.cgi?id=1911638 and recording them with Glean on the JS side.
Query metrics:
- Total query time
- Query time for each individual provider
- To keep things backwards-compatible, let's use a new method name like
query_with_metrics.
Ingest metrics:
- time to download data (total and also per-provider)
- time to update the database (total and also per-provider)
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Summary: Suggest Metrics (the easy part) → Suggest Metrics (JS side)
Comment 1•1 year ago
|
||
This might belong better in Firefox :: Address Bar.
Severity: -- → N/A
Priority: -- → P3
| Assignee | ||
Updated•1 year ago
|
Component: Suggest → Address Bar
Product: Application Services → Firefox
Target Milestone: --- → 133 Branch
Version: unspecified → Firefox 133
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → bdeankawamura
Status: NEW → ASSIGNED
Pushed by bdeankawamura@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ba03fbbe15cf
Record Suggest metrics, r=adw
Comment 4•1 year ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•