opentelemetry_semantic_conventions::attribute

Constant CICD_PIPELINE_NAME

Source
pub const CICD_PIPELINE_NAME: &str = "cicd.pipeline.name";
Expand description

The human readable name of the pipeline within a CI/CD system.

ยงExamples

  • "Build and Test"
  • "Lint"
  • "Deploy Go Project"
  • "deploy_to_environment"