Bug 1630705 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I recently [updated the dashboard](https://telemetry.mozilla.org/update-orphaning/), 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.
# Wish list
I'll see how many of these I can roll into one, and then get a PR open.

1. 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.

2. Explore date logic:

I recently [updated the dashboard](https://telemetry.mozilla.org/update-orphaning/), 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.

3. Add link to where FE code lives.

Back to Bug 1630705 Comment 0