Chromium Code Reviews| 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> |