Chromium Code Reviews| Index: tools/metrics/rappor/rappor.xml |
| diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4c9d1ed43e4c86209deb02462a799fdb1dde4650 |
| --- /dev/null |
| +++ b/tools/metrics/rappor/rappor.xml |
| @@ -0,0 +1,37 @@ |
| +<!-- |
| +Copyright 2014 The Chromium Authors. All rights reserved. |
| +Use of this source code is governed by a BSD-style license that can be |
| +found in the LICENSE file. |
| +--> |
| + |
| +<!-- |
| +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.
|
| +along with a detailed description for each histogram. |
| + |
| +TODO(holte): Add validation and pretty printing scripts. |
| +--> |
| + |
| +<rappor-configuration> |
| + |
| +<!-- Rappor metric definitions --> |
| + |
| +<rappor-metrics> |
| + |
| +<rappor-metric name="Settings.HomePage2" type="ETLD_PLUS_ONE"> |
| + <owner>holte@chromium.org</owner> |
| + <summary> |
| + The eTLD+1 of the prefs::kHomePage setting. Only recorded if the URL is |
| + valid and prefs::kHomePageIsNewTabPage is false. |
| + </summary> |
| +</rappor-metric> |
| + |
| +<rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> |
| + <owner>rdevlin.cronin@chromium.org</owner> |
| + <summary> |
| + The eTLD+1 of a URL that might be doing ad injection. |
| + </summary> |
| +</rappor-metric> |
| + |
| +</rappor-metrics> |
| + |
| +</rappor-configuration> |