Commit 99113344 authored by Jarryd's avatar Jarryd Committed by Commit Bot

Quota: Extend expiry of two metrics.

Quota.PercentUsedForTemporaryStorage2 and Quota.DaysBetweenRepeatedOriginEvictions
extended by one year.

Bug: 1140094
Change-Id: I539b0f3b045912db601ced6326ee76ec6f257e0d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2541125
Auto-Submit: Jarryd Goodman <jarrydg@chromium.org>
Reviewed-by: default avatarMichael Lippautz <mlippautz@chromium.org>
Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Commit-Queue: Mark Pearson <mpearson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827877}
parent f7713274
...@@ -60,8 +60,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -60,8 +60,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Quota.DaysBetweenRepeatedOriginEvictions" units="units" <histogram name="Quota.DaysBetweenRepeatedOriginEvictions" units="units"
expires_after="2020-11-29"> expires_after="2021-11-29">
<owner>jarrydg@chromium.org</owner> <owner>jarrydg@chromium.org</owner>
<owner>chrome-owp-storage@google.com</owner>
<summary> <summary>
The number of days since an origin was last chosen to be evicted from the The number of days since an origin was last chosen to be evicted from the
storage, recorded each time the origin is evicted (except for the first storage, recorded each time the origin is evicted (except for the first
...@@ -190,8 +191,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -190,8 +191,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Quota.PercentUsedForTemporaryStorage2" units="%" <histogram name="Quota.PercentUsedForTemporaryStorage2" units="%"
expires_after="2020-11-29"> expires_after="2021-11-29">
<owner>jarrydg@chromium.org</owner> <owner>jarrydg@chromium.org</owner>
<owner>chrome-owp-storage@google.com</owner>
<summary> <summary>
Percentage of the storage device that is being use for temporary storage. Percentage of the storage device that is being use for temporary storage.
Logged when collecting usage information. Logged when collecting usage information.
......
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