Class CicdIncubatingAttributes

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

public final class CicdIncubatingAttributes extends Object
  • Field Details

    • 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_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_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.
    • 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 run providing the complete address in order to locate and identify the pipeline 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.