From c981ee577fa731385a23feeede3f91873418f421 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 23 Jun 2025 18:47:05 +1000 Subject: [PATCH] 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) --- doc/radosgw/notifications.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/radosgw/notifications.rst b/doc/radosgw/notifications.rst index 83dfe91bed1fb..54134823c3fa4 100644 --- a/doc/radosgw/notifications.rst +++ b/doc/radosgw/notifications.rst @@ -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:: -- 2.39.5