You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rework the Span structure to have Workload Spans covering the deployment of a specific Workload
Technical Details
The Workload Span should have as top-most level a single Span that tracks the whole time a specific workload requires to be deployed end-to-end in a k8s cluster. This span should have the following naming $workloadName:$workloadVersion.
This Workload Span is a direct child of the ApplicationDeployment Span created in #409.
This Workload Span should have 5 different children:
WorkloadPreDeployTasks
WorkloadPreDeployEvaluations
WorkloadDeployment
WorkloadPostDeployTasks
WorkloadPostDeployEvaluations
DoD
A single Span tracks the complete Workload deployment
Child spans of the "Workload Span" cover the evolution of the Workload deployment
Unit/Component tests
The text was updated successfully, but these errors were encountered:
Goal
Rework the Span structure to have Workload Spans covering the deployment of a specific Workload
Technical Details
The Workload Span should have as top-most level a single Span that tracks the whole time a specific workload requires to be deployed end-to-end in a k8s cluster. This span should have the following naming
$workloadName:$workloadVersion
.This Workload Span is a direct child of the
ApplicationDeployment
Span created in #409.This Workload Span should have 5 different children:
DoD
The text was updated successfully, but these errors were encountered: