Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2840083002: Add UMA for network type at request start (Closed)
Patch Set: Rebase to remove superflous change in prerendering_offliner Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « components/offline_pages/core/background/request_coordinator_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f8590d486b3abcb383de29989a2ea4fac121cc2d..1a11a972d754d8e9f430de83b472df04145af810 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44458,6 +44458,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="OfflinePages.Background.EffectiveConnectionType.OffliningStartType"
+ enum="NQEEffectiveConnectionType">
+ <owner>petewil@chromium.org</owner>
+ <summary>
+ Effective connection type at the start of an offlining attempt for an
+ attempt that eventually failed.
+
+ This metric is recorded for RequestCoordinator::SavePageLater API calls.
+ </summary>
+</histogram>
+
<histogram name="OfflinePages.Background.EffectiveConnectionType.PauseRequests"
enum="NQEEffectiveConnectionType">
<owner>dougarnett@chromium.org</owner>
@@ -124261,6 +124273,8 @@ from previous Chrome versions.
<suffix name="download" label="Offline downloaded pages"/>
<suffix name="ntp_suggestions" label="Offline ntp suggestions"/>
<affected-histogram
+ name="OfflinePages.Background.EffectiveConnectionType.OffliningStartType"/>
+ <affected-histogram
name="OfflinePages.Background.EffectiveConnectionType.SavePageLater"/>
<affected-histogram name="OfflinePages.Background.FinalSavePageResult"/>
<affected-histogram name="OfflinePages.Background.OfflinerRequestStatus"/>
« no previous file with comments | « components/offline_pages/core/background/request_coordinator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698