Closed
Bug 1683846
Opened 4 years ago
Closed 4 years ago
Decouple metrics recorded format from expected ping payload format
Categories
(Data Platform and Tools Graveyard :: Glean.js, enhancement, P1)
Data Platform and Tools Graveyard
Glean.js
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: brizental, Assigned: brizental)
References
Details
Attachments
(1 file)
Currently in Glean.js the metrics must be stored exactly in the same format as they will be in the ping payload.
That can be problematic if we want to store more metadata than will go in the ping payload. That is also different than what we currently have in the Glean SDK.
This discussion first came up on the Datetime metrics PR. See: https://github.com/mozilla/glean.js/pull/16#discussion_r545777338
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → brizental
Type: defect → enhancement
Priority: P3 → P1
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Whiteboard: [telemetry:glean-rs:m?] → [telemetry:glean-rs:m20]
Assignee | ||
Updated•4 years ago
|
Component: Glean: SDK → Glean.js
Whiteboard: [telemetry:glean-rs:m20]
Assignee | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Data Platform and Tools → Data Platform and Tools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•