Skip to content

Commit 0e4eb99

Browse files
authored
Merge pull request ceph#64107 from zdover23/wip-doc-2025-06-23-tr71789-radosgw-notifications
doc/radosgw: remove "pubsub_event_triggered" Reviewed-by: Yuval Lifshitz <[email protected]>
2 parents 0bb7b6d + 44dc57f commit 0e4eb99

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
@@ -128,7 +128,6 @@ Notification Performance Statistics
128128
- ``persistent_topic_size``: queue size in bytes.
129129
- ``persistent_topic_len``: shows how many notifications are currently waiting
130130
in the queue
131-
- ``pubsub_event_triggered``: a running counter of events that have at least one topic associated with them
132131
- ``pubsub_push_ok``: a running counter, for all notifications, of events successfully pushed to their endpoints
133132
- ``pubsub_push_fail``: a running counter, for all notifications, of events that failed to be pushed to their endpoints
134133
- ``pubsub_push_pending``: the gauge value of events pushed to an endpoint but
@@ -138,9 +137,9 @@ Notification Performance Statistics
138137

139138
.. note::
140139

141-
``pubsub_event_triggered`` is incremented per event on each notification,
142-
but ``pubsub_push_ok`` and ``pubsub_push_fail`` are incremented per push
143-
action on each notification.
140+
``pubsub_event_lost`` is incremented per event on each notification, but
141+
``pubsub_push_ok`` and ``pubsub_push_fail`` are incremented per push action
142+
on each notification.
144143

145144
Bucket Notification REST API
146145
----------------------------

0 commit comments

Comments
 (0)