Skip to content

Commit

Permalink
[cicd] update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-kamphaus-jemmic committed Nov 7, 2024
1 parent df9e0e4 commit f00fced
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .chloggen/1372-vcs-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ change_type: breaking
component: vcs

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add the VCS metrics from the GitHub Receiver
note: Add the VCS metrics inspired by the GitHub Receiver

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
# The values here must be integers.
Expand All @@ -20,6 +20,9 @@ issues: [1372]
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext: |
Makes the following changes:
- Add metrics `vcs.change.count`, `vcs.change.duration`, `vcs.change.time_to_approval`, `vcs.repository.count`, `vcs.ref.count`, `vcs.ref.lines_delta`, `vcs.ref.revisions_delta`, `vcs.ref.time`, `vcs.contributor.count`
- The VCS attributes `vcs.change.state`, `vcs.revision_delta.direction` and `vcs.line_change.type` have been added to the registry.
- The VCS ref attributes have been duplicated to `vcs.ref.base.*` to allow for ref comparisons.
- The VCS attribute `vcs.ref.type` has been added for simplicity when neither a full head or base ref is necessary.
Expand Down

0 comments on commit f00fced

Please sign in to comment.