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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 417253002: UMA for data reduction proxy probe net errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 717ca5d79b8bf96a1be5a04a2709221968515d69..bf2209b321f6e1887781e18741f78b0d556fb258 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3169,6 +3169,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="DataReductionProxy.ProbeURLNetError" enum="NetErrorCodes">
+ <owner>bengr@chromium.org</owner>
+ <owner>megjablon@chromium.org</owner>
+ <summary>
+ Reports the type of network error when the data reduction proxy probe fails
+ due to a network error.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.PromoAction"
enum="DataReductionProxyPromoAction">
<owner>bengr@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698