File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ Notification Performance Statistics
126126-----------------------------------
127127
128128- ``pubsub_event_triggered ``: a running counter of events that have at least one topic associated with them
129- - ``pubsub_event_lost ``: a running counter of events that had topics associated with them, but that were not pushed to any of the endpoints
130129- ``pubsub_push_ok ``: a running counter, for all notifications, of events successfully pushed to their endpoints
131130- ``pubsub_push_fail ``: a running counter, for all notifications, of events that failed to be pushed to their endpoints
132131- ``pubsub_push_pending ``: the gauge value of events pushed to an endpoint but
@@ -136,9 +135,9 @@ Notification Performance Statistics
136135
137136.. note ::
138137
139- ``pubsub_event_triggered `` and `` pubsub_event_lost `` are incremented per
140- event on each notification, but ``pubsub_push_ok `` and ``pubsub_push_fail ``
141- are incremented per push action on each notification.
138+ ``pubsub_event_triggered `` is incremented per event on each notification,
139+ but ``pubsub_push_ok `` and ``pubsub_push_fail `` are incremented per push
140+ action on each notification.
142141
143142Bucket Notification REST API
144143----------------------------
You can’t perform that action at this time.
0 commit comments