sodonnel commented on code in PR #6185:
URL: https://github.com/apache/ozone/pull/6185#discussion_r1486122008
##########
hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/datanode/DecommissionStatusSubCommand.java:
##########
@@ -81,17 +88,55 @@ public void execute(ScmClient scmClient) throws IOException
{
decommissioningNodes.size() + " node(s)");
}
+ String metricsJson =
scmClient.getMetrics("Hadoop:service=StorageContainerManager,name=NodeDecommissionMetrics");
Review Comment:
This is nice - that you can filter the metrics server side with the query
string. I thought we would have to do that client side, but this is better.
--
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]