Metrics available in Plandek

Plandek’s powerful self-config capability enables users to create a myriad of Agile, delivery, engineering and DevOps metrics (including the DORA metrics). Here, we list just some of the key software delivery metrics available as you customise your own dashboards.

All types

DORA Metrics

Flow Metrics

Kanban Metrics

Plandek's Four Pillars

Scrum Metrics

Other

METRIC

METRIC

METHODOLOGY

METHODOLOGY

DESCRIPTION

DESCRIPTION

Active Repositories

What types of work are happening across our different repos?

Other

See where in your codebase the most bugs have been fixed or where incidents are being resolved.

Active Work Focus

Where is our engineering focus at the moment?

Flow Metrics

A great metric for ensuring that teams are aligned around the right areas that match your business objectives.

Ageing WIP

Which work items are stuck or taking longer than normal?

Kanban Metrics

Ageing Work in Progress (WIP) is crucial for Kanban teams, exposing stalled items and bottlenecks. Addressing ageing WIP improves flow, ensures timely completion, and boosts team efficiency.

Average Team Volatility

How consistent is delivery across teams?

Kanban Metrics

Plandek's Four Pillars

Tracks delivery variation across teams by averaging each team's volatility, providing an org-level view of delivery predictability.

Average Workflow Cost

How many CircleCI credits does it take to run our workflows?

Other

Understanding which of your CircleCI workflows is costing too much to run can highlight candidates for optimization.

Build Count

How many builds are we running?

Other

Monitoring build counts is crucial for ensuring adequate infrastructure support. Spikes may indicate issues like broken builds, prompting timely resolution.

Build Failure Rate

Are the development pipelines reliable?

Other

A great metric for seeing pipelines that are failing and impacting developer efficiency, slowing down their ability to build and deliver software quickly.

Change Failure Rate

How many deployments resulted in failures in production?

DORA Metrics

A key metric in knowing how much of the code that gets deployed to production results in a degradation of experience for your users.

Code Coverage

What percentage of the codebase is covered by automated tests?

Other

Code coverage measures the portion of code covered by tests. This metric calculates the average of project averages for each time period. Higher coverage generally means more confidence in stability and reliability during changes or releases.

Cognitive Code Complexity

How complex is our codebase to understand and maintain?

Other

Cognitive code complexity measures the mental effort required to read and understand code. This metric calculates the average of project averages for each time period. Lower cognitive complexity generally indicates code that is easier to maintain, review, and safely modify over time.

Commit Count

How often are we committing?

Other

Track your teams' daily, weekly, and monthly commit counts. Engineering leads prefer frequent commits as smaller chunks reduce complexity in code.

Commits Without a PR

Which commits are skipping the review cycle?

Other

A great metric to spot code merged directly without review, often indicating a compliance issue for many businesses.

Completed Work

How much work is being completed?

Kanban Metrics

Flow Metrics

Understanding what types of work are being completed and the frequency will enable you to get a good understanding of your organizations capacity.

Created Work

How much work are we creating?

Other

Knowing the rate at which work gets created will give you an idea of how much work you'll need to burn through to keep your backlogs at healthy levels.

Cumulative flow of story points

How are story points moving through our workflow?

Other

Tracking points movement through your process helps monitor progress in real time, quickly identifying bottlenecks, delays, and areas needing improvement.

Cumulative flow of work

How are tickets/work items moving through our workflow?

Other

Tracking ticket movement through your process helps monitor progress in real time, quickly identifying bottlenecks, delays, and areas needing improvement.

Cycle Time

How long does it take from development starting until deployment?

Kanban Metrics

Flow Metrics

Plandek's Four Pillars

Knowing how long it takes to deliver from when a team commits to working on something is key to understanding delivery efficiency.

Deployment Duration

How long do deployments take?

Other

Knowing your code's production deployment time reveals improvement opportunities. Lengthy deployments delay teams and affect end users' experiences.

Deployment Frequency

How often do we deploy software to production?

DORA Metrics

A key measure in the DORA framework for assessing DevOps maturity, knowing how often you deploy is a good indicator of how often value is delivered to your users.

Flakiest Files

What pull/merge requests resulted in a build failure?

Other

A valuable metric reveals the link between file changes and build failures, pinpointing areas needing refactoring and areas impacting development efficiency with failed builds.

Imported Data

Is it possible to include custom events and integrate them with other metrics?

Other

Augmenting metrics with data from other systems enhances insights. Tracking custom data like eNPS and test case coverage illustrates impacts effectively.

Lead Time

How long does it take from creation to deployment? (and everything in between!)

Plandek's Four Pillars

Knowing how long your delivery process takes is a key step in understanding how to deliver value to your customers sooner and gain that competitive advantage.

Lead Time for Change

How long does your pull/merge request lifecycle take?

Kanban Metrics

DORA Metrics

Plandek's Four Pillars

Assess where you sit in the DORA framework. Lead Time for change measures the time from a pull/merge request being opened until it is either merged or deployed.

Max WIP

What is the maximum amount of work we have in progress?

Kanban Metrics

Understanding if teams or individuals are taking on too much work helps you understand if the balance of focus is right.

Mean Build Time

How long on average do builds take?

Other

Slow builds will slow down your development process. Learn which builds might be candidates for optimization.

Mean Time to Restore

How long does it take to respond to a service outage?

DORA Metrics

When you have an interruption to your production services how long it takes to get back up and running and learning what takes the time is key for any high performing tech business.

Number of Deployments

How many production deployments have there been?

Other

Regularly deploying to production is crucial for effective software delivery. Tracking deployment frequency encourages the right organizational behaviors.

Passed First Time

How much work sails straight through your workflow?

Other

Discovering quality issues is essential for improvement. Whether unclear ACs or rushed quality gates are the problem, this metric helps identify and address them.

PR Collaboration

How are my developers collaborating on pull/merge requests?

Other

See how knowledge is spread across your engineering team(s), via the relationship of who is participating in whose pull requests

PR Count

How often are we creating pull/merge requests?

Other

Frequent, small pull/merge requests are crucial for high-performing teams, allowing early feedback, reducing merge conflicts, and minimizing time spent on large reviews.

PRs Without a Ticket Reference

How many pull/merge requests did not have a reference to a work item or ticket?

Other

A visible link between pull/merge requests and delivered work is crucial for compliance and ensures accurate data visibility across various metrics.

Quality Scans Count

How often are quality scans being run across your projects?

Other

Quality Scans Count tracks the frequency of quality scans run across your projects, helping you monitor how consistently your codebase is being analysed for issues.

Return Rate

What percentage of completed work was impacted by quality issues?

Other

Highlights how much of recently developed work may have had quality issues that the team need to address.

Software Quality Issues

How many quality issues are detected across your codebase?

Other

Software Quality Issues tracks the total or average number of quality issues (such as bugs, vulnerabilities, and code smells) detected by SonarQube across your projects.

Speeding tickets

Is work moving through the workflows too quickly ?

Other

Adhering to workflows is key to software delivery. If many tickets race through your process, it may indicate your team isn't using the workflow as intended.

Speeding Work (%)

What percentage of work moves through our workflows too quickly?

Other

Understanding if workflows are adhered to in software delivery is crucial. A high percentage of work bypassing your process may suggest misuse.

Sprint completion

How much of the work we commit to do we actually deliver in a sprint?

Scrum Metrics

Ensuring teams deliver on their commitments is key to Scrum success. This metric shows completed work vs. commitments, highlighting areas for improvement.

Sprint Predictability

Are we predictable at delivering our sprint commitments?

Scrum Metrics

Plandek's Four Pillars

Predictability is key to software delivery. This metric gives you the insights needed to identify improvement areas within your sprint team.

Sprint target completion

How much of the work we committed to at the start of a sprint do we actually deliver?

Scrum Metrics

Making sure that teams are agreeing to deliver what they initially commit to is fundamental to good agile practices.

Sprint work added completion

How much of the work added once our sprint has started do we deliver?

Scrum Metrics

Making sure that teams deliver what they add to a sprint emphasizes focusing only on achievable work, this is fundamental to good agile practices.

Story points scope

How does scope change on our Epics or Sprints in Story Points?

Scrum Metrics

Scope outlines the features, user stories, or tasks the team commits to in a sprint or Epic. Understanding this aligns everyone with goals and assesses the impact of changes.

Throughput Quotient

How efficiently is the team delivering work relative to its size and speed of execution?

Plandek's Four Pillars

This highlights individual and team delivery efficiency, showing how much work is completed per developer while factoring in how long it takes to complete tasks.

Time Between Build Failures

How long on average between build failures?

Other

Failing builds will slow down your development process so making sure that these are infrequent is key for driving DevOps excellence in your teams.

Time Between Deployments

How long since the last deployment?

DORA Metrics

Deploying frequently is a key DORA indicator for assessing your DevOps maturity so understanding and monitoring time since the last deployment is vital.

Time Between Events

What's the duration between two events occuring on your tickets?

Other

This metric offers flexibility by allowing teams to gauge their responsiveness to specific events within your organization and understand how quickly they are addressing them.

Time to Recover From Build Failures

How long on average since the last build failure until a successful run?

Other

Build failures are part and parcel of software delivery but make sure you are recovering as quickly as possible.

Total Workflow Cost

How many CircleCI credits does it take to run our workflows?

Other

Understanding which of your CircleCI workflows is costing too much to run can highlight candidates for optimization.

Unresolved Tickets

How big are our backlogs?

Other

Understanding what types of work are being created and the size of backlogs will enable you to plan where you need to focus efforts.

Velocity Volatility

How consistent is your team's delivery?

Kanban Metrics

Plandek's Four Pillars

Tracks variation in completed work across regular periods to understand delivery predictability. Low volatility enables accurate planning, increasing stakeholder confidence.

Work Complexity

How complex from an engineering perspective was recently completed work?

Other

Helps highlight how complex some of the recently completed work was from an engineering perspective, this is vital for teams to understand.

Work scope

How does scope change on our Epics or Sprints in tickets/work items?

Scrum Metrics

Scope outlines the features, user stories, or tasks the team commits to in a sprint or Epic. Understanding this aligns everyone with goals and assesses the impact of changes.

Workflow Efficiency

How much time when delivering work is spent waiting?

Kanban Metrics

Flow Metrics

Understanding parts of the process where work is queued up or waiting for something helps you diagnose what's causing bottlenecks.

See how your engineering efforts translate into measurable business impact

Measure delivery performance, AI impact, and engineering productivity with hundreds of metrics, OOTB dashboards and custom configurations.