OLD | NEW |
---|---|
(Empty) | |
1 <!-- | |
2 Copyright 2014 The Chromium Authors. All rights reserved. | |
3 Use of this source code is governed by a BSD-style license that can be | |
4 found in the LICENSE file. | |
5 --> | |
6 | |
7 <!-- | |
8 This file is used to generate a comprehensive list of Chrome rappor metrics | |
Alexei Svitkine (slow)
2014/06/05 21:18:59
Point to the chromium.org design doc for rappor?
Steven Holte
2014/06/05 21:34:34
Done.
| |
9 along with a detailed description for each histogram. | |
10 | |
11 TODO(holte): Add validation and pretty printing scripts. | |
12 --> | |
13 | |
14 <rappor-configuration> | |
15 | |
16 <!-- Rappor metric definitions --> | |
17 | |
18 <rappor-metrics> | |
19 | |
20 <rappor-metric name="Settings.HomePage2" type="ETLD_PLUS_ONE"> | |
21 <owner>holte@chromium.org</owner> | |
22 <summary> | |
23 The eTLD+1 of the prefs::kHomePage setting. Only recorded if the URL is | |
24 valid and prefs::kHomePageIsNewTabPage is false. | |
25 </summary> | |
26 </rappor-metric> | |
27 | |
28 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> | |
29 <owner>rdevlin.cronin@chromium.org</owner> | |
30 <summary> | |
31 The eTLD+1 of a URL that might be doing ad injection. | |
32 </summary> | |
33 </rappor-metric> | |
34 | |
35 </rappor-metrics> | |
36 | |
37 </rappor-configuration> | |
OLD | NEW |