SpotiByeAds icon indicating copy to clipboard operation
SpotiByeAds copied to clipboard

Deploy widget does not display deployment duration

Open jmcshane opened this issue 8 years ago • 5 comments

The Request object has a capability to receive job duration, but the EnvironmentComponent does not allow or use the job duration in any way.

I would like this to be included in the deploy widget so deployment duration can be used as a visibility metric.

jmcshane avatar Dec 07 '16 05:12 jmcshane

If I am understanding this correct, you would like to report from your deployment tool of choice , not just the environment and artifacts but how long the deployment process ran ?

amitmawkin avatar Dec 07 '16 16:12 amitmawkin

I would like the existing duration field on DeployDataCreateRequest to be used by EnvironmentComponent. If duration will not be used, the field should be removed from the request class.

My desire is that each of the components on the UI could show a deploy duration next to the deploy start time. This would help to track modules that are taking longer to deploy or drift in the deploy duration.

jmcshane avatar Dec 07 '16 20:12 jmcshane

Is that data readily available in the XLD and UDeploy API's?

MarkRx avatar Dec 07 '16 21:12 MarkRx

@MarkRx in the XLD collector, this data would definitely be available. It could be set using lines 7 and 12 of XLDeployApplicationHistoryItem, which is used to create the EnvironmentComponent.

I didn't see matching startDate fields for UDeploy. I don't know the applications API, so I am not sure if this is available.

jmcshane avatar Dec 07 '16 21:12 jmcshane

It is available in uDeploy. Let me verify again. Will keep posted.

tabladrum avatar Dec 07 '16 21:12 tabladrum