Constant VCS_REPOSITORY_NAME

pub const VCS_REPOSITORY_NAME: &'static str;
Expand description

The human readable name of the repository. It SHOULD NOT include any additional identifier like Group/SubGroup in GitLab or organization in GitHub.

§Notes

Due to it only being the name, it can clash with forks of the same repository if collecting telemetry across multiple orgs or groups in the same backends.

§Examples

  • "semantic-conventions"
  • "my-cool-repo"