Continued updates for update orphaning dashboard.
Categories
(Toolkit :: Application Update, task, P2)
Tracking
()
People
(Reporter: rachel, Assigned: rachel)
References
()
Details
Wish list
I'll see how many of these I can roll into one, and then get a PR open.
-
Add a separate page/tab for looking at trends over time. This should not be default as it's going to load a lot more data than the default page. I'm also going to meet with Arkadiusz before starting this, to make sure we can't get this data instead into re:dash where it won't require custom charting js.
-
Explore date logic:
I recently updated the dashboard, but am noting an issue:
Assuming this runs every Monday at 2:00 UTC, then we should have gotten 75 back as reportDetails.latestVersion
- it looks like we're getting back 74
. The page is also requesting this file https://analysis-output.telemetry.mozilla.org/app-update/data/out-of-date/20200412.json
...which may be part of the problem. It doesn't look like we have a report for the 13th (or at least the request 404s).
I'd expected this number to jump to 75 this week after running the report on Monday, April 13th since FF75 went live last Tuesday the 7th.
I'm going to guess we need to tweak the ETL logic here vs the front-end of the dash. TBD.
- Add link to where FE code lives.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Closing this one for the time being as won't fix. It looks like we are now able to do some of this stuff in BigQuery - I'm going to shift efforts over there.
Description
•