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

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

Side-by-side diff isn't available for this file because of its large size.
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: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 277aae703bb89c4c4397c61b8a7c5b0f3bd2f556..99ee57b7a2da45622ce1be2be5588ed1032bdf87 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42371,6 +42371,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PushMessaging.BackgroundBudget">
+ <owner>harkness@google.com</owner>
Peter Beverloo 2016/05/17 11:04:34 nit: @chromium.org for each of these. Not sure why
harkness 2016/05/17 13:08:16 Done.
+ <summary>
+ Whenever a Service Worker receives a push message, this records the budget
+ available to the service worker.
+ </summary>
+</histogram>
+
<histogram name="PushMessaging.DeliveryStatus" enum="PushDeliveryStatus">
<owner>johnme@google.com</owner>
<owner>mvanouwerkerk@google.com</owner>
@@ -42401,6 +42409,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PushMessaging.SESForLowBudgetOrigin">
+ <owner>harkness@google.com</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@google.com</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>

Powered by Google App Engine
This is Rietveld 408576698