Commit a2c6d660 authored by Nick Czajka's avatar Nick Czajka Committed by Commit Bot

Normalizes expiry date and owners for DisplayManager histograms

This change sets all DisplayManager.* histograms to have expiry date
2021-07-15 and owners zentaro@chromium.org, cros-peripherals@google.com.

This should make auditing easier as all notifications about histogram
expirt will be sent to the same people at the same time.

Bug: 1088714
Change-Id: Iae992cd4dfcf071447894add22acf7f2bccae1e9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468303Reviewed-by: default avatarZentaro Kavanagh <zentaro@chromium.org>
Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Commit-Queue: Nick Czajka <czajka@google.com>
Cr-Commit-Position: refs/heads/master@{#817210}
parent 69be7e48
......@@ -3725,8 +3725,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>
<histogram name="DisplayManager.InternalDisplayZoomPercentage" units="%"
expires_after="M85">
<owner>malaykeshav@chromium.org</owner>
expires_after="2021-07-15">
<owner>zentaro@chromium.org</owner>
<owner>cros-peripherals@google.com</owner>
<summary>
The zoom percentage that the user has set on the internal display and is
actively using. This is emitted when the zoom factor has been updated in
......@@ -3735,9 +3736,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>
<histogram name="DisplayManager.MirroringDisplayCountRanges"
enum="MultiDisplayModeDisplayCountRanges" expires_after="2020-06-30">
enum="MultiDisplayModeDisplayCountRanges" expires_after="2021-07-15">
<owner>zentaro@chromium.org</owner>
<owner>baileyberro@chromium.org</owner>
<owner>cros-peripherals@google.com</owner>
<summary>
The number of displays connected to the device that are in software or
hardware mirror mode. This is emitted once when the normal or mixed mirror
......@@ -3747,9 +3748,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>
<histogram name="DisplayManager.MirrorModeTypes" enum="DisplayMirrorModeTypes"
expires_after="2020-06-30">
expires_after="2021-07-15">
<owner>zentaro@chromium.org</owner>
<owner>baileyberro@chromium.org</owner>
<owner>cros-peripherals@google.com</owner>
<summary>
The types of mirror mode in which the displays connected to the device are
in. This is emitted once when the normal or mixed mirror mode is enabled
......@@ -3781,9 +3782,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>
<histogram name="DisplayManager.UpdateDisplayConfigurationTask.ExecutionTime"
units="ms" expires_after="2021-03-04">
units="ms" expires_after="2021-07-15">
<owner>zentaro@chromium.org</owner>
<owner>nohle@chromium.org</owner>
<owner>cros-peripherals@google.com</owner>
<summary>
Records the execution time to update the display configuration. Emitted when
the update-display-configuration task finishes, successfully or not.
......@@ -3791,9 +3792,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>
<histogram name="DisplayManager.UpdateDisplayConfigurationTask.Success"
enum="BooleanSuccess" expires_after="2021-03-04">
enum="BooleanSuccess" expires_after="2021-07-15">
<owner>zentaro@chromium.org</owner>
<owner>nohle@chromium.org</owner>
<owner>cros-peripherals@google.com</owner>
<summary>
Records whether or not the display configuration was successfully updated.
Emitted when the update-display-configuration task finishes, successfully or
......
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