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

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

Issue 438443003: Adding clearer description for DataReductionProxy.BypassedBytes.NotBypasssed histogram as to avoid … (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
« no previous file with comments | « no previous file | 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 616575b9a4928fb3547dbff0d01ad8e8f92fb8b8..58aff7edc9b39d51e9f1782a85558e65af75a538 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3135,6 +3135,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="DataReductionProxy.BypassedBytes.NotBypassed" units="bytes">
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Counts the response bytes that went through the data reduction proxy and
+ were not bypassed.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.BypassInfoFallback"
enum="DataReductionProxyBypassEventType_Deprecated">
<obsolete>
@@ -49415,7 +49423,6 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram_suffixes>
<histogram_suffixes name="DataReductionProxyBypassedBytes" separator=".">
- <suffix name="NotBypassed" label="Not bypassed"/>
<suffix name="SSL" label="Bypass due to SSL"/>
<suffix name="LocalBypassRules"
label="Bypass due to client-side bypass rules"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698