Open
Bug 1433965
Opened 8 years ago
Updated 3 years ago
Check histogram expiry at compile time
Categories
(Toolkit :: Telemetry, enhancement, P3)
Toolkit
Telemetry
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | affected |
People
(Reporter: gfritzsche, Unassigned)
References
Details
For histograms shipping on-train, we know the Firefox version and can expire them at compile-time, just storing a boolean "expired" data point for runtime usage.
| Reporter | ||
Comment 1•8 years ago
|
||
This saves us from doing 1k+ string comparison on startup.
Comment 2•8 years ago
|
||
(In reply to Georg Fritzsche [:gfritzsche] from comment #0)
> For histograms shipping on-train, we know the Firefox version and can expire
> them at compile-time, just storing a boolean "expired" data point for
> runtime usage.
Note to self: we should make sure that this has no implication with Linux third party builds that are sending Telemetry.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•