Constant VCS_REF_REVISIONS_DELTA

pub const VCS_REF_REVISIONS_DELTA: &'static str;
Expand description

§Description

The number of revisions (commits) a ref (branch) is ahead/behind the branch from the vcs.ref.base.name attribute

§Notes

This metric should be reported for each vcs.revision_delta.direction value. For example if branch a is 3 commits behind and 2 commits ahead of trunk, instrumentation SHOULD report two measurements: 3 and 2 (both positive numbers) and vcs.ref.base.name is set to trunk

§Metadata

Instrument:gauge
Unit:{revision}
Status:Development

§Attributes