]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: remove "pubsub_event_triggered" 64154/head
authorZac Dover <zac.dover@proton.me>
Mon, 23 Jun 2025 08:07:40 +0000 (18:07 +1000)
committerZac Dover <zac.dover@proton.me>
Thu, 26 Jun 2025 15:06:32 +0000 (01:06 +1000)
Remove "pubsub_event_triggered" from the list of "Notification
Performance Statistics". It is obsolete.

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

doc/radosgw/notifications.rst

index 7dc0b819c306e40ddad2d98de0604fc779650fbc..c665d291a01d5cc5fb0ae3dee605679dbd892564 100644 (file)
@@ -128,7 +128,6 @@ Notification Performance Statistics
 - ``persistent_topic_size``: queue size in bytes. 
 - ``persistent_topic_len``: shows how many notifications are currently waiting
   in the queue
-- ``pubsub_event_triggered``: a running counter of events that have at least one topic associated with them
 - ``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
@@ -138,9 +137,9 @@ Notification Performance Statistics
 
 .. note::
 
-    ``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.
+    ``pubsub_event_lost`` 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
 ----------------------------