|
|
Chromium Code Reviews
DescriptionAdding compressed bytes to DRP pingback
Compressed bytes represents the network bytes used for the page load.
This is accessible through page load metrics observer interface now.
BUG=678061
Review-Url: https://codereview.chromium.org/2615493002
Cr-Commit-Position: refs/heads/master@{#446169}
Committed: https://chromium.googlesource.com/chromium/src/+/c19a210cab019968afc9e2a93f6c738030574d49
Patch Set 1 #Patch Set 2 : rebase #Patch Set 3 : rebase #Patch Set 4 : rebase #Patch Set 5 : rebase #Patch Set 6 : moving to KB #
Total comments: 4
Patch Set 7 : changing proto to int64 instead of recuding to kb #
Messages
Total messages: 46 (36 generated)
The CQ bit was checked by ryansturm@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by ryansturm@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by ryansturm@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Patchset #3 (id:40001) has been deleted
The CQ bit was checked by ryansturm@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by ryansturm@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Patchset #5 (id:100001) has been deleted
Dry run: Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds...) ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-xcode-...) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...) ios-simulator-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator-xco...)
ryansturm@chromium.org changed reviewers: + bmcquade@chromium.org, tbansal@chromium.org
bmcquade: PTAL @ small D_R_P_MetricsObserver.cc change tbansal: PTAL @ *
The CQ bit was checked by ryansturm@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by ryansturm@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
ryansturm@chromium.org changed reviewers: + jpfeiff@chromium.org
jpfeiff: proto change FYI
lgtm % comment https://codereview.chromium.org/2615493002/diff/140001/components/data_reduct... File components/data_reduction_proxy/proto/pageload_metrics.proto (right): https://codereview.chromium.org/2615493002/diff/140001/components/data_reduct... components/data_reduction_proxy/proto/pageload_metrics.proto:58: optional int32 original_page_size_kb = 10; nitpicking: s/kb/kB/ https://en.wikipedia.org/wiki/Kilobyte says Kilobyte has symbol "kB" https://en.wikipedia.org/wiki/Kilobit says kilobit has symbol "kb".
https://codereview.chromium.org/2615493002/diff/140001/components/data_reduct... File components/data_reduction_proxy/proto/pageload_metrics.proto (right): https://codereview.chromium.org/2615493002/diff/140001/components/data_reduct... components/data_reduction_proxy/proto/pageload_metrics.proto:58: optional int32 original_page_size_kb = 10; On 2017/01/19 22:01:18, tbansal1 wrote: > nitpicking: s/kb/kB/ > https://en.wikipedia.org/wiki/Kilobyte says Kilobyte has symbol "kB" > https://en.wikipedia.org/wiki/Kilobit says kilobit has symbol "kb". Acknowledged. Contextually, this should be understandable, and protos are lower case.
https://codereview.chromium.org/2615493002/diff/140001/components/data_reduct... File components/data_reduction_proxy/proto/pageload_metrics.proto (right): https://codereview.chromium.org/2615493002/diff/140001/components/data_reduct... components/data_reduction_proxy/proto/pageload_metrics.proto:58: optional int32 original_page_size_kb = 10; On 2017/01/19 22:11:34, Ryan Sturm wrote: > On 2017/01/19 22:01:18, tbansal1 wrote: > > nitpicking: s/kb/kB/ > > https://en.wikipedia.org/wiki/Kilobyte says Kilobyte has symbol "kB" > > https://en.wikipedia.org/wiki/Kilobit says kilobit has symbol "kb". > > Acknowledged. Contextually, this should be understandable, and protos are lower > case. OK, I will leave up to you. There have been cases in the past where this has caused confusion in the past (http://shortn/_wNyN3swrgZ, http://shortn/_1faZ2biMVU).
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by ryansturm@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
-bmcquade (OOO) +csharrison csharrison: PTAL @ p_l_m jpfeiff: PTAL at pageload_metrics.proto https://codereview.chromium.org/2615493002/diff/140001/components/data_reduct... File components/data_reduction_proxy/proto/pageload_metrics.proto (right): https://codereview.chromium.org/2615493002/diff/140001/components/data_reduct... components/data_reduction_proxy/proto/pageload_metrics.proto:58: optional int32 original_page_size_kb = 10; On 2017/01/19 22:24:09, tbansal1 wrote: > On 2017/01/19 22:11:34, Ryan Sturm wrote: > > On 2017/01/19 22:01:18, tbansal1 wrote: > > > nitpicking: s/kb/kB/ > > > https://en.wikipedia.org/wiki/Kilobyte says Kilobyte has symbol "kB" > > > https://en.wikipedia.org/wiki/Kilobit says kilobit has symbol "kb". > > > > Acknowledged. Contextually, this should be understandable, and protos are > lower > > case. > > OK, I will leave up to you. There have been cases in the past where this has > caused confusion in the past (http://shortn/_wNyN3swrgZ, > http://shortn/_1faZ2biMVU). obsolete
ryansturm@chromium.org changed reviewers: + csharrison@chromium.org - bmcquade@chromium.org, jpfeiff@chromium.org
csharrison: PTAL @ p_l_m
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
lgtm
The CQ bit was checked by ryansturm@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from tbansal@chromium.org Link to the patchset: https://codereview.chromium.org/2615493002/#ps160001 (title: "changing proto to int64 instead of recuding to kb")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 160001, "attempt_start_ts": 1485389168800530,
"parent_rev": "f70665f72a40d378c7bda5fc3aa6aec33dc93919", "commit_rev":
"c19a210cab019968afc9e2a93f6c738030574d49"}
Message was sent while issue was closed.
Description was changed from ========== Adding compressed bytes to DRP pingback Compressed bytes represents the network bytes used for the page load. This is accessible through page load metrics observer interface now. BUG=678061 ========== to ========== Adding compressed bytes to DRP pingback Compressed bytes represents the network bytes used for the page load. This is accessible through page load metrics observer interface now. BUG=678061 Review-Url: https://codereview.chromium.org/2615493002 Cr-Commit-Position: refs/heads/master@{#446169} Committed: https://chromium.googlesource.com/chromium/src/+/c19a210cab019968afc9e2a93f6c... ==========
Message was sent while issue was closed.
Committed patchset #7 (id:160001) as https://chromium.googlesource.com/chromium/src/+/c19a210cab019968afc9e2a93f6c... |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
