Commit c5fa89f6 authored by Sophie Chang's avatar Sophie Chang Committed by Commit Bot

Update optimization guide histogram expiration date

Also changes dougarnett to mcrouse/sophiechang where appropriate

Bug: 1140005,1140000,1139999,1139998,1139997,1139996,1139995,1139994,1139993,1139992,1138428
Change-Id: Ie562d08a9038a7ff8fc4be093aa1f7771fa2cfc2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485757
Commit-Queue: Sophie Chang <sophiechang@chromium.org>
Reviewed-by: default avatarMichael Crouse <mcrouse@chromium.org>
Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#819216}
parent 38150c82
...@@ -55,7 +55,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -55,7 +55,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="OptimizationGuide.ClearHostModelFeatures.StoreAvailable" <histogram name="OptimizationGuide.ClearHostModelFeatures.StoreAvailable"
units="BooleanAvailable" expires_after="2020-11-30"> units="BooleanAvailable" expires_after="2021-03-31">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
...@@ -65,9 +65,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -65,9 +65,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="OptimizationGuide.HintCache.HintType.Loaded" <histogram name="OptimizationGuide.HintCache.HintType.Loaded"
enum="HintCacheStoreEntryType" expires_after="2020-11-30"> enum="HintCacheStoreEntryType" expires_after="2021-03-31">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>dougarnett@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
Records the store entry type of a hint when it is loaded from the hint cache Records the store entry type of a hint when it is loaded from the hint cache
store. store.
...@@ -76,8 +76,8 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -76,8 +76,8 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram name="OptimizationGuide.HintCacheLevelDBStore.LoadMetadataResult" <histogram name="OptimizationGuide.HintCacheLevelDBStore.LoadMetadataResult"
enum="OptimizationGuideHintCacheLevelDBStoreLoadMetadataResult" enum="OptimizationGuideHintCacheLevelDBStoreLoadMetadataResult"
expires_after="2020-11-30"> expires_after="2021-03-31">
<owner>dougarnett@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
Records the result of loading the metadata while initializing the Records the result of loading the metadata while initializing the
...@@ -88,7 +88,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -88,7 +88,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram name="OptimizationGuide.HintCacheLevelDBStore.Status" <histogram name="OptimizationGuide.HintCacheLevelDBStore.Status"
enum="OptimizationGuideHintCacheLevelDBStoreStatus" enum="OptimizationGuideHintCacheLevelDBStoreStatus"
expires_after="2021-04-18"> expires_after="2021-04-18">
<owner>dougarnett@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
Records each status change within the HintCacheLevelDBStore. Records each status change within the HintCacheLevelDBStore.
...@@ -97,7 +97,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -97,7 +97,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram base="true" <histogram base="true"
name="OptimizationGuide.HintsFetcher.GetHintsRequest.ActiveRequestCanceled" name="OptimizationGuide.HintsFetcher.GetHintsRequest.ActiveRequestCanceled"
units="counts" expires_after="2020-11-30"> units="counts" expires_after="2021-03-31">
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<summary> <summary>
...@@ -129,7 +129,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -129,7 +129,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram name="OptimizationGuide.HintsFetcher.GetHintsRequest.HostCount" <histogram name="OptimizationGuide.HintsFetcher.GetHintsRequest.HostCount"
units="total host count" expires_after="2021-03-15"> units="total host count" expires_after="2021-03-15">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>dougarnett@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
Records the number of hosts selected for sending a hint request. This will Records the number of hosts selected for sending a hint request. This will
be captured when any hint request is initiated. be captured when any hint request is initiated.
...@@ -139,7 +139,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -139,7 +139,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram name="OptimizationGuide.HintsFetcher.GetHintsRequest.NetErrorCode" <histogram name="OptimizationGuide.HintsFetcher.GetHintsRequest.NetErrorCode"
enum="NetErrorCodes" expires_after="2021-04-04"> enum="NetErrorCodes" expires_after="2021-04-04">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>dougarnett@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
Net error codes for HintsFetch requests to the Optimization Guide Service on Net error codes for HintsFetch requests to the Optimization Guide Service on
success and failure. success and failure.
...@@ -149,7 +149,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -149,7 +149,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram name="OptimizationGuide.HintsFetcher.GetHintsRequest.Status" <histogram name="OptimizationGuide.HintsFetcher.GetHintsRequest.Status"
enum="HttpResponseCode" expires_after="2021-04-04"> enum="HttpResponseCode" expires_after="2021-04-04">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>dougarnett@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
For each HintsFetch request to the Optimization Guide Service, log the HTTP For each HintsFetch request to the Optimization Guide Service, log the HTTP
response code on success and failure. response code on success and failure.
...@@ -170,7 +170,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -170,7 +170,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
enum="OptimizationGuideHintsFetcherRequestStatus" enum="OptimizationGuideHintsFetcherRequestStatus"
expires_after="2021-04-04"> expires_after="2021-04-04">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>dougarnett@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
The status of making a Batch Update context request of the OptmizationGuide The status of making a Batch Update context request of the OptmizationGuide
HintsFetcher. This includes whether a network request was actually sent or HintsFetcher. This includes whether a network request was actually sent or
...@@ -182,7 +182,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -182,7 +182,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
enum="OptimizationGuideHintsFetcherRequestStatus" enum="OptimizationGuideHintsFetcherRequestStatus"
expires_after="2021-04-04"> expires_after="2021-04-04">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>dougarnett@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
The status of making a Page Navigation context request of the The status of making a Page Navigation context request of the
OptmizationGuide HintsFetcher. This includes whether a network request was OptmizationGuide HintsFetcher. This includes whether a network request was
...@@ -192,9 +192,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -192,9 +192,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="OptimizationGuide.HintsFetcher.TopHostProvider.BlacklistSize.OnInitialize" name="OptimizationGuide.HintsFetcher.TopHostProvider.BlacklistSize.OnInitialize"
units="total host count" expires_after="2020-11-30"> units="total host count" expires_after="2021-03-31">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>dougarnett@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
Records the number of hosts placed on the HintsFetcherTopHostBlacklist when Records the number of hosts placed on the HintsFetcherTopHostBlacklist when
it is initialized. it is initialized.
...@@ -203,9 +203,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -203,9 +203,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="OptimizationGuide.HintsFetcher.TopHostProvider.BlacklistSize.OnRequest" name="OptimizationGuide.HintsFetcher.TopHostProvider.BlacklistSize.OnRequest"
units="total host count" expires_after="2020-11-30"> units="total host count" expires_after="2021-03-31">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>dougarnett@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
Records the number of hosts on the HintsFetcherTopHostBlacklist when top Records the number of hosts on the HintsFetcherTopHostBlacklist when top
hosts are requested. hosts are requested.
...@@ -214,7 +214,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -214,7 +214,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="OptimizationGuide.HintsManager.ConcurrentPageNavigationFetches" name="OptimizationGuide.HintsManager.ConcurrentPageNavigationFetches"
units="counts" expires_after="2020-11-30"> units="counts" expires_after="2021-03-31">
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<summary> <summary>
...@@ -238,7 +238,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -238,7 +238,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="OptimizationGuide.IsPredictionModelValid" units="BooleanValid" <histogram name="OptimizationGuide.IsPredictionModelValid" units="BooleanValid"
expires_after="2020-11-30"> expires_after="2021-03-31">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
...@@ -250,7 +250,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -250,7 +250,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram base="true" name="OptimizationGuide.OptimizationFilterStatus" <histogram base="true" name="OptimizationGuide.OptimizationFilterStatus"
enum="OptimizationGuideOptimizationFilterStatus" expires_after="2021-04-04"> enum="OptimizationGuideOptimizationFilterStatus" expires_after="2021-04-04">
<owner>dougarnett@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
Status of processing OptimizationFilter configurations for server-provided Status of processing OptimizationFilter configurations for server-provided
...@@ -260,7 +260,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -260,7 +260,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="OptimizationGuide.OptimizationHintsComponent.MajorVersion" <histogram name="OptimizationGuide.OptimizationHintsComponent.MajorVersion"
units="major version number" expires_after="2020-11-30"> units="major version number" expires_after="2021-03-31">
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<summary> <summary>
...@@ -282,7 +282,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -282,7 +282,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="OptimizationGuide.PredictionManager.HostModelFeaturesMapSize" <histogram name="OptimizationGuide.PredictionManager.HostModelFeaturesMapSize"
units="total host count" expires_after="2020-11-30"> units="total host count" expires_after="2021-03-31">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
...@@ -307,7 +307,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -307,7 +307,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="OptimizationGuide.PredictionModelFetcher.GetModelsRequest.HostCount" name="OptimizationGuide.PredictionModelFetcher.GetModelsRequest.HostCount"
units="total host count" expires_after="2021-01-31"> units="total host count" expires_after="2021-03-31">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
...@@ -319,7 +319,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -319,7 +319,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="OptimizationGuide.PredictionModelFetcher.GetModelsResponse.HostModelFeatureCount" name="OptimizationGuide.PredictionModelFetcher.GetModelsResponse.HostModelFeatureCount"
units="units" expires_after="2020-11-30"> units="units" expires_after="2021-03-31">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
...@@ -330,7 +330,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -330,7 +330,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="OptimizationGuide.PredictionModelFetcher.GetModelsResponse.NetErrorCode" name="OptimizationGuide.PredictionModelFetcher.GetModelsResponse.NetErrorCode"
enum="NetErrorCodes" expires_after="2021-01-31"> enum="NetErrorCodes" expires_after="2021-03-31">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
...@@ -341,7 +341,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -341,7 +341,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="OptimizationGuide.PredictionModelFetcher.GetModelsResponse.Status" name="OptimizationGuide.PredictionModelFetcher.GetModelsResponse.Status"
enum="HttpResponseCode" expires_after="2021-01-31"> enum="HttpResponseCode" expires_after="2021-03-31">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
...@@ -351,7 +351,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -351,7 +351,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="OptimizationGuide.PredictionModelLoadedVersion" <histogram name="OptimizationGuide.PredictionModelLoadedVersion"
units="version number" expires_after="2020-11-30"> units="version number" expires_after="2021-03-31">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
...@@ -363,7 +363,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -363,7 +363,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="OptimizationGuide.PredictionModelStore.HostModelFeaturesLoadMetadataResult" name="OptimizationGuide.PredictionModelStore.HostModelFeaturesLoadMetadataResult"
enum="BooleanLoaded" expires_after="2020-11-30"> enum="BooleanLoaded" expires_after="2021-03-31">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
...@@ -373,7 +373,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -373,7 +373,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="OptimizationGuide.PredictionModelUpdateVersion" <histogram name="OptimizationGuide.PredictionModelUpdateVersion"
units="version number" expires_after="2021-01-31"> units="version number" expires_after="2021-03-31">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
...@@ -383,7 +383,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -383,7 +383,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="OptimizationGuide.PredictionModelValidationLatency" units="ms" <histogram name="OptimizationGuide.PredictionModelValidationLatency" units="ms"
expires_after="2021-01-31"> expires_after="2021-03-31">
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
...@@ -396,7 +396,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -396,7 +396,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram name="OptimizationGuide.ProcessHintsResult" <histogram name="OptimizationGuide.ProcessHintsResult"
enum="OptimizationGuideProcessHintsResult" expires_after="2021-04-04"> enum="OptimizationGuideProcessHintsResult" expires_after="2021-04-04">
<owner>dougarnett@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<summary> <summary>
Whether processing the hints succeeded or failed at a particular step. Whether processing the hints succeeded or failed at a particular step.
...@@ -433,7 +433,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -433,7 +433,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram base="true" name="OptimizationGuide.TargetDecision" <histogram base="true" name="OptimizationGuide.TargetDecision"
enum="OptimizationGuideOptimizationTargetDecision" enum="OptimizationGuideOptimizationTargetDecision"
expires_after="2021-01-31"> expires_after="2021-03-31">
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<owner>mcrouse@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<summary> <summary>
......
...@@ -10621,8 +10621,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -10621,8 +10621,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Previews.OptOut.UserOptedOut" enum="PreviewsUserOptedOut" <histogram name="Previews.OptOut.UserOptedOut" enum="PreviewsUserOptedOut"
expires_after="2020-01-31"> expires_after="2021-03-31">
<owner>sophiechang@chromium.org</owner> <owner>sophiechang@chromium.org</owner>
<owner>mcrouse@chromium.org</owner>
<summary> <summary>
Whether the user chose to reload the original page when shown a preview. Whether the user chose to reload the original page when shown a preview.
</summary> </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