All Categories > LinearB Applications > Metrics View > Main Metrics
Code Change Rate. What is this metric? This metric measures the rate of code changes the team produces throughout the iteration. Notice that this metric takes into account any type of code change: ne…
Updated 3 years ago by Ariel Illouz
Cycle time is one of the most interesting engineering execution metrics. It will show the average time it takes for a single engineering task (usually mapped to a branch) to go through the different phases of the delivery process from 'code' to 'production'.
Updated 4 months ago
Deployment Frequency. What is this metric? This metric counts the number of deployments per day/week/month. Each service deployment is counted separately. Why is it important? A high number of deploy…
Updated 2 years ago by Ariel Illouz
PR Open Rate. What is this metric? . A new pull request indicates that a branch is ready for review. This metric tells you what is the daily pace of pull request creation. A good cadence of pull requ…
Pull Request Size. Pull request size is a metric calculating the average code changes (in lines of code) of a pull request. Why is it important. Small and digestible pull requests help developers red…
Updated 2 years ago
Review Depth. What is this metric? . Review depth measures the average number of comments per pull request review. This metric is an indication regarding the quality of the review and how thorough re…
Work types. LinearB divides work (code changes) into 3 categories: New work - New work is brand new code that has been added to the code base. Refactor - Refactored work represents changes to legacy…
Updated 8 months ago by Betsy Rogers