summaryrefslogtreecommitdiffstats
path: root/tools/metrics/rappor
diff options
context:
space:
mode:
authornparker <nparker@chromium.org>2015-02-04 10:47:31 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-04 18:49:27 +0000
commit07334abebc0cb4ff38c8a95aff30215dd7202ab8 (patch)
tree975d2e9bce72a7a80c9791a6db56b0e7b552f298 /tools/metrics/rappor
parent6f171acafbe8b796db44691e1bafecb2319f4e01 (diff)
downloadchromium_src-07334abebc0cb4ff38c8a95aff30215dd7202ab8.zip
chromium_src-07334abebc0cb4ff38c8a95aff30215dd7202ab8.tar.gz
chromium_src-07334abebc0cb4ff38c8a95aff30215dd7202ab8.tar.bz2
Add Rappor metrics for Safe Browsing and SSL interstitials. This reports the eTLD+1 of URL. Later we'll add click-through and history state.
BUG=451646 Review URL: https://codereview.chromium.org/872813003 Cr-Commit-Position: refs/heads/master@{#314596}
Diffstat (limited to 'tools/metrics/rappor')
-rw-r--r--tools/metrics/rappor/rappor.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 7fbe8ba..2f7cac2 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -140,6 +140,38 @@ components/rappor/rappor_service.cc.
</summary>
</rappor-metric>
+<rappor-metric name="interstitial.malware.domain" type="COARSE_RAPPOR_TYPE">
+ <owner>nparker@chromium.org</owner>
+ <summary>
+ The domain+registry of a URL that triggered a safe-browsing malware
+ interstitial.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="interstitial.phishing.domain" type="COARSE_RAPPOR_TYPE">
+ <owner>nparker@chromium.org</owner>
+ <summary>
+ The domain+registry of a URL that triggered a safe-browsing phishing
+ interstitial.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE">
+ <owner>nparker@chromium.org</owner>
+ <summary>
+ The domain+registry of a URL that triggered a safe-browsing UWS
+ interstitial.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="interstitial.ssl.domain" type="COARSE_RAPPOR_TYPE">
+ <owner>nparker@chromium.org</owner>
+ <summary>
+ The domain+registry of a URL that triggered an SSL interstitial.
+ Domains for bad-clock warnings are not reported.
+ </summary>
+</rappor-metric>
+
</rappor-metrics>
</rappor-configuration>