Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2887873002: Update OWNERS and Histogram entries for Budget and BG Fetch (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « content/browser/background_fetch/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e5c72425ad706bb8d5faecba370a69e02028446b..d730e810472365f063f58ff84493bd3fe87ae000 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4790,7 +4790,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Blink.BudgetAPI.QueryBudget" units="budget">
- <owner>harkness@chromium.org</owner>
+ <owner>peter@chromium.org</owner>
<summary>
Whenever the Budget API framework receives a query for the current budget,
this records the total budget available to the origin, which is an internal
@@ -4803,7 +4803,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Blink.BudgetAPI.Reserve" enum="BooleanSuccess">
- <owner>harkness@chromium.org</owner>
+ <owner>peter@chromium.org</owner>
<summary>
Whenever the Budget API framework receives a request to reserve budget for a
future background operation, this records whether the reserve request
@@ -21765,7 +21765,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="GCM.PendingConnectionEventsAtShutdown" units="events">
- <owner>harkness@chromium.org</owner>
+ <owner>peter@chromium.org</owner>
<summary>
Number of connection events which have not been sent to GCM. This is
recorded only at the time of shutdown to capture the events which are being
@@ -57282,7 +57282,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="PushMessaging.BackgroundBudget">
- <owner>harkness@chromium.org</owner>
+ <owner>peter@chromium.org</owner>
<summary>
Whenever a Service Worker receives a push message, this records the budget
available to the service worker, which is an internal Chrome value for the
@@ -57350,7 +57350,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="PushMessaging.SESForLowBudgetOrigin">
- <owner>harkness@chromium.org</owner>
+ <owner>peter@chromium.org</owner>
<summary>
When a Service Worker hits low budget when servicing a push message, this
records what the Site Engagement Service score is at that time.
@@ -57358,7 +57358,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="PushMessaging.SESForNoBudgetOrigin">
- <owner>harkness@chromium.org</owner>
+ <owner>peter@chromium.org</owner>
<summary>
When a Service Worker hits zero budget when servicing a push message, this
records what the Site Engagement Service score is at that time.
« no previous file with comments | « content/browser/background_fetch/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698