You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/attributes-registry/vcs.md
+42-22
Original file line number
Diff line number
Diff line change
@@ -19,42 +19,62 @@ This group defines the attributes for [Version Control Systems (VCS)](https://wi
19
19
| <aid="vcs-change-state"href="#vcs-change-state">`vcs.change.state`</a> | string | The state of the change (pull request/merge request/changelist). |`open`; `closed`; `merged`||
20
20
| <aid="vcs-change-title"href="#vcs-change-title">`vcs.change.title`</a> | string | 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. |`Fixes broken thing`; `feat: add my new feature`; `[chore] update dependency`||
21
21
| <aid="vcs-line-change-type"href="#vcs-line-change-type">`vcs.line_change.type`</a> | string | The type of line change being measured on a branch or change. |`added`; `removed`||
22
-
| <aid="vcs-ref-base-name"href="#vcs-ref-base-name">`vcs.ref.base.name`</a> | string | The name of the [reference](https://git-scm.com/docs/gitglossary#def_ref) such as **branch** or **tag** in the repository. |`my-feature-branch`; `tag-1-test`||
23
-
| <aid="vcs-ref-base-revision"href="#vcs-ref-base-revision">`vcs.ref.base.revision`</a> | string | The revision, literally [revised version](https://www.merriam-webster.com/dictionary/revision), The revision most often refers to a commit object in Git, or a revision number in SVN. [1]|`9d59409acf479dfa0df1aa568182e43e43df8bbe28d60fcf2bc52e30068802cc`; `main`; `123`; `HEAD`||
24
-
| <aid="vcs-ref-base-type"href="#vcs-ref-base-type">`vcs.ref.base.type`</a> | string | The type of the [reference](https://git-scm.com/docs/gitglossary#def_ref) in the repository. |`branch`; `tag`||
25
-
| <aid="vcs-ref-head-name"href="#vcs-ref-head-name">`vcs.ref.head.name`</a> | string | The name of the [reference](https://git-scm.com/docs/gitglossary#def_ref) such as **branch** or **tag** in the repository. |`my-feature-branch`; `tag-1-test`||
26
-
| <aid="vcs-ref-head-revision"href="#vcs-ref-head-revision">`vcs.ref.head.revision`</a> | string | The revision, literally [revised version](https://www.merriam-webster.com/dictionary/revision), The revision most often refers to a commit object in Git, or a revision number in SVN. [2]|`9d59409acf479dfa0df1aa568182e43e43df8bbe28d60fcf2bc52e30068802cc`; `main`; `123`; `HEAD`||
27
-
| <aid="vcs-ref-head-type"href="#vcs-ref-head-type">`vcs.ref.head.type`</a> | string | The type of the [reference](https://git-scm.com/docs/gitglossary#def_ref) in the repository. |`branch`; `tag`||
22
+
| <aid="vcs-ref-base-name"href="#vcs-ref-base-name">`vcs.ref.base.name`</a> | string | The name of the [reference](https://git-scm.com/docs/gitglossary#def_ref) such as **branch** or **tag** in the repository. [1]|`my-feature-branch`; `tag-1-test`||
23
+
| <aid="vcs-ref-base-revision"href="#vcs-ref-base-revision">`vcs.ref.base.revision`</a> | string | The revision, literally [revised version](https://www.merriam-webster.com/dictionary/revision), The revision most often refers to a commit object in Git, or a revision number in SVN. [2]|`9d59409acf479dfa0df1aa568182e43e43df8bbe28d60fcf2bc52e30068802cc`; `main`; `123`; `HEAD`||
24
+
| <aid="vcs-ref-base-type"href="#vcs-ref-base-type">`vcs.ref.base.type`</a> | string | The type of the [reference](https://git-scm.com/docs/gitglossary#def_ref) in the repository. [3]|`branch`; `tag`||
25
+
| <aid="vcs-ref-head-name"href="#vcs-ref-head-name">`vcs.ref.head.name`</a> | string | The name of the [reference](https://git-scm.com/docs/gitglossary#def_ref) such as **branch** or **tag** in the repository. [4]|`my-feature-branch`; `tag-1-test`||
26
+
| <aid="vcs-ref-head-revision"href="#vcs-ref-head-revision">`vcs.ref.head.revision`</a> | string | The revision, literally [revised version](https://www.merriam-webster.com/dictionary/revision), The revision most often refers to a commit object in Git, or a revision number in SVN. [5]|`9d59409acf479dfa0df1aa568182e43e43df8bbe28d60fcf2bc52e30068802cc`; `main`; `123`; `HEAD`||
27
+
| <aid="vcs-ref-head-type"href="#vcs-ref-head-type">`vcs.ref.head.type`</a> | string | The type of the [reference](https://git-scm.com/docs/gitglossary#def_ref) in the repository. [6]|`branch`; `tag`||
28
28
| <aid="vcs-ref-type"href="#vcs-ref-type">`vcs.ref.type`</a> | string | The type of the [reference](https://git-scm.com/docs/gitglossary#def_ref) in the repository. |`branch`; `tag`||
29
-
| <aid="vcs-repository-name"href="#vcs-repository-name">`vcs.repository.name`</a> | string | The human readable name of the repository. It SHOULD NOT include any additional identifier like Group/SubGroup in GitLab or organization in GitHub. [3]|`semantic-conventions`; `my-cool-repo`||
30
-
| <aid="vcs-repository-url-full"href="#vcs-repository-url-full">`vcs.repository.url.full`</a> | string | The [canonical URL](https://support.google.com/webmasters/answer/10347851?hl=en#:~:text=A%20canonical%20URL%20is%20the,Google%20chooses%20one%20as%20canonical.) of the repository providing the complete HTTP(S) address in order to locate and identify the repository through a browser. [4]|`https://github.com/opentelemetry/open-telemetry-collector-contrib`; `https://gitlab.com/my-org/my-project/my-projects-project/repo`||
29
+
| <aid="vcs-repository-name"href="#vcs-repository-name">`vcs.repository.name`</a> | string | The human readable name of the repository. It SHOULD NOT include any additional identifier like Group/SubGroup in GitLab or organization in GitHub. [7]|`semantic-conventions`; `my-cool-repo`||
30
+
| <aid="vcs-repository-url-full"href="#vcs-repository-url-full">`vcs.repository.url.full`</a> | string | The [canonical URL](https://support.google.com/webmasters/answer/10347851?hl=en#:~:text=A%20canonical%20URL%20is%20the,Google%20chooses%20one%20as%20canonical.) of the repository providing the complete HTTP(S) address in order to locate and identify the repository through a browser. [8]|`https://github.com/opentelemetry/open-telemetry-collector-contrib`; `https://gitlab.com/my-org/my-project/my-projects-project/repo`||
31
31
| <aid="vcs-revision-delta-direction"href="#vcs-revision-delta-direction">`vcs.revision_delta.direction`</a> | string | The type of revision comparison. |`ahead`; `behind`||
32
32
33
-
**[1]`vcs.ref.base.revision`:** The revision can be a full [hash value (see glossary)](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-5.pdf),
33
+
**[1]`vcs.ref.base.name`:**`base` refers to the starting point of a change. For example, `main`
34
+
would be the base reference of type branch if you've created a new
35
+
reference of type branch from it and created new commits.
36
+
37
+
**[2]`vcs.ref.base.revision`:**`base` refers to the starting point of a change. For example, `main`
38
+
would be the base reference of type branch if you've created a new
39
+
reference of type branch from it and created new commits. The
0 commit comments