Closed
Bug 1702263
Opened 5 years ago
Closed 5 years ago
`glean_parser` forbids labeled metrics having more than sixteen pre-defined labels
Categories
(Data Platform and Tools :: Glean: SDK, defect, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chutten, Assigned: chutten)
References
Details
(Whiteboard: [telemetry:glean-rs:m?])
Attachments
(2 files)
According to the docs we should only limit the number of labels to 16 if they are specified dynamically.
But glean_parser has this line in the schema, which prevents this, giving an error like <list of labels> is not valid under any of the given schemas. <list of labels> is too long <list of labels> is not of type 'null'
| Assignee | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•