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

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

Issue 1977423002: Added UMA stats to track the budget for any service worker which receives a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Post-rebase include fix Created 4 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 | « chrome/browser/push_messaging/push_messaging_notification_manager.cc ('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 3b0b4b595c240e49c2e02e834c2d66e5a0b24105..1669b06bc7237563637685e1667c0971fce9d328 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42701,6 +42701,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PushMessaging.BackgroundBudget">
+ <owner>harkness@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
+ amount of background processing a service worker is allowed to do without
+ visibly alerting the user. Scale for the budget is 0 to 100.
+ </summary>
+</histogram>
+
<histogram name="PushMessaging.DeliveryStatus" enum="PushDeliveryStatus">
<owner>johnme@google.com</owner>
<owner>mvanouwerkerk@google.com</owner>
@@ -42731,6 +42741,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PushMessaging.SESForLowBudgetOrigin">
+ <owner>harkness@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.
+ </summary>
+</histogram>
+
+<histogram name="PushMessaging.SESForNoBudgetOrigin">
+ <owner>harkness@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.
+ </summary>
+</histogram>
+
<histogram name="PushMessaging.UnregistrationStatus"
enum="PushUnregistrationStatus">
<owner>johnme@google.com</owner>
« no previous file with comments | « chrome/browser/push_messaging/push_messaging_notification_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698