Commit bafbe407 authored by Sergei Datsenko's avatar Sergei Datsenko Committed by Commit Bot

Extend CrosDisks histograms expiry

Bug: 1138402, 1127948
Change-Id: Ia51e250659a373c5c982831326d3f7b9b6aaf21d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2483788
Auto-Submit: Sergei Datsenko <dats@chromium.org>
Commit-Queue: Robert Kaplow <rkaplow@chromium.org>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818487}
parent 05054ae7
...@@ -102,8 +102,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -102,8 +102,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="CrosDisksClient.MountCompletedError" <histogram name="CrosDisksClient.MountCompletedError"
enum="CrosDisksClientMountError" expires_after="2021-03-28"> enum="CrosDisksClientMountError" expires_after="2021-10-19">
<owner>amistry@chromium.org</owner> <owner>dats@chromium.org</owner>
<owner>fdegros@chromium.org</owner>
<summary> <summary>
The error code of disk mount signals received from the Chrome OS cros-disks The error code of disk mount signals received from the Chrome OS cros-disks
daemon. daemon.
...@@ -111,8 +112,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -111,8 +112,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="CrosDisksClient.MountErrorMountType" <histogram name="CrosDisksClient.MountErrorMountType"
enum="CrosDisksMountTypeError" expires_after="2021-02-14"> enum="CrosDisksMountTypeError" expires_after="2021-10-19">
<owner>amistry@chromium.org</owner> <owner>dats@chromium.org</owner>
<owner>fdegros@chromium.org</owner>
<summary> <summary>
The {mount type}x{mount error code} received from the Chrome OS cros-disks The {mount type}x{mount error code} received from the Chrome OS cros-disks
daemon. daemon.
...@@ -120,16 +122,18 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -120,16 +122,18 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="CrosDisksClient.MountTime" units="ms" <histogram name="CrosDisksClient.MountTime" units="ms"
expires_after="2020-11-08"> expires_after="2021-10-19">
<owner>amistry@chromium.org</owner> <owner>dats@chromium.org</owner>
<owner>fdegros@chromium.org</owner>
<summary> <summary>
Time taken by the Chrome OS cros-disks daemon to perform a Mount operation. Time taken by the Chrome OS cros-disks daemon to perform a Mount operation.
</summary> </summary>
</histogram> </histogram>
<histogram name="CrosDisksClient.UnmountError" enum="CrosDisksClientMountError" <histogram name="CrosDisksClient.UnmountError" enum="CrosDisksClientMountError"
expires_after="2020-10-25"> expires_after="2021-10-19">
<owner>amistry@chromium.org</owner> <owner>dats@chromium.org</owner>
<owner>fdegros@chromium.org</owner>
<summary> <summary>
The error code of disk unmount operations returned from the Chrome OS The error code of disk unmount operations returned from the Chrome OS
cros-disks daemon. cros-disks daemon.
...@@ -137,8 +141,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -137,8 +141,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="CrosDisksClient.UnmountTime" units="ms" <histogram name="CrosDisksClient.UnmountTime" units="ms"
expires_after="2020-11-08"> expires_after="2021-10-19">
<owner>amistry@chromium.org</owner> <owner>dats@chromium.org</owner>
<owner>fdegros@chromium.org</owner>
<summary> <summary>
Time taken by the Chrome OS cros-disks daemon to perform an Unmount Time taken by the Chrome OS cros-disks daemon to perform an Unmount
operation. operation.
......
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