opentelemetry_semantic_conventions::attribute

Constant VCS_REPOSITORY_CHANGE_TITLE

source
pub const VCS_REPOSITORY_CHANGE_TITLE: &str = "vcs.repository.change.title";
Expand description

The human readable title of the change (pull request/merge request). This title is often a brief summary of the change and may get merged in to a ref as the commit summary.

ยงExamples

  • "Fixes broken thing"
  • "feat: add my new feature"
  • "[chore] update dependency"