From: Zac Dover Date: Tue, 24 Jun 2025 04:46:11 +0000 (+1000) Subject: Merge pull request #64104 from zdover23/wip-doc-2025-06-23-tr71790-radosgw-notifications X-Git-Tag: testing/wip-hyelloji-testing-20250624.114937~8 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5e4bcdcba78fc7aa9b587eb343fdf8f679291841;p=ceph-ci.git Merge pull request #64104 from zdover23/wip-doc-2025-06-23-tr71790-radosgw-notifications doc/radosgw: remove "pubsub_event_lost" Reviewed-by: Anthony D'Atri --- 5e4bcdcba78fc7aa9b587eb343fdf8f679291841 diff --cc doc/radosgw/notifications.rst index e0afd0db1b6,047443f4d5b..77e4eb525ff --- a/doc/radosgw/notifications.rst +++ b/doc/radosgw/notifications.rst @@@ -126,13 -126,9 +126,12 @@@ Notification Performance Statistic ----------------------------------- - ``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::