tjiuming opened a new pull request, #16932:
URL: https://github.com/apache/pulsar/pull/16932

   Fixes https://github.com/apache/pulsar/issues/16596
   
   ### Motivation
   
   add per-subscription `EntryFilter` metrics for PersistentTopic and 
NonPersistentTopic.
   
   ### Modifications
   
   Add the following metrics to Prometheus:
   1. pulsar_subscription_through_filter_msg_count
   2. pulsar_subscription_filter_accepted_msg_count
   3. pulsar_subscription_filter_rejected_msg_count
   4. pulsar_subscription_filter_rescheduled_msg_count
   
   Add the following metrics to admin-api:
   1. throughEntryFilterMsgs
   2. entryFilterAccepted
   3. entryFilterRejected
   4. entryFilterRescheduled
   
   ### Documentation
   
   Check the box below or label this PR directly.
   
   Need to update docs? 
   
   - [x] `doc-required` 
   (Your PR needs to update docs and you will update later)
     
   - [ ] `doc-not-needed` 
   (Please explain why)
     
   - [ ] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to