Skip to content

Commit afd7a18

Browse files
committed
doc/radosgw: remove "pubsub_event_lost"
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 <[email protected]> (cherry picked from commit b308f50)
1 parent e45b3d3 commit afd7a18

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/radosgw/notifications.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,15 @@ Notification Performance Statistics
126126
-----------------------------------
127127

128128
- ``pubsub_event_triggered``: a running counter of events that have at least one topic associated with them
129-
- ``pubsub_event_lost``: a running counter of events that had topics associated with them, but that were not pushed to any of the endpoints
130129
- ``pubsub_push_ok``: a running counter, for all notifications, of events successfully pushed to their endpoints
131130
- ``pubsub_push_fail``: a running counter, for all notifications, of events that failed to be pushed to their endpoints
132131
- ``pubsub_push_pending``: the gauge value of events pushed to an endpoint but not acked or nacked yet
133132

134133
.. note::
135134

136-
``pubsub_event_triggered`` and ``pubsub_event_lost`` are incremented per
137-
event on each notification, but ``pubsub_push_ok`` and ``pubsub_push_fail``
138-
are incremented per push action on each notification.
135+
``pubsub_event_triggered`` is incremented per event on each notification,
136+
but ``pubsub_push_ok`` and ``pubsub_push_fail`` are incremented per push
137+
action on each notification.
139138

140139
Bucket Notification REST API
141140
----------------------------

0 commit comments

Comments
 (0)