Remove telemetry.event_counts
Categories
(Toolkit :: Telemetry, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: chutten|PTO, Assigned: chutten|PTO)
References
Details
Attachments
(1 file)
telemetry.event_counts is in the top 25 probes by cost. Its purpose was to supply a cheaper alternative to events. Events would be off, but even when off we'd count how often they'd happen. That would allow for many analyses (volume, frequency) without having to receive events from everyone all of the time. Unfortunately, we never really used this, and Legacy Telemetry events have been always on for years.
As it's not in use and won't be, let's remove it.
This bug is about merely removing the instrumentation, but can also include removing the event summarization feature as well if that's straightforward and/or satisfying.
| Assignee | ||
Comment 1•1 month ago
|
||
Comment 4•1 month ago
•
|
||
Backed out for causing non-unified build bustages on TelemetryScalar
| Assignee | ||
Updated•1 month ago
|
Comment 6•1 month ago
|
||
| bugherder | ||
| Assignee | ||
Comment 7•1 month ago
|
||
The determination of most expensive probes was done via this method (internal Mozilla doc because it contains dollar figures). In there is a link to the spreadsheet (also internal, alas) that has the list of all "main"-ping-resident probes.
Updated•23 days ago
|
Description
•