Closed Bug 1668312 Opened 5 years ago Closed 5 years ago

Add a fix for the pending pings directories queries

Categories

(Data Platform and Tools :: Glean: SDK, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: brizental, Assigned: brizental)

Details

These queries will soon broken due to the bug I fixed in: https://github.com/mozilla/glean/pull/1236

tl;dr; We are recording the directory size in the incorrect memory unit and that is what the PR fixes, soon the correct data will start flowing in that will inevitably break the queries.

Assignee: nobody → brizental
Priority: P3 → P1
Whiteboard: [telemetry:glean-rs:m?]

I have added a fix, it's a bit involved, but it looks correct from the visualizations.

[:janerik] Would you mind double checking that the fix is correct?

Links to the queries:

I use the same logic for all of them: I separate all the entries from a version before the fix < 32.4.1 and all the entries after >= 32.4.1. Then I apply the correct transformation function to the values of each set and then join them.

I also chaged from scatter plot to box plot. I know that the box plot doesn't necessarily make sense in this case, but it looks similar to the scatter plot and doesn't freeze the browser while doing so. I expect that now that the data from stable is flowing in this would become a bigger issue.

Flags: needinfo?(jrediger)

The logic looks good. Guess we could remove that logic in like 2 or 3 versions (if by then we still monitor it).
Box plot looks fine, still carries enough information to inform us at a glance.

Flags: needinfo?(jrediger)
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED

(In reply to Jan-Erik Rediger [:janerik] from comment #2)

The logic looks good. Guess we could remove that logic in like 2 or 3 versions (if by then we still monitor it).
Box plot looks fine, still carries enough information to inform us at a glance.

I'll add a TODO comment to the query about this :)

You need to log in before you can comment on or make changes to this bug.