umustafi commented on code in PR #3700:
URL: https://github.com/apache/gobblin/pull/3700#discussion_r1223667545


##########
gobblin-runtime/src/main/java/org/apache/gobblin/runtime/metrics/RuntimeMetrics.java:
##########
@@ -72,6 +73,8 @@ public class RuntimeMetrics {
   public static final String GOBBLIN_JOB_SCHEDULER_TOTAL_GET_SPEC_TIME_NANOS = 
ServiceMetricNames.GOBBLIN_SERVICE_PREFIX + 
".jobScheduler.totalGetSpecTimeNanos";
   public static final String GOBBLIN_JOB_SCHEDULER_TOTAL_ADD_SPEC_TIME_NANOS = 
ServiceMetricNames.GOBBLIN_SERVICE_PREFIX + 
".jobScheduler.totalAddSpecTimeNanos";
   public static final String 
GOBBLIN_JOB_SCHEDULER_NUM_JOBS_SCHEDULED_DURING_STARTUP = 
ServiceMetricNames.GOBBLIN_SERVICE_PREFIX + 
".jobScheduler.numJobsScheduledDuringStartup";
+  // Metrics Used to Track SchedulerLeaseAlgoHandlerProgress
+  public static final String 
GOBBLIN_SCHEDULER_LEASE_ALGO_HANDLER_NUM_LEASES_COMPLETED = 
ServiceMetricNames.GOBBLIN_SERVICE_PREFIX + 
".schedulerLeaseAlgoHandler.numLeasesCompleted";

Review Comment:
   resolved offline to use name `NUM_FLOWS_SUBMITTED`



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