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

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

Issue 2956703002: Adds Server Previews protocol UMA plus UMA for not accepting previews (Closed)
Patch Set: Added tests for NotAcceptingTransform histogram and fixed unittest hitting new NOTREACHED check Created 3 years, 6 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
« tools/metrics/histograms/enums.xml ('K') | « tools/metrics/histograms/enums.xml ('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 fb56385a4e4d3f615c1a29cf8e392dfd989c72b4..42d0b1e771ecb909316cea9fc7dc94acc7c955e6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10967,6 +10967,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DataReductionProxy.Protocol.AcceptTransform"
+ enum="DataReductionProxyProtocolAcceptTransformEvent">
+ <owner>dougarnett@chromium.org</owner>
+ <summary>
+ Records the sending of accepted transform headers to the data reduction
+ proxy and also receiving transforms and policies from the data reduction
+ proxy. Recorded on a per page request basis and possibly on a per image
+ subresource request basis for empty-image transforms.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.Protocol.NotAcceptingTransform"
+ enum="DataReductionProxyProtocolNotAcceptingTransformReason">
+ <owner>dougarnett@chromium.org</owner>
+ <summary>
+ Records the reason that a page request is not accepting proxy server
+ transforms. Recorded on a per page request basis.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.ProxyPrefMigrationResult"
enum="DataReductionProxyProxyPrefMigrationResult">
<owner>sclittle@chromium.org</owner>
« tools/metrics/histograms/enums.xml ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698