socutes opened a new pull request #11207: URL: https://github.com/apache/kafka/pull/11207
KIP-630 enumerates a few metrics. Makes sure that those metrics are implemented. Add the following Metrics. kafka.controller:type=KafkaController,name=GenSnapshotLatencyMs , A histogram of the amount of time it took to generate a snapshot. kafka.controller:type=KafkaController,name=LoadSnapshotLatencyMs , A histogram of the amount of time it took to load the snapshot. kafka.controller:type=KafkaController,name=SnapshotLag ,The number of offsets between the largest snapshot offset and the high-watermark. kafka.controller:type=KafkaController,name=SnapshotSizeBytes , Size of the latest snapshot in bytes. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org