Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion content/en/dora_metrics/calculation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ Datadog breaks down change lead time into the following fields, which represent

* Change lead time stage breakdown metrics are only available when the source of repository metadata is GitHub, GitLab, or Azure DevOps.
* For most stages, there must be a pull request (PR) associated with a commit. A commit is associated with a PR if the commit is first introduced to the target branch when merging that PR. If a commit has no associated PR, only `Time to Deploy` and `Deploy Time` fields are available.
* When rebasing, either manually or to merge pull requests, the change lead time stage breakdown is unavailable for these commits. This is because rebased commits are not associated with any pull request.

## Change failure rate

Expand Down
Loading