Class CicdIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.CicdIncubatingAttributes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>The human readable name of the pipeline within a CI/CD system.static final io.opentelemetry.api.common.AttributeKey<String>The unique identifier of a pipeline run within a CI/CD system.static final io.opentelemetry.api.common.AttributeKey<String>The human readable name of a task within a pipeline.static final io.opentelemetry.api.common.AttributeKey<String>The unique identifier of a task run within a pipeline.static final io.opentelemetry.api.common.AttributeKey<String>The URL of the pipeline run providing the complete address in order to locate and identify the pipeline run.static final io.opentelemetry.api.common.AttributeKey<String>The type of the task within a pipeline. -
Method Summary
-
Field Details
-
CICD_PIPELINE_NAME
The human readable name of the pipeline within a CI/CD system. -
CICD_PIPELINE_RUN_ID
The unique identifier of a pipeline run within a CI/CD system. -
CICD_PIPELINE_TASK_NAME
The human readable name of a task within a pipeline. Task here most closely aligns with a computing process in a pipeline. Other terms for tasks include commands, steps, and procedures. -
CICD_PIPELINE_TASK_RUN_ID
The unique identifier of a task run within a pipeline. -
CICD_PIPELINE_TASK_RUN_URL_FULL
public static final io.opentelemetry.api.common.AttributeKey<String> CICD_PIPELINE_TASK_RUN_URL_FULLThe URL of the pipeline run providing the complete address in order to locate and identify the pipeline run. -
CICD_PIPELINE_TASK_TYPE
The type of the task within a pipeline.
-