New issue
Advanced search Search tips

Issue 645679 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

[Offline Pages] Add UMA for dropped SavePageRequests from Background Loader

Project Member Reported by dougarnett@chromium.org, Sep 9 2016

Issue description

For M54 we have some UMA for number of attempts so that may give us some idea of requests that are dropped after 4 attempts but won't be able to differentiate from requests that finally succeeded on their 4th attempt.

Be good to have UMA for these dropped request cases:
  - too many completed attempts (failures)
  - too many started attempts - where prerender calls back
  - too many started attempts - garbage collected by Picker (may be crash loop or process kill loop)
  - expired requests

But perhaps any Remove cause should be included as well - eg, user-requested Removes.

 

Comment 1 by chili@chromium.org, Jan 25 2017

Labels: Hotlist-Fixit
We have this UMA now:

Too many completed attempts: 
OfflinePages.Background.FinalSavePageResult.download

Too many started attempts
OfflinePages.Background.RequestFailure.StartedAttemptCount and
OfflinePages.Background.FinalSavePageResult.download

Expired requests:
OfflinePages.Background.FinalSavePageResult.download - Expired

User requested removes:  Removed status from FinalSavePageResult.
Status: Fixed (was: Assigned)

Sign in to add a comment