Closed
Bug 1419116
Opened 8 years ago
Closed 7 years ago
Reassemble heka-formatted records into a single submission structure via moztelemetry
Categories
(Data Platform and Tools :: General, enhancement, P1)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: amiyaguchi, Assigned: amiyaguchi)
References
Details
Attachments
(1 file)
The data warehouse loader will extract a subset of fields from the main ping payload in order to improve performance of deeply nested fields. This behavior causes pings with the same payload to be accessed in different ways e.g. main vs first-shutdown ping.
The Dataset API should optionally reconstruct the ping so that it logically looks like the original nested submission. This is similar to the python_moztelemetry message parser behavior.
https://github.com/mozilla/python_moztelemetry/blob/master/moztelemetry/heka/message_parser.py#L18
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → amiyaguchi
Priority: -- → P3
| Assignee | ||
Updated•8 years ago
|
Points: --- → 2
Priority: P3 → P1
| Assignee | ||
Comment 1•8 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Component: Telemetry APIs for Analysis → General
You need to log in
before you can comment on or make changes to this bug.
Description
•