]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: improve "pubsub_push_pending" info 64112/head
authorZac Dover <zac.dover@proton.me>
Mon, 23 Jun 2025 08:47:05 +0000 (18:47 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 23 Jun 2025 13:03:31 +0000 (23:03 +1000)
Explain in greater detail what the counter "pubsub_push_pending" counts.

Fixes: https://tracker.ceph.com/issues/71793
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 26f2c0ebbe364cd27f8f0ae1adc954ce206371b7)

doc/radosgw/notifications.rst

index c780409f078f55c15eced2084c74b09a62069fea..e0afd0db1b602496368b6af5c9fd5e3ffa1d1bca 100644 (file)
@@ -129,7 +129,10 @@ Notification Performance Statistics
 - ``pubsub_event_lost``: a running counter of events that had topics associated with them, but that were not pushed to any of the endpoints
 - ``pubsub_push_ok``: a running counter, for all notifications, of events successfully pushed to their endpoints
 - ``pubsub_push_fail``: a running counter, for all notifications, of events that failed to be pushed to their endpoints
-- ``pubsub_push_pending``: the gauge value of events pushed to an endpoint but not acked or nacked yet
+- ``pubsub_push_pending``: the gauge value of events pushed to an endpoint but
+  not acked or nacked yet. This does not include the notifications waiting in
+  the persistent queue. Only the notifications that are in flight in both
+  persistent and non-persistent cases are counted.
 
 .. note::