From: Zac Dover Date: Wed, 25 Jun 2025 05:19:34 +0000 (+1000) Subject: Merge pull request #64112 from zdover23/wip-doc-2025-06-23-backport-64103-to-tentacle X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ab22957b119807c8ee776a4524e580d10158b081;p=ceph.git Merge pull request #64112 from zdover23/wip-doc-2025-06-23-backport-64103-to-tentacle tentacle: doc/radosgw: improve "pubsub_push_pending" info Reviewed-by: Anthony D'Atri Reviewed-by: Yuval Lifshitz --- ab22957b119807c8ee776a4524e580d10158b081 diff --cc doc/radosgw/notifications.rst index c078126638414,e0afd0db1b602..c12aa46ec3f73 --- a/doc/radosgw/notifications.rst +++ b/doc/radosgw/notifications.rst @@@ -125,11 -125,14 +125,14 @@@ Dump (in JSON format) all pending bucke Notification Performance Statistics ----------------------------------- +- ``persistent_topic_size``: queue size in bytes. - ``pubsub_event_triggered``: a running counter of events that have at least one topic associated with them -- ``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::