opentelemetry_semantic_conventions::attribute

Constant VCS_REPOSITORY_REF_NAME

source
pub const VCS_REPOSITORY_REF_NAME: &str = "vcs.repository.ref.name";
Expand description

The name of the reference such as branch or tag in the repository.

ยงExamples

  • "my-feature-branch"
  • "tag-1-test"