Investigate why some users send multiple pings with same start and end time in a row
Categories
(Data Platform and Tools :: Glean: SDK, defect, P3)
Tracking
(Not tracked)
People
(Reporter: brizental, Unassigned)
References
Details
(Whiteboard: [telemetry:glean-rs:backlog])
This came up while I was working on Bug 1599999. Looking more closely at the users data, I noticed that many users have more than one metrics pings recorded a day and these pings usually have same start_time and end_time.
The query that made me notice it, was this one (it just gets all metrics pings for a given user id).
Updated•5 years ago
|
Reporter | ||
Comment 1•4 years ago
•
|
||
Something seems to have fixed this as can be verified by this query, the number of pings with same start and end dates lowered significantly around January/2020.
[:mdroettboom] would you mind verifying that my query is correct before I close this as INVALID?
[EDIT] I am looking at this query again and seems like, around October/2019 more than 80% of metrics pings had this issue? That is weird.
Comment 2•4 years ago
|
||
Query looks fine to me. Let's close as invalid. Thanks for fixing bugs by accident ;)
Updated•4 years ago
|
Description
•