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

Issue 417253002: UMA for data reduction proxy probe net errors (Closed)

Created:
6 years, 5 months ago by bengr
Modified:
6 years, 5 months ago
CC:
chromium-reviews, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

UMA for data reduction proxy probe net errors Added UMA to report the type of net error that occurred when the data reduction proxy probe failed due to a network error. Note the probe can also fail due to the response being modified, which this UMA does not track. BUG=397256 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285711

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -4 lines) Patch
M components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc View 3 chunks +14 lines, -4 lines 2 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
bengr
mmenke: data_reduction_proxy_settings.cc asvitkine: histograms.xml
6 years, 5 months ago (2014-07-25 17:57:18 UTC) #1
Alexei Svitkine (slow)
lgtm
6 years, 5 months ago (2014-07-25 18:03:31 UTC) #2
mmenke
LGTM, with this change. https://codereview.chromium.org/417253002/diff/1/components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc File components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc (right): https://codereview.chromium.org/417253002/diff/1/components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc#newcode250 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc:250: kUMAProxyProbeURLNetError, std::abs(status.error())); UMA_HISTOGRAM_CUSTOM_ENUMERATION(kUMAProxyProbeURLNetError, std::abs(status.error()), net::GetAllErrorCodesForUma());
6 years, 5 months ago (2014-07-25 18:27:00 UTC) #3
Alexei Svitkine (slow)
https://codereview.chromium.org/417253002/diff/1/components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc File components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc (right): https://codereview.chromium.org/417253002/diff/1/components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc#newcode250 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc:250: kUMAProxyProbeURLNetError, std::abs(status.error())); On 2014/07/25 18:27:00, mmenke wrote: > UMA_HISTOGRAM_CUSTOM_ENUMERATION(kUMAProxyProbeURLNetError, ...
6 years, 5 months ago (2014-07-25 18:28:21 UTC) #4
mmenke
On 2014/07/25 18:28:21, Alexei Svitkine wrote: > https://codereview.chromium.org/417253002/diff/1/components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc > File components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc > (right): > > ...
6 years, 5 months ago (2014-07-25 18:28:50 UTC) #5
bengr
The CQ bit was checked by bengr@chromium.org
6 years, 5 months ago (2014-07-25 19:03:26 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bengr@chromium.org/417253002/1
6 years, 5 months ago (2014-07-25 19:05:07 UTC) #7
commit-bot: I haz the power
6 years, 5 months ago (2014-07-25 22:26:17 UTC) #8
Message was sent while issue was closed.
Change committed as 285711

Powered by Google App Engine
This is Rietveld 408576698