|
|
Created:
4 years, 3 months ago by Bryan McQuade Modified:
4 years, 3 months ago CC:
asvitkine+watch_chromium.org, chromium-reviews Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionGive each page load metrics client its own histogram_suffixes list.
Initially, we tried to keep the PageLoad.Clients histogram_suffixes
short by sharing a master list between all clients. In practice,
each client uses a different subset of histograms, which leads to
many histograms with no data being listed in the UMA dashboard.
This change expands each unique client into its own
histogram_suffixes list that contains just the histograms logged
by that client.
BUG=648718
TBR=csharrison
Committed: https://crrev.com/64288f4567d757efa2330fb15df9d72f396d19a5
Cr-Commit-Position: refs/heads/master@{#420128}
Patch Set 1 #Patch Set 2 : fix ordering #Patch Set 3 : restore deprecated client names #Messages
Total messages: 19 (13 generated)
The CQ bit was checked by bmcquade@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 bmcquade@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 ========== Give each page load metrics client its own histogram_suffixes list. Initially, we tried to keep the PageLoad.Clients histogram_suffixes short by sharing a master list between all clients. In practice, each client uses a different subset of histograms, which leads to many histograms with no data being listed in the UMA dashboard. This change expands each unique client into its own histogram_suffixes list that contains just the histograms logged by that client. BUG= ========== to ========== Give each page load metrics client its own histogram_suffixes list. Initially, we tried to keep the PageLoad.Clients histogram_suffixes short by sharing a master list between all clients. In practice, each client uses a different subset of histograms, which leads to many histograms with no data being listed in the UMA dashboard. This change expands each unique client into its own histogram_suffixes list that contains just the histograms logged by that client. BUG=648718 ==========
The CQ bit was checked by bmcquade@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@chromium.org changed reviewers: + csharrison@chromium.org, gayane@chromium.org
PTAL, thanks!
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
Thanks. This should be more clean. I have done couple of spot checks and for example noticed that histograms with Clients.Previews.OfflinePages are always empty. Is this something that is expected?
lgtm
Description was changed from ========== Give each page load metrics client its own histogram_suffixes list. Initially, we tried to keep the PageLoad.Clients histogram_suffixes short by sharing a master list between all clients. In practice, each client uses a different subset of histograms, which leads to many histograms with no data being listed in the UMA dashboard. This change expands each unique client into its own histogram_suffixes list that contains just the histograms logged by that client. BUG=648718 ========== to ========== Give each page load metrics client its own histogram_suffixes list. Initially, we tried to keep the PageLoad.Clients histogram_suffixes short by sharing a master list between all clients. In practice, each client uses a different subset of histograms, which leads to many histograms with no data being listed in the UMA dashboard. This change expands each unique client into its own histogram_suffixes list that contains just the histograms logged by that client. BUG=648718 TBR=csharrison ==========
The CQ bit was checked by bmcquade@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.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== Give each page load metrics client its own histogram_suffixes list. Initially, we tried to keep the PageLoad.Clients histogram_suffixes short by sharing a master list between all clients. In practice, each client uses a different subset of histograms, which leads to many histograms with no data being listed in the UMA dashboard. This change expands each unique client into its own histogram_suffixes list that contains just the histograms logged by that client. BUG=648718 TBR=csharrison ========== to ========== Give each page load metrics client its own histogram_suffixes list. Initially, we tried to keep the PageLoad.Clients histogram_suffixes short by sharing a master list between all clients. In practice, each client uses a different subset of histograms, which leads to many histograms with no data being listed in the UMA dashboard. This change expands each unique client into its own histogram_suffixes list that contains just the histograms logged by that client. BUG=648718 TBR=csharrison Committed: https://crrev.com/64288f4567d757efa2330fb15df9d72f396d19a5 Cr-Commit-Position: refs/heads/master@{#420128} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/64288f4567d757efa2330fb15df9d72f396d19a5 Cr-Commit-Position: refs/heads/master@{#420128} |