Commit 9c3fa870 authored by rajendrant's avatar rajendrant Committed by Commit Bot

Extend data use histograms expiry

Fixed: 1037039
Change-Id: Ib8deb39d9b1d0206e4dc3b5acabed8797d456b40
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130967
Commit-Queue: Tarun Bansal <tbansal@chromium.org>
Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755207}
parent 4f2ec0b7
...@@ -34744,9 +34744,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -34744,9 +34744,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="DataUse.BackgroundToDataRecievedPerByte" units="ms" <histogram name="DataUse.BackgroundToDataRecievedPerByte" units="ms"
expires_after="M85"> expires_after="M90">
<owner>rajendrant@chromium.org</owner> <owner>rajendrant@chromium.org</owner>
<owner>bengr@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<summary> <summary>
The time since Chrome is in background when background data use happens. The time since Chrome is in background when background data use happens.
Recorded for each byte of background data use. The source of traffic whether Recorded for each byte of background data use. The source of traffic whether
...@@ -34755,9 +34755,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -34755,9 +34755,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="DataUse.BackgroundToFirstDownstream" units="ms" <histogram name="DataUse.BackgroundToFirstDownstream" units="ms"
expires_after="M85"> expires_after="M90">
<owner>rajendrant@chromium.org</owner> <owner>rajendrant@chromium.org</owner>
<owner>bengr@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<summary> <summary>
The time since Chrome is in background when first background data use The time since Chrome is in background when first background data use
happens. Recorded when first background downstream data use after Chrome is happens. Recorded when first background downstream data use after Chrome is
...@@ -34833,9 +34833,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -34833,9 +34833,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</summary> </summary>
</histogram> </histogram>
<histogram name="DataUse.FavIcon.Downstream" units="bytes" expires_after="M85"> <histogram name="DataUse.FavIcon.Downstream" units="bytes" expires_after="M90">
<owner>rajendrant@chromium.org</owner> <owner>rajendrant@chromium.org</owner>
<owner>bengr@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<summary> <summary>
Records the downstream network data use of favicon requests. Logged when the Records the downstream network data use of favicon requests. Logged when the
request is completed or redirected. Zero bytes are recorded when the request request is completed or redirected. Zero bytes are recorded when the request
...@@ -34844,9 +34844,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -34844,9 +34844,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="DataUse.FavIcon.Downstream.Non200Response" units="bytes" <histogram name="DataUse.FavIcon.Downstream.Non200Response" units="bytes"
expires_after="M85"> expires_after="M90">
<owner>rajendrant@chromium.org</owner> <owner>rajendrant@chromium.org</owner>
<owner>bengr@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<summary> <summary>
Records the downstream network data use of favicon requests with non 200 Records the downstream network data use of favicon requests with non 200
response code. Logged when the request is completed or redirected. response code. Logged when the request is completed or redirected.
...@@ -34896,9 +34896,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -34896,9 +34896,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="DataUse.PageTransition.UserTrafficKB" <histogram name="DataUse.PageTransition.UserTrafficKB"
enum="DataUsePageTransition" expires_after="M85"> enum="DataUsePageTransition" expires_after="M90">
<owner>rajendrant@chromium.org</owner> <owner>rajendrant@chromium.org</owner>
<owner>bengr@chromium.org</owner> <owner>mcrouse@chromium.org</owner>
<summary> <summary>
Data use of user traffic by different core page transition types. Recorded Data use of user traffic by different core page transition types. Recorded
in KB when the URL request finishes. in KB when the URL request finishes.
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