Closed
Bug 1460317
Opened 8 years ago
Closed 8 years ago
Whitelist Telemetry health probes for GeckoView
Categories
(Toolkit :: Telemetry, enhancement, P2)
Toolkit
Telemetry
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | affected |
People
(Reporter: Dexter, Unassigned)
References
Details
We need to whitelist probes (in GeckoView) that are used to check the health of the Telemetry core: https://searchfox.org/mozilla-central/rev/5ff2d7683078c96e4b11b8a13674daded935aa44/toolkit/components/telemetry/Scalars.yaml#1161-1273
We don't seem to have histograms for that.
Comment 1•8 years ago
|
||
We may also wish to include TELEMETRY_* histograms (send failures, successful send sizes, perf timings, etc)
| Reporter | ||
Comment 2•8 years ago
|
||
(In reply to Chris H-C :chutten from comment #1)
> We may also wish to include TELEMETRY_* histograms (send failures,
> successful send sizes, perf timings, etc)
We're not loading our Telemetry*.jsm files in GeckoView, so they *shouldn't* get set. As far as I know, the GV API isn't using these histograms (they are responsible for packing pings and sending them out in Java).
| Reporter | ||
Comment 3•8 years ago
|
||
Hey Sebastian,
do you know if the API assembling pings for GeckoView is populating any TELEMETRY_SEND_* histogram?
Blocks: 1452550
Flags: needinfo?(s.kaspari)
| Reporter | ||
Comment 4•8 years ago
|
||
We went for whitelisting all the probes in bug 1462389, so this bug is no longer relevant. Closing this as wontfix.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(s.kaspari)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•