Open
Bug 1186986
Opened 9 years ago
Updated 2 years ago
[meta] Address overly large Telemetry pings on the client-side
Categories
(Toolkit :: Telemetry, defect, P3)
Toolkit
Telemetry
Tracking
()
NEW
People
(Reporter: gfritzsche, Unassigned)
References
(Depends on 2 open bugs, Blocks 1 open bug)
Details
(Keywords: meta, Whiteboard: [measurement:client:project])
We can try to shrink pings if they exceed 1MB.
Among other things we could drop whole sections, e.g.: sql, chromehangs, bhr.
Reporter | ||
Comment 1•9 years ago
|
||
If we are really worried about session chain consistency, we could even consider dropping histograms and other non-core data.
Comment 2•9 years ago
|
||
If we do this, it would be nice to have visibility into what was dropped - we could add a field listing what was removed and the size of the chunk removed.
Comment 3•9 years ago
|
||
sql/chromehangs/bhr are all telemetry-only, right?
I think we should probably be moving all of those into separate pings anyway.
Reporter | ||
Comment 4•9 years ago
|
||
(In reply to Benjamin Smedberg [:bsmedberg] (away until 27-July) from comment #3)
> sql/chromehangs/bhr are all telemetry-only, right?
Yes.
> I think we should probably be moving all of those into separate pings anyway.
Wouldn't we want them correlated with specific sessions or subsessions?
We could still link them via (sub)session ids, but then we'd end up stitching together server-side what could have been submitted together in the first place.
Updated•9 years ago
|
Priority: -- → P3
Whiteboard: [measurement:client]
Updated•9 years ago
|
Points: --- → 2
Priority: P3 → P1
Updated•9 years ago
|
status-firefox43:
--- → affected
status-firefox44:
--- → affected
Reporter | ||
Updated•9 years ago
|
Summary: Consider shrinking Telemetry pings if they exceed 1MB → [meta] Address overly large Telemetry pings on the client-side
Updated•9 years ago
|
Points: 2 → ---
Reporter | ||
Updated•9 years ago
|
Priority: P1 → --
Whiteboard: [measurement:client] → [measurement:client:tracking]
Reporter | ||
Updated•9 years ago
|
Whiteboard: [measurement:client:tracking] → [measurement:client] [measurement:client:project]
Reporter | ||
Updated•9 years ago
|
Whiteboard: [measurement:client] [measurement:client:project] → [measurement:client]
Updated•7 years ago
|
Priority: -- → P3
Whiteboard: [measurement:client] → [measurement:client:project]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•