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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « components/offline_pages/offline_page_model_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2015 The Chromium Authors. All rights reserved. 2 Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <rappor-configuration> 7 <rappor-configuration>
8 <!-- 8 <!--
9 This file is used to generate a comprehensive list of Chrome rappor metrics 9 This file is used to generate a comprehensive list of Chrome rappor metrics
10 along with a detailed description for each histogram. See the design doc at 10 along with a detailed description for each histogram. See the design doc at
(...skipping 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 </rappor-metric> 1002 </rappor-metric>
1003 1003
1004 <rappor-metric name="Net.ErrAborted.Slow" type="ETLD_PLUS_ONE"> 1004 <rappor-metric name="Net.ErrAborted.Slow" type="ETLD_PLUS_ONE">
1005 <owner>csharrison@chromium.org</owner> 1005 <owner>csharrison@chromium.org</owner>
1006 <summary> 1006 <summary>
1007 The domain and registry of the URL that leads to a main frame ERR_ABORTED 1007 The domain and registry of the URL that leads to a main frame ERR_ABORTED
1008 error more than 100 ms after the request is created. 1008 error more than 100 ms after the request is created.
1009 </summary> 1009 </summary>
1010 </rappor-metric> 1010 </rappor-metric>
1011 1011
1012 <rappor-metric name="OfflinePages.OfflineVersionWasViewedWhileOffline"
1013 type="LOW_FREQUENCY_UMA_RAPPOR_TYPE">
1014 <owner>dewittj@chromium.org</owner>
1015 <summary>
1016 The domain and registry of the URL that is saved by the offline pages
1017 feature.
1018 </summary>
1019 </rappor-metric>
1020
1021 <rappor-metric name="OfflinePages.PageWasSavedForOffline"
1022 type="UMA_RAPPOR_TYPE">
1023 <owner>dewittj@chromium.org</owner>
1024 <summary>
1025 The domain and registry of the URL that is saved by the offline pages
1026 feature.
1027 </summary>
1028 </rappor-metric>
1029
1012 <rappor-metric name="PageLoad.CoarseTiming.NavigationToFirstContentfulPaint" 1030 <rappor-metric name="PageLoad.CoarseTiming.NavigationToFirstContentfulPaint"
1013 type="UMA_RAPPOR_TYPE"> 1031 type="UMA_RAPPOR_TYPE">
1014 <owner>csharrison@chromium.org</owner> 1032 <owner>csharrison@chromium.org</owner>
1015 <owner>bmcquade@chromium.org</owner> 1033 <owner>bmcquade@chromium.org</owner>
1016 <summary> 1034 <summary>
1017 The eTLD+1 of the website visited, along with a bitfield representing 1035 The eTLD+1 of the website visited, along with a bitfield representing
1018 bucket membership in a coarse histogram of time from navigation start to the 1036 bucket membership in a coarse histogram of time from navigation start to the
1019 time the first real content (text/image) is painted on the screen (See 1037 time the first real content (text/image) is painted on the screen (See
1020 PageLoad.Timing2.NavigationToFirstContentfulPaint). The bucket's name is the 1038 PageLoad.Timing2.NavigationToFirstContentfulPaint). The bucket's name is the
1021 histogram's lower bound. Tracks the same sites that the rest of the 1039 histogram's lower bound. Tracks the same sites that the rest of the
(...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 <flag>Bit 1: IS_REPEAT_VISIT</flag> 1899 <flag>Bit 1: IS_REPEAT_VISIT</flag>
1882 <summary> 1900 <summary>
1883 Bitfield of the state from an SSL warning interstitial. 1901 Bitfield of the state from an SSL warning interstitial.
1884 </summary> 1902 </summary>
1885 </flags-field> 1903 </flags-field>
1886 </rappor-metric> 1904 </rappor-metric>
1887 1905
1888 </rappor-metrics> 1906 </rappor-metrics>
1889 1907
1890 </rappor-configuration> 1908 </rappor-configuration>
OLDNEW
« 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