Commit 5d4a8a09 authored by Ian Wells's avatar Ian Wells Committed by Chromium LUCI CQ

Extend lifetime of feedv2 actions upload histograms

Only one is expiring, but since they're closely related, it
makes sense to have both expire at the same time next time.

Bug: 1140022
Change-Id: I4bfaecaf5e5d07f7576d7840dabb1360d9050f15
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577109
Auto-Submit: Ian Wells <iwells@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836838}
parent e561624e
......@@ -1197,7 +1197,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>
<histogram name="ContentSuggestions.Feed.UploadActionsBatchStatus"
enum="FeedUploadActionsBatchStatus" expires_after="2021-04-18">
enum="FeedUploadActionsBatchStatus" expires_after="2021-12-01">
<owner>iwells@chromium.org</owner>
<owner>harringtond@chromium.org</owner>
<owner>feed@chromium.org</owner>
......@@ -1207,7 +1207,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>
<histogram name="ContentSuggestions.Feed.UploadActionsStatus"
enum="FeedUploadActionsStatus" expires_after="2020-12-01">
enum="FeedUploadActionsStatus" expires_after="2021-12-01">
<owner>iwells@chromium.org</owner>
<owner>harringtond@chromium.org</owner>
<owner>feed@chromium.org</owner>
......
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