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

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

Issue 577343002: Adds UMA to measure when the data reduction proxy via header is missing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index a7aaf18c8969f7ea0dc741c4b83a046932e51f08..6ee45a6787dde19f29855da540170d91db125e28 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3557,6 +3557,50 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="DataReductionProxy.MissingViaHeader4xxResponseBytes"
+ units="bytes">
+ <owner>bengr@chromium.org</owner>
+ <owner>sclittle@chromium.org</owner>
+ <summary>
+ Counts the response bytes of responses with 4xx response codes that Chrome
+ expected to come through a data reduction proxy, but the response did not
+ have the data reduction proxy via header. Note that this does not include
+ responses that were bypassed or responses that trigger bypasses.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.MissingViaHeaderOtherResponseBytes"
+ units="bytes">
+ <owner>bengr@chromium.org</owner>
+ <owner>sclittle@chromium.org</owner>
+ <summary>
+ Counts the response bytes of responses with non-4xx response codes that
+ Chrome expected to come through a data reduction proxy, but the response did
+ not have the data reduction proxy via header. Note that this does not
+ include responses that were bypassed or responses that trigger bypasses.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.MissingViaHeaderResponseCodeFallback">
+ <owner>bengr@chromium.org</owner>
+ <owner>sclittle@chromium.org</owner>
+ <summary>
+ Counts the different HTTP response codes of responses that Chrome expected
+ to come through the fallback data reduction proxy, but where the response
+ did not have the data reduction proxy via header.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.MissingViaHeaderResponseCodePrimary">
+ <owner>bengr@chromium.org</owner>
+ <owner>sclittle@chromium.org</owner>
+ <summary>
+ Counts the different HTTP response codes of responses that Chrome expected
+ to come through the primary data reduction proxy, but where the response did
+ not have the data reduction proxy via header.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.NetworkChangeEvents"
enum="DataReductionProxyNetworkChangeEvent">
<owner>bengr@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698