Commit 058d71ce authored by Victor-Gabriel Savu's avatar Victor-Gabriel Savu Committed by Chromium LUCI CQ

Delay expiry of policy histograms.

Delay expiry of PolicyUpdatePeriod.Device and
PolicyUpdatePeriod.User.

Bug: chromium:1165053
Change-Id: I8b2d8cb4d009bbb7d0fce0c667f0d3eabf21e2ec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2635151Reviewed-by: default avatarCaitlin Fischer <caitlinfischer@google.com>
Commit-Queue: Victor-Gabriel Savu <vsavu@google.com>
Cr-Commit-Position: refs/heads/master@{#844574}
parent b434b156
...@@ -1064,7 +1064,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1064,7 +1064,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Enterprise.PolicyUpdatePeriod.Device" units="days" <histogram name="Enterprise.PolicyUpdatePeriod.Device" units="days"
expires_after="M90"> expires_after="M95">
<owner>rbock@google.com</owner> <owner>rbock@google.com</owner>
<owner>igorcov@chromium.org</owner> <owner>igorcov@chromium.org</owner>
<summary>Time since last device policy fetch.</summary> <summary>Time since last device policy fetch.</summary>
...@@ -1078,7 +1078,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1078,7 +1078,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Enterprise.PolicyUpdatePeriod.User" units="days" <histogram name="Enterprise.PolicyUpdatePeriod.User" units="days"
expires_after="M90"> expires_after="M95">
<owner>rbock@google.com</owner> <owner>rbock@google.com</owner>
<owner>igorcov@chromium.org</owner> <owner>igorcov@chromium.org</owner>
<summary>Time since last user policy fetch.</summary> <summary>Time since last user policy fetch.</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