]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: improve "pubsub_push_pending" info 64114/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:41 +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 83dfe91bed1fbd17d2051fde5e7939a5fb3f9802..54134823c3fa41e56d6205a7e4c09f9d01171b1a 100644 (file)
@@ -107,7 +107,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::