]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: remove "pubsub_event_lost" 64127/head
authorZac Dover <zac.dover@proton.me>
Mon, 23 Jun 2025 08:18:07 +0000 (18:18 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 24 Jun 2025 04:53:25 +0000 (14:53 +1000)
Remove "pubsub_event_lost" from the list of "Notification Performance
Statistics" in doc/radosgw/notifications.rst. "pubsub_event_lost" is now
obsolete.

Fixes: https://tracker.ceph.com/issues/71790
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit b308f50d1e0c2d238c3b2bf54df99cc7ac2ac679)

doc/radosgw/notifications.rst

index 83dfe91bed1fbd17d2051fde5e7939a5fb3f9802..e3d3b3bd05549e912154b84600d86defb99c129b 100644 (file)
@@ -104,16 +104,15 @@ Notification Performance Statistics
 -----------------------------------
 
 - ``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
 
 .. note::
 
-    ``pubsub_event_triggered`` and ``pubsub_event_lost`` are incremented per
-    event on each notification, but ``pubsub_push_ok`` and ``pubsub_push_fail``
-    are incremented per push action on each notification.
+    ``pubsub_event_triggered`` is incremented per event on each notification,
+    but ``pubsub_push_ok`` and ``pubsub_push_fail`` are incremented per push
+    action on each notification.
 
 Bucket Notification REST API
 ----------------------------