IClientMetricsCollector public interface IClientMetricsCollector Optional interface that can be implemented by class derived from MetricsCollector to collect metrics about response time reported by the Raft client. Documentation Code void ReportResponseTime(TimeSpan value) Reports about response time.