Commit 5bcbe65c authored by Miriam Zimmerman's avatar Miriam Zimmerman Committed by Commit Bot

histograms: Change DailyUseTime to not expire.

The Platform.DailyUseTime metric is used to monitor system health on
numerous dashboards, and as such it should not expire.

BUG=chromium:1089270
TEST=CQ

Change-Id: I28d8593a3cf935d4ba7c1b8f4d76d521f8f0b495
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2541784Reviewed-by: default avatarIan Barkley-Yeung <iby@chromium.org>
Reviewed-by: default avatarMichael Lippautz <mlippautz@chromium.org>
Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Commit-Queue: Miriam Zimmerman <mutexlox@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827944}
parent 1698e0ae
...@@ -287,12 +287,13 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -287,12 +287,13 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</summary> </summary>
</histogram> </histogram>
<histogram name="Platform.DailyUseTime" units="seconds" expires_after="M90"> <histogram name="Platform.DailyUseTime" units="seconds" expires_after="never">
<!-- TODO(mutexlox): See if this is still in use and find owners --> <!-- expires-never: Used to assess Chrome OS platform stability. -->
<owner>semenzato@chromium.org</owner> <owner>semenzato@chromium.org</owner>
<owner>bsimonnet@chromium.org</owner> <owner>bsimonnet@chromium.org</owner>
<owner>mutexlox@chromium.org</owner> <owner>mutexlox@chromium.org</owner>
<owner>iby@chromium.org</owner>
<owner>cros-telemetry@google.com</owner> <owner>cros-telemetry@google.com</owner>
<summary> <summary>
Total use time (device ON and not asleep) in the previous day, or the most Total use time (device ON and not asleep) in the previous day, or the most
......
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