# Metrics & definitions

- [Pull request cycle time](/metrics-and-definitions/pull-request-cycle-time.md): Pull request cycle time (or PR cycle time) is the total time a pull request spends in all stages of the development pipeline.
- [Time to review](/metrics-and-definitions/pull-request-cycle-time/time-to-review.md): Learn how Swarmia calculates pull request review metrics, including time to first review and review time.
- [What's the difference between "Change lead time" and "Pull request cycle time" metrics in Swarmia?](/metrics-and-definitions/pull-request-cycle-time/whats-the-difference-between-change-lead-time-and-pull-request-cycle-time-metrics-in-swarmia.md)
- [Issue cycle time](/metrics-and-definitions/issue-cycle-time.md): Issue cycle time is defined as the amount of time work has spent in the ‘in progress’ status, as defined by your settings in Swarmia. This calculation is the same across all different issue types.
- [Defining issue lifecycle and cycle time](/metrics-and-definitions/issue-cycle-time/defining-issue-lifecycle-and-cycle-time.md): Issues progress through various stages of completeness during their lifetime. Swarmia automatically calculates key properties and metrics for each issue.
- [Developer effort (FTEs)](/metrics-and-definitions/developer-effort-ftes.md): Learn how developer effort is measured in Swarmia
- [DORA & deployment metrics](/metrics-and-definitions/dora-metrics.md)
- [Change lead time](/metrics-and-definitions/dora-metrics/change-lead-time.md): Change lead time measures the full lifecycle of a pull request from the first commit to deployment.
- [Time to deploy](/metrics-and-definitions/dora-metrics/time-to-deploy.md): Time to deploy is the average time between a pull request merge and deployment.
- [Deployment frequency](/metrics-and-definitions/dora-metrics/deployment-frequency.md): Deployment frequency is calculated by looking at the total number of deployments that happened in a given time period.
- [Mean time to recovery](/metrics-and-definitions/dora-metrics/mean-time-to-recovery.md): Mean time to recovery represents the average time between a failing deployment and a deployment that is marked as a fix.
- [Change failure rate](/metrics-and-definitions/dora-metrics/change-failure-rate.md): Change failure rate is the ratio of failed deployments to all deployments.
- [Throughput](/metrics-and-definitions/throughput.md): Throughput is defined as the number of pull requests you get through as a team over a selected period of time.
- [Normalized throughput](/metrics-and-definitions/throughput/normalized-throughput.md): Normalizing issue or pull request throughput by active full-time equivalent developers helps make teams and time periods more comparable.
- [Batch size](/metrics-and-definitions/batch-size.md): Batch size measures how much work is bundled up in a change. Swarmia offers tools for evaluating pull request batch size by looking at the total number of changes in a single pull request.
- [Flow efficiency](/metrics-and-definitions/flow-efficiency.md): The flow efficiency of an issue is the percentage of days when the issue was actively worked on compared to its whole lifetime.
- [Scope creep](/metrics-and-definitions/scope-creep.md): Scope creep measures the amount of work added to an issue while it was in progress.
- [Sprints](/metrics-and-definitions/sprints.md): Swarmia tracks the issues linked to your sprints and helps you visualize scope increase and carryover
- [Frequently asked questions](/metrics-and-definitions/frequently-asked-questions.md)
- [How do you treat weekends in metrics?](/metrics-and-definitions/frequently-asked-questions/how-do-you-treat-weekends-in-metrics.md)
- [Tracking squashed commits](/metrics-and-definitions/frequently-asked-questions/tracking-squashed-commits.md): GitHub allows you to "squash" commits before merging a pull request. Swarmia supports this workflow.
- [How do merge queues affect my metrics?](/metrics-and-definitions/frequently-asked-questions/how-do-merge-queues-affect-my-metrics.md): GitHub supports merging pull requests using a merge queue. This doesn't affect the definitions of cycle time or DORA metrics.
- [Why is my commit not visible in Swarmia?](/metrics-and-definitions/frequently-asked-questions/why-is-my-commit-not-visible-in-swarmia.md): We include only commits from pull requests. Check that the pull request is visible in Swarmia.
- [What happens when people switch teams or leave?](/metrics-and-definitions/frequently-asked-questions/how-do-i-account-for-people-leaving-my-organization.md): Swarmia tracks the historical team memberships of contributors over time. Contributions made for one team will stay correctly attributed, even if their author later switches teams or leaves.
- [How do I configure Swarmia if I use the Gitflow branching strategy?](/metrics-and-definitions/frequently-asked-questions/how-do-i-configure-swarmia-if-i-use-the-gitflow-branching-strategy.md)
