OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_VCS_REF_HEAD_REVISIONConst Experimental

    ATTR_VCS_REF_HEAD_REVISION: "vcs.ref.head.revision" = ...

    The revision, literally revised version, The revision most often refers to a commit object in Git, or a revision number in SVN.

    9d59409acf479dfa0df1aa568182e43e43df8bbe28d60fcf2bc52e30068802cc
    
    main
    
    123
    
    HEAD
    

    head refers to where you are right now; the current reference at a given time.The revision can be a full hash value (see glossary), of the recorded change to a ref within a repository pointing to a commit commit object. It does not necessarily have to be a hash; it can simply define a revision number which is an integer that is monotonically increasing. In cases where it is identical to the ref.head.name, it SHOULD still be included. It is up to the implementer to decide which value to set as the revision based on the VCS system and situational context.

    This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.