Class CicdIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.CicdIncubatingAttributes

public final class CicdIncubatingAttributes extends Object
  • Field Details

    • CICD_PIPELINE_ACTION_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> CICD_PIPELINE_ACTION_NAME
      The kind of action a pipeline run is performing.
    • CICD_PIPELINE_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> CICD_PIPELINE_NAME
      The human readable name of the pipeline within a CI/CD system.
    • CICD_PIPELINE_RESULT

      public static final io.opentelemetry.api.common.AttributeKey<String> CICD_PIPELINE_RESULT
      The result of a pipeline run.
    • CICD_PIPELINE_RUN_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> CICD_PIPELINE_RUN_ID
      The unique identifier of a pipeline run within a CI/CD system.
    • CICD_PIPELINE_RUN_STATE

      public static final io.opentelemetry.api.common.AttributeKey<String> CICD_PIPELINE_RUN_STATE
      The pipeline run goes through these states during its lifecycle.
    • CICD_PIPELINE_RUN_URL_FULL

      public static final io.opentelemetry.api.common.AttributeKey<String> 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

      public static final io.opentelemetry.api.common.AttributeKey<String> 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

      public static final io.opentelemetry.api.common.AttributeKey<String> 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.id MUST be unique within that run. For the same task across different runs of the same pipeline, the cicd.pipeline.task.run.id MAY remain the same, enabling correlation of cicd.pipeline.task.run.result values across multiple pipeline runs.

    • CICD_PIPELINE_TASK_RUN_RESULT

      public static final io.opentelemetry.api.common.AttributeKey<String> 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_FULL
      The URL of the pipeline task run, providing the complete address in order to locate and identify the pipeline task run.
    • CICD_PIPELINE_TASK_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> CICD_PIPELINE_TASK_TYPE
      The type of the task within a pipeline.
    • CICD_SYSTEM_COMPONENT

      public static final io.opentelemetry.api.common.AttributeKey<String> CICD_SYSTEM_COMPONENT
      The name of a component of the CICD system.
    • CICD_WORKER_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> CICD_WORKER_ID
      The unique identifier of a worker within a CICD system.
    • CICD_WORKER_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> CICD_WORKER_NAME
      The name of a worker within a CICD system.
    • CICD_WORKER_STATE

      public static final io.opentelemetry.api.common.AttributeKey<String> CICD_WORKER_STATE
      The state of a CICD worker / agent.
    • CICD_WORKER_URL_FULL

      public static final io.opentelemetry.api.common.AttributeKey<String> CICD_WORKER_URL_FULL
      The URL of the worker, providing the complete address in order to locate and identify the worker.