pub const VCS_CHANGE_TIME_TO_MERGE: &str = "vcs.change.time_to_merge";
Expand description
§Description
The amount of time since its creation it took a change (pull request/merge request/changelist) to get merged into the target(base) ref
§Metadata
Instrument: | gauge |
Unit: | s |
Status: | Development |
§Attributes
Name | Requirement |
---|---|
crate::attribute::VCS_REF_BASE_NAME | Recommended |
crate::attribute::VCS_REF_BASE_REVISION | Opt_in |
crate::attribute::VCS_REF_HEAD_NAME | Required |
crate::attribute::VCS_REF_HEAD_REVISION | Opt_in |
crate::attribute::VCS_REPOSITORY_NAME | Recommended |
crate::attribute::VCS_REPOSITORY_URL_FULL | Required |