otterc commented on a change in pull request #34074:
URL: https://github.com/apache/spark/pull/34074#discussion_r779172382



##########
File path: 
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
##########
@@ -257,6 +260,9 @@ protected void serviceInit(Configuration externalConf) 
throws Exception {
       MetricsSystemImpl metricsSystem = (MetricsSystemImpl) 
DefaultMetricsSystem.instance();
       metricsSystem.register(
           metricsNamespace, "Metrics on the Spark Shuffle Service", 
serviceMetrics);
+      metricsSystem.register(
+          "ShuffleMergeManager", "Metrics in Spark Shuffle Merge Manager",

Review comment:
       Nit: should change this description as well




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

Reply via email to