phet commented on a change in pull request #3454:
URL: https://github.com/apache/gobblin/pull/3454#discussion_r791313196



##########
File path: 
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManager.java
##########
@@ -411,6 +416,11 @@ public synchronized void setActive(boolean active) {
     }
   }
 
+  @VisibleForTesting
+  protected static MetricNameRegexFilter getMetricsFilterForDagManager() {

Review comment:
       minor: since part of the `DagManager` class seems redundant to add 
suffix, `ForDagManager`.
   
   (e.g. look how it appears when called in the test)




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


Reply via email to