]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #64104 from zdover23/wip-doc-2025-06-23-tr71790-radosgw-notifications
authorZac Dover <zac.dover@proton.me>
Tue, 24 Jun 2025 04:46:11 +0000 (14:46 +1000)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 04:46:11 +0000 (14:46 +1000)
doc/radosgw: remove "pubsub_event_lost"

Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
1  2 
doc/radosgw/notifications.rst

index e0afd0db1b602496368b6af5c9fd5e3ffa1d1bca,047443f4d5b0c33832d84ad85ba2a6504424bae8..77e4eb525ff6cc8072ea7eef774200f9be13829c
@@@ -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::