YongGang commented on code in PR #14771:
URL: https://github.com/apache/druid/pull/14771#discussion_r1293989998


##########
extensions-contrib/kubernetes-overlord-extensions/src/main/java/org/apache/druid/k8s/overlord/common/KubernetesPeonClient.java:
##########
@@ -87,6 +105,8 @@ public JobResponse waitForPeonJobCompletion(K8sTaskId 
taskId, long howLong, Time
                           howLong,
                           unit
                       );
+      long duration = System.currentTimeMillis() - start;
+      emitK8sPodMetrics(job, "peon/running/time", duration);

Review Comment:
   Removed, `task/run/time` metric will include job startup and running 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.

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]

Reply via email to