From: Zac Dover Date: Mon, 23 Jun 2025 08:47:05 +0000 (+1000) Subject: doc/radosgw: improve "pubsub_push_pending" info X-Git-Tag: v19.2.3~10^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5add4c8b72f31ab7b1d21df85c175913f1575062;p=ceph.git doc/radosgw: improve "pubsub_push_pending" info Explain in greater detail what the counter "pubsub_push_pending" counts. Fixes: https://tracker.ceph.com/issues/71793 Signed-off-by: Zac Dover (cherry picked from commit 26f2c0ebbe364cd27f8f0ae1adc954ce206371b7) --- diff --git a/doc/radosgw/notifications.rst b/doc/radosgw/notifications.rst index c780409f078f5..e0afd0db1b602 100644 --- a/doc/radosgw/notifications.rst +++ b/doc/radosgw/notifications.rst @@ -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::