mozilla / debug-ping-view

Glean Debug Ping Viewer
Mozilla Public License 2.0
4 stars 2 forks source link

Update event stream to first check for `glean_timestamp` in event extras #174

Closed rosahbruno closed 1 month ago

rosahbruno commented 4 months ago

Currently the debug viewer uses the ping start-time plus the offset of the event timestamp to determine the placement of the event in the event stream. Now that we are using wallclock timestamps included in the event extras, we should default to use these first if they exist. If they don't, then we can fallback to the previous method for creating the timestamp.