Skip to main content

Performance Monitoring

Overview: Gain insights into your organization and drill down into different groups, teams, and developers' efficiency and code stability.

FeatureSourcePOCDescriptionActionable Insight
Issues/PR Cycle TimePM/GitTime from “in progress” to delivery / start of code to deployRemove bottlenecks
Coding TimeGitActive development timeIdentify inefficiencies
Pickup do p TimeGitTime from PR creation to review startEncourage quicker pickups
Review TimeGitFirst comment to mergeSet SLAs for review time
Review DepthGitNumber of commentsPromote thorough feedback
PR SizeGitNumber of code changes in a PRPromote smaller PRs
CR ImpactGit% code change post-reviewImprove pre-PR quality
Lead TimePMRequest to delivery durationImprove team handoffs
Completed Backlog StoriesPMNumber of completed backlog itemsAdjust backlog focus
Code ChangesGitRate of code changes work vs. new workAdjust tech debt investment
Code LongevityGitAverage time code survivesAddress rework trends
Productiveness ScorePM + Git🔒Weighted productivity scoreStrategic resource changes
Deployment Frequency (DORA)Git🔒Average deployments per time periodBenchmark delivery agility
Lead Time for Changes (DORA)Git🔒First commit to when the code is successfully running in productionOptimize CI/CD pipeline stages
Change Failure Rate (DORA)Git🔒Percentage of deployments causing failures out of total deploymentsInvest in pre-release validation
MTTR/Failed Deployment Recovery Time (DORA)PM + Git🔒Average failures recovery timeReduce downtime and improve resiliency
Bug DensityPM + Git🔒Bugs per 1K LOCFocus on error-prone areas
Issues out of SLAPM🔒Issues unresolved in SLAAdjust resourcing/priorities
Bugs per RepoPM + Git🔒Bug distribution by repoFocus on unstable areas
Bugs per priorityPM🔒Number of bugs grouped by priority over timeReallocate effort to critical issues
PR/Issue Test CoveragePM + Git🔒Percentage of PRs/issues covered by testsEnforce quality practices
Coding Time vs. EstimatedPM + Git🔒Actual vs. planned effortRefine estimation model