You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/14 07:02:24 UTC

[GitHub] [pulsar] eolivelli opened a new issue, #16596: Broker: add metrics about server-side filtering (PIP-105)

eolivelli opened a new issue, #16596:
URL: https://github.com/apache/pulsar/issues/16596

   **Is your enhancement request related to a problem? Please describe.**
   I would like to see a metric about the outcomes of filters:
   - number of messages passes thru the filter
   - number of accepted messages
   - number of rejected messages
   - number of rescheduled messages
   
   This must be per-subscription
   
   **Additional context**
   This is useful to estimate how many messages are filtered out by a subscription filter


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] tjiuming commented on issue #16596: Broker: add metrics about server-side filtering (PIP-105)

Posted by GitBox <gi...@apache.org>.
tjiuming commented on issue #16596:
URL: https://github.com/apache/pulsar/issues/16596#issuecomment-1201582326

   @eolivelli I'll handle the issue


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] eolivelli commented on issue #16596: Broker: add metrics about server-side filtering (PIP-105)

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #16596:
URL: https://github.com/apache/pulsar/issues/16596#issuecomment-1184273992

   This is already partial support here
   https://github.com/apache/pulsar/pull/14531
   but we are missing the 'rescheduled' messages


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] eolivelli commented on issue #16596: Broker: add metrics about server-side filtering (PIP-105)

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #16596:
URL: https://github.com/apache/pulsar/issues/16596#issuecomment-1185420420

   unfortunately #14531c covers only per-topic stats.
   I have some use-cases when I have multiple subscriptions on the same topic, so I need per-subscription stats, or better, Prometheus metrics


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] michaeljmarshall closed issue #16596: Broker: add metrics about server-side filtering (PIP-105)

Posted by GitBox <gi...@apache.org>.
michaeljmarshall closed issue #16596: Broker: add metrics about server-side filtering (PIP-105)
URL: https://github.com/apache/pulsar/issues/16596


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org