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

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

Issue 2301703002: [Offline Pages] Adds UMA for number of started attempts and for network connection when Unsupported… (Closed)
Patch Set: Adjusted count histogram max arg Created 4 years, 3 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/background/request_notifier.h ('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 f2cb20dd6882594a760be294a7a7e874f5009784..67ec83d2a7b62161dc90e8c872f3a06ddbd2ea5f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37592,6 +37592,32 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="OfflinePages.Background.RequestFailure.StartedAttemptCount">
+ <owner>dougarnett@chromium.org</owner>
+ <summary>
+ Number of started attempts by failed background load requests.
+ </summary>
+</histogram>
+
+<histogram name="OfflinePages.Background.RequestSuccess.StartedAttemptCount">
+ <owner>dougarnett@chromium.org</owner>
+ <summary>
+ Number of started attempts by successful background load requests.
+ </summary>
+</histogram>
+
+<histogram name="OfflinePages.Background.UnsupportedScheme.ConnectionType"
+ enum="NetworkConnectionType">
+ <owner>dougarnett@chromium.org</owner>
+ <summary>
+ Connection type when prerenderer reports Unsupported Scheme error.
+
+ To give insight about Unsupported Scheme errors that may be due to lost
+ network connection (as data URL used for rendering an error page will
+ manifest as an Unsupported Scheme error by the prerenderer).
+ </summary>
+</histogram>
+
<histogram name="OfflinePages.BatchDelete.Count">
<owner>jianli@chromium.org</owner>
<summary>Number of offline pages that are deleted in a batch.</summary>
« no previous file with comments | « components/offline_pages/background/request_notifier.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698