SpotiByeAds
SpotiByeAds copied to clipboard
Deploy widget does not display deployment duration
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.
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 ?
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.
Is that data readily available in the XLD and UDeploy API's?
@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.
It is available in uDeploy. Let me verify again. Will keep posted.