|
|
Chromium Code Reviews|
Created:
4 years, 1 month ago by vakh (use Gerrit instead) Modified:
4 years, 1 month ago CC:
chromium-reviews, vakh+watch_chromium.org, asvitkine+watch_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionUpdate histogram names to follow the usual PVer4 format: SafeBrowsing.V4*
The new names also include the module that owns them, which makes it easier to
understand the histogram.
BUG=651911
Committed: https://crrev.com/42c8810c0ab211a395596cd2f1b986097b0a90d7
Cr-Commit-Position: refs/heads/master@{#430118}
Patch Set 1 #
Total comments: 5
Patch Set 2 : nparker@ review #
Messages
Total messages: 31 (18 generated)
The CQ bit was checked by vakh@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...
Description was changed from ========== Update the histogram names to follow the PVer4 common format: SafeBrowsing.V4* The new names also include the module that owns them, which makes it easier to understand the histogram. BUG=543161 ========== to ========== Update histogram names to follow the usual PVer4 format: SafeBrowsing.V4* The new names also include the module that owns them, which makes it easier to understand the histogram. BUG=651911 ==========
vakh@chromium.org changed reviewers: + nparker@chromium.org
https://codereview.chromium.org/2467673002/diff/1/components/safe_browsing_db... File components/safe_browsing_db/v4_get_hash_protocol_manager.cc (right): https://codereview.chromium.org/2467673002/diff/1/components/safe_browsing_db... components/safe_browsing_db/v4_get_hash_protocol_manager.cc:135: "SafeBrowsing.GetV4HashHttpResponseOrErrorCode"; This one too. Maybe .V4GetHash.Network.Result, since you have a Network.Time. "Network" here would mean "HTTP+TLS+TCP+IP"
I assume you're OK losing the continuity of data here. Should be OK since the v4 launch isn't underway. https://codereview.chromium.org/2467673002/diff/1/components/safe_browsing_db... File components/safe_browsing_db/v4_update_protocol_manager.cc (right): https://codereview.chromium.org/2467673002/diff/1/components/safe_browsing_db... components/safe_browsing_db/v4_update_protocol_manager.cc:311: "SafeBrowsing.V4Update.HttpResponseOrErrorCode", status, response_code); How about .Network.Result? The precise units are pretty clean once you look at the data.
https://codereview.chromium.org/2467673002/diff/1/components/safe_browsing_db... File components/safe_browsing_db/v4_update_protocol_manager.cc (right): https://codereview.chromium.org/2467673002/diff/1/components/safe_browsing_db... components/safe_browsing_db/v4_update_protocol_manager.cc:311: "SafeBrowsing.V4Update.HttpResponseOrErrorCode", status, response_code); On 2016/11/01 00:02:57, Nathan Parker wrote: > How about .Network.Result? The precise units are pretty clean once you look at > the data. Er, I meant "The precise units are pretty clear..."
The CQ bit was checked by vakh@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...
https://codereview.chromium.org/2467673002/diff/1/components/safe_browsing_db... File components/safe_browsing_db/v4_get_hash_protocol_manager.cc (right): https://codereview.chromium.org/2467673002/diff/1/components/safe_browsing_db... components/safe_browsing_db/v4_get_hash_protocol_manager.cc:135: "SafeBrowsing.GetV4HashHttpResponseOrErrorCode"; On 2016/10/31 23:59:09, Nathan Parker wrote: > This one too. Maybe .V4GetHash.Network.Result, since you have a Network.Time. > "Network" here would mean "HTTP+TLS+TCP+IP" Done. https://codereview.chromium.org/2467673002/diff/1/components/safe_browsing_db... File components/safe_browsing_db/v4_update_protocol_manager.cc (right): https://codereview.chromium.org/2467673002/diff/1/components/safe_browsing_db... components/safe_browsing_db/v4_update_protocol_manager.cc:311: "SafeBrowsing.V4Update.HttpResponseOrErrorCode", status, response_code); On 2016/11/01 00:03:25, Nathan Parker wrote: > On 2016/11/01 00:02:57, Nathan Parker wrote: > > How about .Network.Result? The precise units are pretty clean once you look > at > > the data. > > Er, I meant "The precise units are pretty clear..." Done.
vakh@chromium.org changed reviewers: + holte@chromium.org
holte@ -- can you please review the changes in histograms.xml
The CQ bit was checked by vakh@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 vakh@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...
nparker@ review
The CQ bit was checked by vakh@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: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
lgtm
Ping.
lgtm
The CQ bit was checked by vakh@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Update histogram names to follow the usual PVer4 format: SafeBrowsing.V4* The new names also include the module that owns them, which makes it easier to understand the histogram. BUG=651911 ========== to ========== Update histogram names to follow the usual PVer4 format: SafeBrowsing.V4* The new names also include the module that owns them, which makes it easier to understand the histogram. BUG=651911 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== Update histogram names to follow the usual PVer4 format: SafeBrowsing.V4* The new names also include the module that owns them, which makes it easier to understand the histogram. BUG=651911 ========== to ========== Update histogram names to follow the usual PVer4 format: SafeBrowsing.V4* The new names also include the module that owns them, which makes it easier to understand the histogram. BUG=651911 Committed: https://crrev.com/42c8810c0ab211a395596cd2f1b986097b0a90d7 Cr-Commit-Position: refs/heads/master@{#430118} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/42c8810c0ab211a395596cd2f1b986097b0a90d7 Cr-Commit-Position: refs/heads/master@{#430118} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
