Commit 1e69351a authored by Roman Aleksandrov's avatar Roman Aleksandrov Committed by Commit Bot

Histograms: Extend RecommendApps related metrics.

Fixed: 1138387, 1144799
Change-Id: If0bf4ad02202a98e20505f74100dcd6553d718aa
Bug: 1138387
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523326
Commit-Queue: Roman Aleksandrov <raleksandrov@google.com>
Reviewed-by: default avatarWeilun Shi <sweilun@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#825894}
parent 57924cd6
...@@ -179,49 +179,49 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -179,49 +179,49 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<summary>Number of times error screen has appeared during update.</summary> <summary>Number of times error screen has appeared during update.</summary>
</histogram> </histogram>
<histogram name="OOBE.RecommendApps.Fetcher.AppCount" units="units" <histogram name="OOBE.RecommendApps.Fetcher.AppCount" units="apps"
expires_after="2021-07-30"> expires_after="2021-07-30">
<owner>raleksandrov@google.com</owner> <owner>raleksandrov@google.com</owner>
<owner>cros-oac@google.com</owner> <owner>cros-oac@google.com</owner>
<owner>play-bm-eng@google.com</owner> <owner>chromesky-eng@google.com</owner>
<summary>The number of recommended apps.</summary> <summary>The number of recommended apps.</summary>
</histogram> </histogram>
<histogram name="OOBE.RecommendApps.Fetcher.DownloadTime" units="ms" <histogram name="OOBE.RecommendApps.Fetcher.DownloadTime" units="ms"
expires_after="2020-11-15"> expires_after="2021-07-30">
<owner>rsorokin@chromium.org</owner> <owner>raleksandrov@google.com</owner>
<owner>cros-oac@google.com</owner> <owner>cros-oac@google.com</owner>
<owner>play-bm-eng@google.com</owner> <owner>chromesky-eng@google.com</owner>
<summary>The time it takes to fetch the recommended apps.</summary> <summary>The time it takes to fetch the recommended apps.</summary>
</histogram> </histogram>
<histogram name="OOBE.RecommendApps.Fetcher.ResponseCode" <histogram name="OOBE.RecommendApps.Fetcher.ResponseCode"
enum="HttpResponseCode" expires_after="2021-03-15"> enum="HttpResponseCode" expires_after="2021-07-30">
<owner>rsorokin@chromium.org</owner> <owner>raleksandrov@google.com</owner>
<owner>cros-oac@google.com</owner> <owner>cros-oac@google.com</owner>
<owner>chromesky-eng@google.com</owner> <owner>chromesky-eng@google.com</owner>
<summary>The response code of fetching the recommended apps.</summary> <summary>The response code of fetching the recommended apps.</summary>
</histogram> </histogram>
<histogram name="OOBE.RecommendApps.Fetcher.ResponseParseResult" <histogram name="OOBE.RecommendApps.Fetcher.ResponseParseResult"
enum="RecommendAppsResponseParseResult" expires_after="2020-12-13"> enum="RecommendAppsResponseParseResult" expires_after="2021-07-30">
<owner>rsorokin@chromium.org</owner> <owner>raleksandrov@google.com</owner>
<owner>cros-oac@google.com</owner> <owner>cros-oac@google.com</owner>
<owner>chromesky-eng@google.com</owner> <owner>chromesky-eng@google.com</owner>
<summary>The result of parsing the recommend-apps response.</summary> <summary>The result of parsing the recommend-apps response.</summary>
</histogram> </histogram>
<histogram name="OOBE.RecommendApps.Screen.Action" <histogram name="OOBE.RecommendApps.Screen.Action"
enum="RecommendAppsScreenAction" expires_after="2021-03-15"> enum="RecommendAppsScreenAction" expires_after="2021-07-30">
<owner>rsorokin@chromium.org</owner> <owner>raleksandrov@google.com</owner>
<owner>cros-oac@google.com</owner> <owner>cros-oac@google.com</owner>
<owner>chromesky-eng@google.com</owner> <owner>chromesky-eng@google.com</owner>
<summary>The user action on the recommend apps screen.</summary> <summary>The user action on the recommend apps screen.</summary>
</histogram> </histogram>
<histogram name="OOBE.RecommendApps.Screen.SelectedAppCount" units="units" <histogram name="OOBE.RecommendApps.Screen.SelectedAppCount" units="apps"
expires_after="2021-03-15"> expires_after="2021-07-30">
<owner>rsorokin@chromium.org</owner> <owner>raleksandrov@google.com</owner>
<owner>cros-oac@google.com</owner> <owner>cros-oac@google.com</owner>
<owner>chromesky-eng@google.com</owner> <owner>chromesky-eng@google.com</owner>
<summary>The number of apps user selected.</summary> <summary>The number of apps user selected.</summary>
...@@ -236,8 +236,8 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -236,8 +236,8 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="OOBE.RecommendApps.Screen.State" <histogram name="OOBE.RecommendApps.Screen.State"
enum="RecommendAppsScreenState" expires_after="2021-03-15"> enum="RecommendAppsScreenState" expires_after="2021-07-30">
<owner>rsorokin@chromium.org</owner> <owner>raleksandrov@google.com</owner>
<owner>cros-oac@google.com</owner> <owner>cros-oac@google.com</owner>
<owner>chromesky-eng@google.com</owner> <owner>chromesky-eng@google.com</owner>
<summary>Whether the reocmmend apps screen is shown.</summary> <summary>Whether the reocmmend apps screen is shown.</summary>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment