Ensure Gecko metrics marked for geckoview_streaming are actually supported
Categories
(Toolkit :: Telemetry, enhancement, P1)
Tracking
()
People
(Reporter: chutten, Assigned: chutten)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
At present we support linear
, exponential
, and categorical
histograms in GV Streaming, but not boolean
or enumerated
or count
. We also don't support Event Telemetry.
We should error out of parsing if we encounter probes of unsupported types.
Assignee | ||
Comment 1•5 years ago
|
||
Alessio, do you think we should error out on keyed types? We "support" them, but the keys are ignored.
Assignee | ||
Comment 2•5 years ago
|
||
At present we support uint, bool, and string Scalars and linear,
exponential, and categorical Histograms. We do not support boolean,
enumerated, or count Histograms, or Events of any type.
Comment 3•5 years ago
|
||
(In reply to Chris H-C :chutten from comment #1)
Alessio, do you think we should error out on keyed types? We "support" them, but the keys are ignored.
Yes, let's error out. I think otherwise users might assume data was collected as they expected :(
Comment 5•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Description
•