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

Side by Side Diff: tools/metrics/rappor/rappor.xml

Issue 2096073002: Record how often we end up in Chrome from external navigations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update description Created 4 years, 5 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
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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 <parameters num-cohorts="128" bytes="4" hash-functions="2" fake-prob="0.5" 130 <parameters num-cohorts="128" bytes="4" hash-functions="2" fake-prob="0.5"
131 fake-one-prob="0.5" one-coin-prob="0.75" zero-coin-prob="0.25" 131 fake-one-prob="0.5" one-coin-prob="0.75" zero-coin-prob="0.25"
132 reporting-level="FINE" noise-level="NORMAL_NOISE"/> 132 reporting-level="FINE" noise-level="NORMAL_NOISE"/>
133 </rappor-parameters> 133 </rappor-parameters>
134 134
135 </rappor-parameter-types> 135 </rappor-parameter-types>
136 136
137 <rappor-metrics> 137 <rappor-metrics>
138 <!-- Rappor metric definitions --> 138 <!-- Rappor metric definitions -->
139 139
140 <rappor-metric name="Android.ExternalNavigationNotChosen"
Ilya Sherman 2016/06/28 21:50:55 I wonder whether the "Android" prefix is really ne
Maria 2016/06/28 23:00:26 The reason I am using Android is that what the his
Ilya Sherman 2016/06/29 20:21:15 Hmm, I guess it's okay if the name is parallel to
141 type="UMA_RAPPOR_TYPE">
Maria 2016/06/28 21:35:35 @isherman, is this the right type to use here?
Ilya Sherman 2016/06/28 21:50:55 I think so, yes. Steve can double-check me on tha
142 <owner>mariakhomenko@chromium.org</owner>
143 <summary>
144 The package name of an application that was given as an alternative choice
145 to handling a URL in Chrome, but wasn't chosen.
146 </summary>
147 </rappor-metric>
148
149 <rappor-metric name="Android.ExternalNavigationOption" type="UMA_RAPPOR_TYPE">
150 <owner>mariakhomenko@chromium.org</owner>
151 <summary>
152 The package name of an application that was given as an alternative choice
153 to handling a URL in Chrome.
154 </summary>
155 </rappor-metric>
156
140 <rappor-metric name="AppBanner.NativeApp.Dismissed" type="ETLD_PLUS_ONE"> 157 <rappor-metric name="AppBanner.NativeApp.Dismissed" type="ETLD_PLUS_ONE">
141 <owner>dfalcantara@chromium.org</owner> 158 <owner>dfalcantara@chromium.org</owner>
142 <summary> 159 <summary>
143 The eTLD+1 of a URL that displayed a native app banner, which was explicitly 160 The eTLD+1 of a URL that displayed a native app banner, which was explicitly
144 dismissed by the user. 161 dismissed by the user.
145 </summary> 162 </summary>
146 </rappor-metric> 163 </rappor-metric>
147 164
148 <rappor-metric name="AppBanner.NativeApp.Installed" type="ETLD_PLUS_ONE"> 165 <rappor-metric name="AppBanner.NativeApp.Installed" type="ETLD_PLUS_ONE">
149 <owner>dfalcantara@chromium.org</owner> 166 <owner>dfalcantara@chromium.org</owner>
(...skipping 1785 matching lines...) Expand 10 before | Expand all | Expand 10 after
1935 <flag>Bit 1: IS_REPEAT_VISIT</flag> 1952 <flag>Bit 1: IS_REPEAT_VISIT</flag>
1936 <summary> 1953 <summary>
1937 Bitfield of the state from an SSL warning interstitial. 1954 Bitfield of the state from an SSL warning interstitial.
1938 </summary> 1955 </summary>
1939 </flags-field> 1956 </flags-field>
1940 </rappor-metric> 1957 </rappor-metric>
1941 1958
1942 </rappor-metrics> 1959 </rappor-metrics>
1943 1960
1944 </rappor-configuration> 1961 </rappor-configuration>
OLDNEW
« tools/metrics/actions/actions.xml ('K') | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698