Class CicdIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.CicdIncubatingAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classValues forCICD_PIPELINE_ACTION_NAME.static final classValues forCICD_PIPELINE_RESULT.static final classValues forCICD_PIPELINE_RUN_STATE.static final classValues forCICD_PIPELINE_TASK_RUN_RESULT.static final classValues forCICD_PIPELINE_TASK_TYPE.static final classValues forCICD_WORKER_STATE. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String> The kind of action a pipeline run is performing.static 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 result of a pipeline run.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 pipeline run goes through these states during its lifecycle.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 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 result of a task run.static final io.opentelemetry.api.common.AttributeKey<String> The URL of the pipeline task run, providing the complete address in order to locate and identify the pipeline task run.static final io.opentelemetry.api.common.AttributeKey<String> The type of the task within a pipeline.static final io.opentelemetry.api.common.AttributeKey<String> The name of a component of the CICD system.static final io.opentelemetry.api.common.AttributeKey<String> The unique identifier of a worker within a CICD system.static final io.opentelemetry.api.common.AttributeKey<String> The name of a worker within a CICD system.static final io.opentelemetry.api.common.AttributeKey<String> The state of a CICD worker / agent.static final io.opentelemetry.api.common.AttributeKey<String> The URL of the worker, providing the complete address in order to locate and identify the worker. -
Method Summary
-
Field Details
-
CICD_PIPELINE_ACTION_NAME
The kind of action a pipeline run is performing. -
CICD_PIPELINE_NAME
The human readable name of the pipeline within a CI/CD system. -
CICD_PIPELINE_RESULT
The result of a pipeline run. -
CICD_PIPELINE_RUN_ID
The unique identifier of a pipeline run within a CI/CD system. -
CICD_PIPELINE_RUN_STATE
The pipeline run goes through these states during its lifecycle. -
CICD_PIPELINE_RUN_URL_FULL
The URL of the pipeline run, providing the complete address in order to locate and identify the pipeline run. -
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.Notes:
For a given pipeline run and task, the
cicd.pipeline.task.run.idMUST be unique within that run. For the same task across different runs of the same pipeline, thecicd.pipeline.task.run.idMAY remain the same, enabling correlation ofcicd.pipeline.task.run.resultvalues across multiple pipeline runs. -
CICD_PIPELINE_TASK_RUN_RESULT
The result of a task run. -
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 task run, providing the complete address in order to locate and identify the pipeline task run. -
CICD_PIPELINE_TASK_TYPE
The type of the task within a pipeline. -
CICD_SYSTEM_COMPONENT
The name of a component of the CICD system. -
CICD_WORKER_ID
The unique identifier of a worker within a CICD system. -
CICD_WORKER_NAME
The name of a worker within a CICD system. -
CICD_WORKER_STATE
The state of a CICD worker / agent. -
CICD_WORKER_URL_FULL
The URL of the worker, providing the complete address in order to locate and identify the worker.
-