-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vcs] add vcs.change.time_to_merge
metric
#1685
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The vcs.change.time_to_merge
metric was removed in the previous PR following this discussion: #1383 (comment)
I thought that vcs.change.state
attribute on the vcs.change.duration
metric was sufficient to distinguish them, but it makes sense to have time_to_merge
separate.
- ref: vcs.ref.head.name | ||
requirement_level: required | ||
- ref: vcs.ref.head.revision | ||
requirement_level: recommended |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the revision attributes be opt-in
instead of recommended due to the cardinality issue?
Changes
Adds the
vcs.change.time_to_merge
metric from the GitHub Receiver. It didn't make as part of a previous pull request.Merge requirement checklist
[chore]