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

Issue 523153002: Add a histogram to log the size of an UMA upload. (Closed)

Created:
6 years, 3 months ago by Alexei Svitkine (slow)
Modified:
6 years, 3 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add a histogram to log the size of an UMA upload. This is better than the existing pair of histograms UMA.ProtoCompressionRatio and UMA.ProtoGzippedKBSaved which require manual calculation to get at the approx. value. BUG=409179 Committed: https://crrev.com/d80ebf6cfa81d71cc24198e5ec5b62d0c26063dc Cr-Commit-Position: refs/heads/master@{#293011}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rename. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -1 line) Patch
M components/metrics/metrics_service.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Alexei Svitkine (slow)
6 years, 3 months ago (2014-08-29 21:33:35 UTC) #2
Ilya Sherman
https://codereview.chromium.org/523153002/diff/1/components/metrics/metrics_service.cc File components/metrics/metrics_service.cc (right): https://codereview.chromium.org/523153002/diff/1/components/metrics/metrics_service.cc#newcode1030 components/metrics/metrics_service.cc:1030: UMA_HISTOGRAM_COUNTS_10000("UMA.LogSize", log_size / 1024); Hmm, why not record this ...
6 years, 3 months ago (2014-08-30 01:23:23 UTC) #3
Alexei Svitkine (slow)
https://codereview.chromium.org/523153002/diff/1/components/metrics/metrics_service.cc File components/metrics/metrics_service.cc (right): https://codereview.chromium.org/523153002/diff/1/components/metrics/metrics_service.cc#newcode1030 components/metrics/metrics_service.cc:1030: UMA_HISTOGRAM_COUNTS_10000("UMA.LogSize", log_size / 1024); On 2014/08/30 01:23:23, Ilya Sherman ...
6 years, 3 months ago (2014-09-02 14:50:37 UTC) #4
Ilya Sherman
Fair enough; LGTM. Thanks, Alexei. https://codereview.chromium.org/523153002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/523153002/diff/1/tools/metrics/histograms/histograms.xml#newcode34587 tools/metrics/histograms/histograms.xml:34587: +<histogram name="UMA.LogSize" units="KB"> Optional ...
6 years, 3 months ago (2014-09-02 20:13:45 UTC) #5
Alexei Svitkine (slow)
https://codereview.chromium.org/523153002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/523153002/diff/1/tools/metrics/histograms/histograms.xml#newcode34587 tools/metrics/histograms/histograms.xml:34587: +<histogram name="UMA.LogSize" units="KB"> On 2014/09/02 20:13:45, Ilya Sherman wrote: ...
6 years, 3 months ago (2014-09-02 21:10:45 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asvitkine@chromium.org/523153002/20001
6 years, 3 months ago (2014-09-02 21:11:49 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 714888b389ed6b20c47217966218ed9c79751eac
6 years, 3 months ago (2014-09-02 22:30:14 UTC) #9
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:21:23 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d80ebf6cfa81d71cc24198e5ec5b62d0c26063dc
Cr-Commit-Position: refs/heads/master@{#293011}

Powered by Google App Engine
This is Rietveld 408576698