bshashikant commented on a change in pull request #159: URL: https://github.com/apache/incubator-ratis/pull/159#discussion_r462870042
########## File path: ratis-grpc/src/main/java/org/apache/ratis/grpc/server/GrpcService.java ########## @@ -111,13 +113,21 @@ private GrpcService(RaftServer raftServer, Supplier<RaftPeerId> idSupplier, int this.clientProtocolService = new GrpcClientProtocolService(idSupplier, raftServer); + MetricServerInterceptor monitoringInterceptor = new MetricServerInterceptor( Review comment: i think we can add raftserver peer id ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org