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

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

Issue 1976163004: [Offline Pages] Adds Rappor metrics measuring what domains are saved & viewed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no-store
Patch Set: Created 4 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/offline_pages/offline_page_model_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/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 0d3e3225e225207ce1c1409db4208069699ca05e..c653a4d49b2232899aa559c87070ccd8d4af75d2 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -1009,6 +1009,24 @@ components/rappor/rappor_parameters.h.
</summary>
</rappor-metric>
+<rappor-metric name="OfflinePages.OfflineVersionWasViewedWhileOffline"
+ type="LOW_FREQUENCY_UMA_RAPPOR_TYPE">
+ <owner>dewittj@chromium.org</owner>
+ <summary>
+ The domain and registry of the URL that is saved by the offline pages
+ feature.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="OfflinePages.PageWasSavedForOffline"
+ type="UMA_RAPPOR_TYPE">
+ <owner>dewittj@chromium.org</owner>
+ <summary>
+ The domain and registry of the URL that is saved by the offline pages
+ feature.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="PageLoad.CoarseTiming.NavigationToFirstContentfulPaint"
type="UMA_RAPPOR_TYPE">
<owner>csharrison@chromium.org</owner>
« no previous file with comments | « components/offline_pages/offline_page_model_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698