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
Proposal: add vcs.revision as a semantic convention key.
It's often useful to add the version control revision, like a Git commit hash, to logs and traces that indicate the commit that the binary was built from. The vcs.revision is helpful to debug production issues.
As a counterpoint, service.version might already include the information or be detailed enough to identify the commit.
Complicating matters: should there also be vcs.repo to denote which repo the commit originated from?
The text was updated successfully, but these errors were encountered:
vcs.repository.ref.revision has now been moved to vcs.ref.{head,base}.revision in the above linked pull request.
vcs.repository.url.full is an attribute denoting the repository.
@jschaf - feel free to comment here on whether or not that helps/works. Happy to get feedback / discuss this further. I think the core attributes are there in the registry, but we haven't identified event/trace specifics, yet.
Proposal: add
vcs.revision
as a semantic convention key.It's often useful to add the version control revision, like a Git commit hash, to logs and traces that indicate the commit that the binary was built from. The vcs.revision is helpful to debug production issues.
As a counterpoint,
service.version
might already include the information or be detailed enough to identify the commit.Complicating matters: should there also be
vcs.repo
to denote which repo the commit originated from?The text was updated successfully, but these errors were encountered: