File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,10 @@ Notification Performance Statistics
129129- ``pubsub_event_triggered ``: a running counter of events that have at least one topic associated with them
130130- ``pubsub_push_ok ``: a running counter, for all notifications, of events successfully pushed to their endpoints
131131- ``pubsub_push_fail ``: a running counter, for all notifications, of events that failed to be pushed to their endpoints
132- - ``pubsub_push_pending ``: the gauge value of events pushed to an endpoint but not acked or nacked yet
132+ - ``pubsub_push_pending ``: the gauge value of events pushed to an endpoint but
133+ not acked or nacked yet. This does not include the notifications waiting in
134+ the persistent queue. Only the notifications that are in flight in both
135+ persistent and non-persistent cases are counted.
133136
134137.. note ::
135138
You can’t perform that action at this time.
0 commit comments