mozilla / glam

Mozilla's primary interactive dashboard for examining the distribution of telemetry values.
https://glam.telemetry.mozilla.org
Mozilla Public License 2.0
20 stars 23 forks source link

Fenix Nightly Metrics are out of date since April #2843

Closed edugfilho closed 3 weeks ago

edugfilho commented 3 weeks ago

Still investigating, but looks like an issue with determining the latest_version of nightly. We've been assuming Fenix follows the same versioning as FoG, but maybe it is no longer the case for Nightly. Release and Beta look fine.

edugfilho commented 3 weeks ago

This app_version column on GLAM's daily tables is not something that comes from telemetry, it is the result of a mapping from app_build to app_version done in geckoview_version_v1, where Fenix versions are estimated based on their build ids.

There's probably something wrong with the way geckoview_version_v1 estimates the version. Maybe something that changed recently... If so, there's a chance this is also affecting beta and release.

edugfilho commented 3 weeks ago

geckoview_version_v1 says Fenix version has been 124 since Jan 24. It uses the metric metrics.string.geckoview_version for the estimate, but that metric has been migrated to metrics.string.gecko_version, which correctly reports 128 as the most recent version. Release and Beta don't seem affected since fenix nightly ETL is the only one that relies on geckoview_version_v1 for determining app_version.

Next steps:

edugfilho commented 3 weeks ago

This has been fixed and the data is now available