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

Unified Diff: tools/metrics/rappor/rappor.xml

Issue 1283243002: Add UMA and Rappor metrics to capture URLs passed in at startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 0c9da723d43f665146eb84ea08550d9a15e6f085..fa97eb0df4743bc6db96f7f566b5c90f4c9cb8fc 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -31,7 +31,7 @@ components/rappor/rappor_service.cc.
<rappor-parameters name="ETLD_PLUS_ONE">
<summary>
Deprecated parameters for collecting the domain and registry of a URL from
- UMA opt-in users.
+ UMA opt-in users. Should use UMA_RAPPOR_TYPE instead.
</summary>
<parameters num-cohorts="128" bytes="16" hash-functions="2" fake-prob="0.5"
fake-one-prob="0.5" one-coin-prob="0.75" zero-coin-prob="0.25"
@@ -545,6 +545,13 @@ components/rappor/rappor_service.cc.
</summary>
</rappor-metric>
+<rappor-metric name="Startup.BrowserLaunchURL" type="UMA_RAPPOR_TYPE">
+ <owner>rkaplow@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL that was passed in to be launched at Chrome startup.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="WebComponents.DocumentRegisterElement"
type="ETLD_PLUS_ONE">
<owner>kojii@chromium.org</owner>
« tools/metrics/histograms/histograms.xml ('K') | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698