sv2000 commented on a change in pull request #2927: Fix start URL: https://github.com/apache/incubator-gobblin/pull/2927#discussion_r393921210
########## File path: gobblin-service/src/main/java/org/apache/gobblin/service/monitoring/KafkaAvroJobStatusMonitor.java ########## @@ -131,11 +131,12 @@ protected void createMetrics() { break; case TimingEvent.LauncherTimings.JOB_ORCHESTRATED: properties.put(JobStatusRetriever.EVENT_NAME_FIELD, ExecutionStatus.ORCHESTRATED.name()); - properties.put(TimingEvent.JOB_START_TIME, properties.getProperty(TimingEvent.METADATA_END_TIME)); + properties.put(TimingEvent.JOB_ORCHESTRATION_TIME, properties.getProperty(TimingEvent.METADATA_END_TIME)); Review comment: JOB_ORCHESTRATED_TIME. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services