sarvekshayr opened a new pull request, #8114: URL: https://github.com/apache/ozone/pull/8114
## What changes were proposed in this pull request? GrpcMetrics and related code is used only in Ozone Manager. It was added in hdds-common for [possible reuse](https://github.com/apache/ozone/pull/4044#discussion_r1041309900). It's for servers only, so can be moved to hdds-server-framework. ``` hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/grpc/metrics/GrpcMetrics.java hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/grpc/metrics/GrpcMetricsServerRequestInterceptor.java hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/grpc/metrics/GrpcMetricsServerResponseInterceptor.java hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/grpc/metrics/GrpcMetricsServerTransportFilter.java hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/grpc/metrics/package-info.java ``` ## What is the link to the Apache JIRA [HDDS-12640](https://issues.apache.org/jira/browse/HDDS-12640) ## How was this patch tested? CI: https://github.com/sarvekshayr/ozone/actions/runs/13947257177 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
