Closed
Bug 1908396
Opened 1 year ago
Closed 1 year ago
Suggest Ingestion Metrics
Categories
(Application Services :: Suggest, enhancement, P2)
Application Services
Suggest
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1908397
People
(Reporter: bdk, Assigned: bdk)
References
(Blocks 1 open bug)
Details
(Whiteboard: [disco-])
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 ingestion it's not so hard. We can return a metrics struct, like how SyncManager returns them as part of SyncResult
Metrics:
- time to download data (total and also per-provider)
- time to update the database (total and also per-provider)
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P2
| Assignee | ||
Comment 1•1 year ago
|
||
I'm planning on doing these together with the query metrics, so let's just use https://bugzilla.mozilla.org/show_bug.cgi?id=1908397 to track this work.
You need to log in
before you can comment on or make changes to this bug.
Description
•