diff options
author | sclittle <sclittle@chromium.org> | 2015-05-15 11:06:36 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-15 18:07:07 +0000 |
commit | 8959c37c86bc8081e1a7cc353f3b90ae5155acbf (patch) | |
tree | 12851e8bc9bf807df4f7c46ed39497e1b08fbed4 /tools | |
parent | 246205e6541383ed6bc431e5f1fdcde8db9e2811 (diff) | |
download | chromium_src-8959c37c86bc8081e1a7cc353f3b90ae5155acbf.zip chromium_src-8959c37c86bc8081e1a7cc353f3b90ae5155acbf.tar.gz chromium_src-8959c37c86bc8081e1a7cc353f3b90ae5155acbf.tar.bz2 |
Record UMA when googlezip proxies are removed from the proxy config.
This change records UMA about how often *.googlezip.net proxies are
found and removed from the effective proxy configuration.
This will allow us to recognize when the temporary fix to remove those
proxies from the proxy config is no longer necessary, and can be safely
deleted.
BUG=488208
Review URL: https://codereview.chromium.org/1145513004
Cr-Commit-Position: refs/heads/master@{#330131}
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 82de398..1852d3a 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -20223,6 +20223,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. </summary> </histogram> +<histogram name="Net.PrefProxyConfig.GooglezipProxyRemovalCount"> + <owner>sclittle@chromium.org</owner> + <summary> + Records how many *.googlezip.net Data Reduction Proxies were removed from + the effective proxy configuration when a proxy reconfiguration occurs. + </summary> +</histogram> + <histogram name="Net.Priority_High_Latency" units="milliseconds"> <obsolete> Replaced by Net.Priority_High_Latency_b. |