Description
Following metrics would be useful related to GrpcLogAppends for performance and health monitoring and tuning:
GrpcLogAppenderLatency | Time taken to append a log entry to each follower and get acknowledgement |
logAppendRetryCount | Total no of retried logAppends requests |
logAppendRequestCount | Total no of logAppendRequest |
appendEntryProcessingLatency | Time required to process an append entry request on each follower |
Attachments
Attachments
Issue Links
- incorporates
-
RATIS-760 Add missing Grpc log append entries timeout metric
- Resolved