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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2439303002: Record UMA on number of days since data reduction proxy is enabled. (Closed)
Patch Set: fix compile error Created 4 years, 1 month 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/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc ('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 f88bbca1cdc651b8c4c1dc305195f6e397ead7fc..8c605e2fc3e7f7a2d039012df9436c65b4a00cbb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8379,6 +8379,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DataReductionProxy.DaysSinceEnabled" units="days">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Records the number of days since data reduction proxy was last enabled by
+ the user. Recorded only if the data reduction proxy was last enabled since
+ this metric was added to Chromium (M-56). Recorded at Chrome startup if data
+ reduction proxy is already enabled, and when the user enables the data
+ reduction proxy.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.EnabledState"
enum="DataReductionProxyEnabledState">
<owner>bengr@chromium.org</owner>
« no previous file with comments | « components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698