Class CicdIncubatingAttributes.CicdPipelineRunStateIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.CicdIncubatingAttributes.CicdPipelineRunStateIncubatingValues
- Enclosing class:
- CicdIncubatingAttributes
public static final class CicdIncubatingAttributes.CicdPipelineRunStateIncubatingValues
extends Object
Values for
CicdIncubatingAttributes.CICD_PIPELINE_RUN_STATE.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe executing state spans the execution of any run tasks (eg. build, test).static final StringThe finalizing state spans from when the run has finished executing (eg. cleanup of run resources).static final StringThe run pending state spans from the event triggering the pipeline run until the execution of the run starts (eg. time spent in a queue, provisioning agents, creating run resources). -
Method Summary
-
Field Details
-
PENDING
The run pending state spans from the event triggering the pipeline run until the execution of the run starts (eg. time spent in a queue, provisioning agents, creating run resources).- See Also:
-
EXECUTING
The executing state spans the execution of any run tasks (eg. build, test).- See Also:
-
FINALIZING
The finalizing state spans from when the run has finished executing (eg. cleanup of run resources).- See Also:
-