Closed
Bug 1344259
Opened 8 years ago
Closed 7 years ago
Add support for content & addon events to Events dataset
Categories
(Data Platform and Tools :: General, enhancement, P1)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
Attachments
(1 file)
Once https://bugzilla.mozilla.org/show_bug.cgi?id=1313326 lands we'll need to make sure we can pull these content events out of payload/processes/*/events and add them to the events view
Updated•8 years ago
|
Component: Metrics: Pipeline → Datasets: Events
Product: Cloud Services → Data Platform and Tools
Updated•8 years ago
|
Summary: Add support for content events to Events dataset → Add support for content & addon events to Events dataset
Comment 1•7 years ago
|
||
This bug now affects lockbox as we are currently sending events via an add-on that land in payload.processes.dynamic.events. the scala code that generates the main_summary dataset (MainSummaryView.scala), and thus the events dataset, only looks in payload.processes.parent.events, and so misses our data.
For the immediate future I should be able to pull the data via ATMO, but for the rest of the team to access the data via re:dash we will need this resolved.
thanks!
Comment 2•7 years ago
|
||
Mark, can you take a look to fit this in in the next weeks?
Flags: needinfo?(mreid)
Comment 3•7 years ago
|
||
Sunah is gonna take a look this week.
Assignee: nobody → ssuh
Flags: needinfo?(mreid)
Priority: P2 → P1
Comment 4•7 years ago
|
||
PR merged -- Leif, do you want to do the verification tomorrow after Main Summary runs and lands or would you like me to take care of it?
Flags: needinfo?(loines)
Comment 6•7 years ago
|
||
Hi Sunah, I'm technically off tomorrow, but I will find time to check it (probably in the late afternoon or evening pdt). if you have a spare moment to run a quick check in the afternoon that will be helpful. And thanks again for putting the time in for this - it will be a big help to us.
Flags: needinfo?(loines)
Checked in both main_summary and the events table and we're seeing lockbox events from the dynamic process:
Row(events=[Row(timestamp=362, category=u'lockboxv0', method=u'startup', object=u'webextension', string_value=None, map_values={u'telemetry_process': u'dynamic'})
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Comment 8•7 years ago
|
||
Just double checked myself and everything looks good to me. Thanks again for your help Sunah
Updated•2 years ago
|
Component: Datasets: Events → General
You need to log in
before you can comment on or make changes to this bug.
Description
•