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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2180373003: Adding reporting of metrics sampling rate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments Created 4 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:
Download patch
« no previous file with comments | « components/variations/variations_associated_data.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index ffbcd4f2406d7be5eb71d70e82f0147f8fd53e53..20afb1d55ae5e5d1543dd753c41c5bb26f4de580 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -60672,6 +60672,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="UMA.SamplingRatePerMille" units="samples permille">
+ <owner>jwd@chromium.org</owner>
+ <summary>
+ Sample rate applied to this client, expressed as number of clients per 1000
+ that are in the sample. Recorded on every log upload.
+ </summary>
+</histogram>
+
<histogram name="UMA.StoreLogsTime" units="ms">
<obsolete>
Deprecated as of August 2015. The histograms showed no unexpected slowness,
« no previous file with comments | « components/variations/variations_associated_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698