CICD

CICD Pipeline

Status: Development

type: cicd.pipeline

Description: A pipeline is a series of automated steps that helps software teams deliver code.

Other Attributes:

:warning: This entity definition contains attributes without a role. Stable Entities MUST NOT have attributes without a defined role.

AttributeTypeDescriptionExamplesRequirement LevelStability
cicd.pipeline.namestringThe human readable name of the pipeline within a CI/CD system.Build and Test; Lint; Deploy Go Project; deploy_to_environmentRecommendedDevelopment

CICD Pipeline Run

Status: Development

type: cicd.pipeline.run

Description: A pipeline run is a singular execution of a given pipeline’s tasks.

Other Attributes:

:warning: This entity definition contains attributes without a role. Stable Entities MUST NOT have attributes without a defined role.

AttributeTypeDescriptionExamplesRequirement LevelStability
cicd.pipeline.run.idstringThe unique identifier of a pipeline run within a CI/CD system.120912RecommendedDevelopment
cicd.pipeline.run.url.fullstringThe URL of the pipeline run, providing the complete address in order to locate and identify the pipeline run.https://github.com/open-telemetry/semantic-conventions/actions/runs/9753949763?pr=1075RecommendedDevelopment

CICD Worker

Status: Development

type: cicd.worker

Description: A CICD worker is a component of the CICD system that performs work (eg. running pipeline tasks or performing sync).

Other Attributes:

:warning: This entity definition contains attributes without a role. Stable Entities MUST NOT have attributes without a defined role.

AttributeTypeDescriptionExamplesRequirement LevelStability
cicd.worker.idstringThe unique identifier of a worker within a CICD system.abc123; 10.0.1.2; controllerRequiredDevelopment
cicd.worker.namestringThe name of a worker within a CICD system.agent-abc; controller; Ubuntu LTSRecommendedDevelopment
cicd.worker.url.fullstringThe URL of the worker, providing the complete address in order to locate and identify the worker.https://cicd.example.org/worker/abc123Recommended If availableDevelopment