Skip to content

Commit

Permalink
Bump expiration date for histograms recorded in LogProfileMetricsCounts
Browse files Browse the repository at this point in the history
These histograms are going to be used to improve multiprofile experience
in Chrome.

Fixed: 1053110
Change-Id: Ic6602920a47f9c0d92bab0c2ed2e5384448abab5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2101007
Reviewed-by: Alex Ilin <alexilin@chromium.org>
Commit-Queue: David Roger <droger@chromium.org>
Auto-Submit: David Roger <droger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749780}
  • Loading branch information
David Roger authored and Commit Bot committed Mar 12, 2020
1 parent 658079f commit 8930474
Showing 1 changed file with 37 additions and 38 deletions.
75 changes: 37 additions & 38 deletions tools/metrics/histograms/histograms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127201,52 +127201,51 @@ uploading your change for review.
</summary>
</histogram>

<histogram name="Profile.NumberOfActiveProfiles" units="units"
expires_after="2020-08-02">
<histogram name="Profile.NumberOfActiveProfiles" units="profiles"
expires_after="2021-03-12">
<owner>droger@chromium.org</owner>
<owner>feuunk@chromium.org</owner>
<summary>
Counts the number of profiles on a user's machine at least every 24 hours
while Chrome is running. Always de-dupe the results with Show User Counts.
Counts the number of profiles on a user's machine every 24 hours while
Chrome is running.

As opposed to Profile.NumberOfProfiles, this counts only profiles that have
been used in the last 28 days.
</summary>
</histogram>

<histogram name="Profile.NumberOfManagedProfiles" units="units"
expires_after="2020-11-20">
<histogram name="Profile.NumberOfManagedProfiles" units="profiles"
expires_after="2021-03-12">
<owner>agawronska@chromium.org</owner>
<owner>michaelpg@chromium.org</owner>
<owner>cros-families@google.com</owner>
<summary>
Counts the number of locally managed profiles on a user's machine at least
every 24 hours while Chrome is running, among cases with at least one
profile. Always de-dupe the results with Show User Counts.
Counts the number of locally managed profiles on a user's machine every 24
hours while Chrome is running, among cases with at least one profile.

This counts only profiles that have been used in the last 28 days.
</summary>
</histogram>

<histogram name="Profile.NumberOfNamedProfiles" units="count"
expires_after="2020-09-06">
<histogram name="Profile.NumberOfNamedProfiles" units="profiles"
expires_after="2021-03-12">
<owner>feuunk@chromium.org</owner>
<owner>msarda@chromium.org</owner>
<summary>
Counts the number of profiles that have a user-defined name on a user's
machine at least every 24 hours while Chrome is running.

Always de-dupe the results with Show User Counts.
machine every 24 hours while Chrome is running.

This counts only profiles that have been used in the last 28 days.
</summary>
</histogram>

<histogram name="Profile.NumberOfProfiles" units="units"
expires_after="2020-07-26">
<owner>rogerta@chromium.org</owner>
<histogram name="Profile.NumberOfProfiles" units="profiles"
expires_after="2021-03-12">
<owner>droger@chromium.org</owner>
<owner>jkrcal@chromium.org</owner>
<summary>
Counts the number of profiles on a user's machine at least every 24 hours
while Chrome is running. Always de-dupe the results with Show User Counts.
Counts the number of profiles on a user's machine every 24 hours while
Chrome is running.

This counts the total number of profiles on the user's device, regardless of
whether they've been used recently.
Expand Down Expand Up @@ -127277,25 +127276,25 @@ uploading your change for review.
</summary>
</histogram>

<histogram name="Profile.NumberOfProfilesWithAuthErrors" units="units"
expires_after="M82">
<histogram name="Profile.NumberOfProfilesWithAuthErrors" units="profiles"
expires_after="2021-03-12">
<owner>msarda@chromium.org</owner>
<owner>droger@chromium.org</owner>
<summary>
Counts the type GAIA authentication errors on a user's machine when Chrome
starts up. The types of errors are broken down in Signin.AuthError.
Counts the number of signed-in (syncing) profiles with GAIA authentication
error on a user's machine every 24 hours while Chrome is running.

This counts only profiles that have been used in the last 28 days.
</summary>
</histogram>

<histogram name="Profile.NumberOfSignedInProfiles" units="units"
expires_after="2020-08-09">
<owner>rogerta@chromium.org</owner>
<histogram name="Profile.NumberOfSignedInProfiles" units="profiles"
expires_after="2021-03-12">
<owner>droger@chromium.org</owner>
<owner>jkrcal@chromium.org</owner>
<summary>
Counts the number of signed-in profiles on a user's machine at least every
24 hours while Chrome is running. Always de-dupe the results with Show User
Counts.
Counts the number of signed-in (syncing) profiles on a user's machine every
24 hours while Chrome is running.

This counts only profiles that have been used in the last 28 days.
</summary>
Expand All @@ -127313,14 +127312,15 @@ uploading your change for review.
</summary>
</histogram>

<histogram name="Profile.NumberOfSignedInProfilesWithGAIAIcons" units="units"
expires_after="M82">
<histogram name="Profile.NumberOfSignedInProfilesWithGAIAIcons"
units="profiles" expires_after="2021-03-12">
<owner>msarda@chromium.org</owner>
<owner>droger@chromium.org</owner>
<summary>
Counts the number of signed-in profiles that are using the GAIA image as the
avatar icon. This is counted at least every 24 hours while Chrome is
running, so always de-dupe the results with Show User Counts.
Counts the number of signed-in (syncing) profiles that are using the GAIA
image as the avatar icon. Note that profiles with a GAIA image but without
Sync consent are not counted. This is counted every 24 hours while Chrome is
running.

This counts only profiles that have been used in the last 28 days.
</summary>
Expand All @@ -127335,14 +127335,13 @@ uploading your change for review.
</summary>
</histogram>

<histogram name="Profile.NumberOfUnusedProfiles" units="units"
expires_after="M82">
<histogram name="Profile.NumberOfUnusedProfiles" units="profiles"
expires_after="2021-03-12">
<owner>msarda@chromium.org</owner>
<owner>droger@chromium.org</owner>
<summary>
Counts the number of profiles unused within the past 28 days on a user's
machine. This is counts at least every 24 hours while Chrome is running, so
always de-dupe the results with Show User Counts.
machine. This is recorded every 24 hours while Chrome is running.
</summary>
</histogram>

Expand Down

0 comments on commit 8930474

Please sign in to comment.