rama::telemetry::opentelemetry::semantic_conventions::attribute

Constant VCS_CHANGE_TITLE

pub const VCS_CHANGE_TITLE: &'static str;
Expand description

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

§Notes

§Examples

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