Search before asking
Version
2.10.1
Minimal reproduce step
pulsar-admin produce -m hello mytopic
pulsar-admin consume -s sub1 -p Earliest mytopic
pulsar-admin stats mytopic
The result is
...
"filterProcessedMsgCount" : 1,
"filterAcceptedMsgCount" : 1,
"filterRejectedMsgCount" : 0,
"filterRescheduledMsgCount" : 0,
....
What did you expect to see?
I do expect that if no entry filter has been used by the dispatcher, the filterProcessedMsgCount and filterAcceptedMsgCount metrics should not be increased.
What did you see instead?
The metrics are updated even if there's no entry filter configured
Anything else?
No response
Are you willing to submit a PR?
Search before asking
Version
2.10.1
Minimal reproduce step
The result is
What did you expect to see?
I do expect that if no entry filter has been used by the dispatcher, the
filterProcessedMsgCountandfilterAcceptedMsgCountmetrics should not be increased.What did you see instead?
The metrics are updated even if there's no entry filter configured
Anything else?
No response
Are you willing to submit a PR?