umustafi commented on a change in pull request #3336:
URL: https://github.com/apache/gobblin/pull/3336#discussion_r675755726



##########
File path: 
gobblin-restli/gobblin-flow-config-service/gobblin-flow-config-service-api/src/main/pegasus/org/apache/gobblin/service/JobStatistics.pdl
##########
@@ -19,4 +19,14 @@ record JobStatistics {
    * number of records processed in the last job execution
    */
   processedCount: long
+
+  /**
+   * data copy progress as a percentage
+   */
+  copyProgress: long
+
+  /**
+   * estimate of time left until copy completion
+   */
+  estimatedTimeLeft: long

Review comment:
       I have it in milliseconds since that's how the executionStart/EndTimes 
are set. 




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