cmccabe opened a new pull request, #14010:
URL: https://github.com/apache/kafka/pull/14010

   Implement some of the metrics from KIP-938: Add more metrics for measuring 
KRaft performance.
   
   Add these metrics to QuorumControllerMetrics:
       kafka.controller:type=KafkaController,name=TimedOutBrokerHeartbeatCount
       
kafka.controller:type=KafkaController,name=EventQueueOperationsStartedCount
       
kafka.controller:type=KafkaController,name=EventQueueOperationsTimedOutCount
       kafka.controller:type=KafkaController,name=NewActiveControllersCount
   
   Create LoaderMetrics with these new metrics:
       kafka.server:type=MetadataLoader,name=CurrentMetadataVersion
       kafka.server:type=MetadataLoader,name=HandleLoadSnapshotCount
   
   Create SnapshotEmitterMetrics with these new metrics:
       kafka.server:type=SnapshotEmitter,name=LatestSnapshotGeneratedBytes
       kafka.server:type=SnapshotEmitter,name=LatestSnapshotGeneratedAgeMs


-- 
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

Reply via email to