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

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

Issue 1017183002: Add rappor metrics for messages received (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@raport
Patch Set: Created 5 years, 9 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 | « chrome/browser/push_messaging/push_messaging_service_impl.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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 <rappor-metric name="Plugins.SilverlightOriginUrl" type="ETLD_PLUS_ONE"> 251 <rappor-metric name="Plugins.SilverlightOriginUrl" type="ETLD_PLUS_ONE">
252 <owner>wfh@chromium.org</owner> 252 <owner>wfh@chromium.org</owner>
253 <summary> 253 <summary>
254 The domain and registry of the top level URL of a page which attempts to 254 The domain and registry of the top level URL of a page which attempts to
255 launch a Silverlight NPAPI plugin, if the client has Silverlight installed 255 launch a Silverlight NPAPI plugin, if the client has Silverlight installed
256 and enabled. Recorded when the plugin frame appears for each Silverlight 256 and enabled. Recorded when the plugin frame appears for each Silverlight
257 object found on the page, even if the plugin is click-to-play. 257 object found on the page, even if the plugin is click-to-play.
258 </summary> 258 </summary>
259 </rappor-metric> 259 </rappor-metric>
260 260
261 <rappor-metric name="PushMessaging.MessageReceived.Origin" type="ETLD_PLUS_ONE">
262 <owner>miguelg@chromium.org</owner>
263 <summary>
264 Push Messages received per Origin.
265 </summary>
266 </rappor-metric>
267
261 <rappor-metric name="Search.DefaultSearchProvider" type="ETLD_PLUS_ONE"> 268 <rappor-metric name="Search.DefaultSearchProvider" type="ETLD_PLUS_ONE">
262 <owner>holte@chromium.org</owner> 269 <owner>holte@chromium.org</owner>
263 <summary> 270 <summary>
264 The domain and registry of the URL for the default search engine. 271 The domain and registry of the URL for the default search engine.
265 Recorded when a profile is opened or after a profile reset. 272 Recorded when a profile is opened or after a profile reset.
266 </summary> 273 </summary>
267 </rappor-metric> 274 </rappor-metric>
268 275
269 <rappor-metric name="ServiceWorker.ControlledPageUrl" type="ETLD_PLUS_ONE"> 276 <rappor-metric name="ServiceWorker.ControlledPageUrl" type="ETLD_PLUS_ONE">
270 <owner>horo@chromium.org</owner> 277 <owner>horo@chromium.org</owner>
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 <owner>nparker@chromium.org</owner> 334 <owner>nparker@chromium.org</owner>
328 <summary> 335 <summary>
329 The domain+registry of a URL that triggered an SSL interstitial. Domains 336 The domain+registry of a URL that triggered an SSL interstitial. Domains
330 for bad-clock warnings are not reported. 337 for bad-clock warnings are not reported.
331 </summary> 338 </summary>
332 </rappor-metric> 339 </rappor-metric>
333 340
334 </rappor-metrics> 341 </rappor-metrics>
335 342
336 </rappor-configuration> 343 </rappor-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/push_messaging/push_messaging_service_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698