Technoboy- opened a new pull request #11556:
URL: https://github.com/apache/pulsar/pull/11556
### Motivation
Currently, there are no relative metrics about compacted topic, which would
be extremely useful while tracking potential flows or examining the overall
condition of compacted topics .
So , I have added below metrics:
- compactRate : the broker compact rate. (broker level)
- compactBytesRate : the broker compact bytes rate. (broker level)
- compactedError : the count of compacted occur error. (namespace level)
- compactedSucceed : the count of compacted succeed.(namespace level)
- compactedTopicSize : the size after compacted(topic level)
- compactedTopicMsgCount : the message count after compacted(topic level)
- compactedTopicRemovedEvents : how many events had been removed after
compacted (topic level).
Broker and namespace level metrics exposed to prometheus as well.
Topic level metrics are exposed by CLI.
--
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]