Skip to main content

View Insights across Org Trees and Teams in SEI 2.0

Last updated on

Once you’ve set up integrations, created profiles, uploaded your developer records, and created an Org Tree, SEI 2.0 enables you to explore high-level engineering insights across your organization, including Efficiency, Productivity, and Business Alignment for the entire organization.

Insights are always scoped to the selected Org Tree, allowing you to analyze engineering performance across different organizational structures.

Use the Insights dashboard

To access the Insights dashboard:

  1. From the Harness SEI navigation pane, click Insights.

  2. Select an Org Tree from the dropdown menu at the top of the dashboard.

  3. Explore organization-wide engineering metrics, including DORA metrics such as Lead Time for Changes, Deployment Frequency, Change Failure Rate, and Mean Time to Restore.

If your organization uses multiple Org Trees, you can switch between them to view insights by selecting a different Org Tree above the Efficiency, Productivity, and Business Alignment tabs. All metrics update automatically based on the selected Org Tree.

For more information on exporting insights, see Exporting SEI 2.0 Insights.

View team-level insights

Beyond organization-wide views, SEI 2.0 allows you to drill into specific teams to analyze localized engineering performance on the Insights page.

To view team-level insights:

  1. Select a specific team on the Org Tree in the left panel and click View Breakdown.

  2. Configure Team Settings (if not already done) by navigating to the Teams page in the left-hand navigation or clicking on the Team Settings icon next in the Org Tree.

Once team settings are applied, all Insights dashboards refresh to reflect metrics scoped specifically to that team, including repositories, contributors, and deployment signals.

This enables consistent comparison between organization-wide performance, team-level execution, and individual contributor activity.

Explore drilldown-level insights

Beyond team-level breakdowns, SEI 2.0 provides drilldown views that allow you to inspect metrics at the developer and record level. Drilldowns help you understand why a metric behaves a certain way by exposing the underlying pull requests, work items, or code changes that contribute to the aggregated view.

Drilldowns are available at the leaf team level after selecting View Breakdown, and they provide the most granular level of insight in SEI 2.0.


Drilldowns provide contextual detail behind aggregated metrics on the Insights dashboard by exposing the underlying engineering events that contribute to each data point. Not all insights support the same level of granularity; the following metrics support drilldowns:

Efficiency Insights

MetricDrilldown PathDescription
Lead Time for ChangesTeam → PR lifecycle → commit-to-deploy flowTime from code commit to production deployment.
Deployment FrequencyTeam → Deployment events → release historyHow often code is deployed to production.
Change Failure RateTeam → Deployment events → incident trackingPercentage of deployments causing failures or rollbacks.
Mean Time to RestoreTeam → Incident lifecycle → recovery timelineTime required to restore service after a failure.

Productivity Insights

MetricDrilldown PathDescription
PR Velocity Per DeveloperDeveloper → PR list → SCM integration (GitHub, Bitbucket, GitLab, etc.)Pull request throughput and contribution volume per developer.
PR Cycle TimeDeveloper → PR timeline view → stage-level timing (First Review, Approval, Merge)Time taken for pull requests to move from first commit to merge, including review stages.
Work Completed Per DeveloperDeveloper → Work items → Issue management system (Jira, Azure DevOps, etc.)Completed work items and delivery throughput per developer.
Code ReworkDeveloper → PR / commit changes → line-level rework attributionPortion of code rewritten or replaced based on additions vs deletions. Includes breakdown into: Recent Rework, Legacy Rework, and Lines Added / Deleted / Modified.

Business Alignment Insights

MetricDrilldown PathDescription
Security and ComplianceDeveloper → PR / Work Item → classification + linked changesWork contributing to security fixes, compliance requirements, or regulatory updates.
New CapabilityDeveloper → Feature work items → PR / implementation mappingWork that delivers new product capabilities or customer-facing functionality.
KTLO (Keep the Lights On)Developer → Operational work items → maintenance activityMaintenance, operational support, and routine system upkeep work.
Quality ImprovementsDeveloper → PR / refactor activity → code change attributionWork focused on improving system quality, reliability, and maintainability.
UncategorizedDeveloper → Work items without mapping → fallback classificationWork that cannot be mapped to a defined business alignment category.

Each drilldown is scoped to the selected time range and inherits all filters applied at the Org Tree and team level.

Engineering performance benchmarks and goals

SEI 2.0 provides engineering metrics across Org Trees, teams, and developers, but interpretation of these metrics depends on team maturity, workflow, and organizational context. This section provides recommended benchmarks and goals to help teams evaluate and improve their software delivery performance over time.

These benchmarks are not strict requirements. High-performing teams focus on sustained improvement rather than meeting fixed thresholds. Use these benchmarks to interpret insights surfaced in SEI 2.0.

Phase 1: The Basics

Productivity Insights

GoalMetricSEI WidgetSuggested Action
All PRs reviewed by 2+ reviewersPR Cycle TimePR Review metricsEnforce 2 approvals before merge
≥ 1/3 of PRs have commentsNumber of Comments per PRPR EngagementEncourage PR-based discussion vs chat
≥ 2/3 PRs are small/mediumPR Velocity per DeveloperPR Size distributionBreak down large tickets
PRs merged within 2 daysPR Cycle TimePR Cycle TimeAutomate post-approval merge flow
PRs reviewed within 2 daysPR Cycle Time (Stage view)SCM PR Lead Time by StageAdd review reminders / SLAs

Efficiency (Sprint) Insights

GoalMetricSEI WidgetSuggested Action
< 35% sprint scope creepSprint DeliverySprint InsightsLock sprint scope before start
All stories have story pointsSprint Delivery DrilldownSprint InsightsEnforce estimation requirement
Phase 2: Improving Consistency

Efficiency (DORA Metrics) Insights

GoalMetricSEI WidgetSuggested Action
Work completed within 1 sprintLead Time for ChangesLead TimeBreak down large stories
P0/P1 resolved ≤ 7 daysMTTR / Bugs Lead TimeIncident metricsDefine hotfix SLA
> 80% pipeline successChange Failure RateCI/CD metricsImprove automated testing
Merge builds within 1 hourCI Lead TimeCI pipeline metricsAutomate post-merge builds

Efficiency (Sprint) Insights

GoalMetricSEI WidgetSuggested Action
< 25% scope creepSprint DeliverySprint InsightsImprove sprint planning
> 80% commit-to-doneSprint PredictabilitySprint ReportsReduce sprint overload

Productivity Insights

GoalMetricSEI WidgetSuggested Action
All PRs linked to JiraPR Cycle TimePR TraceabilityEnforce ticket in PR title
All devs participate in reviewsPR Cycle TimePR Review participationAuto-assign reviewers
> 3.2 coding days/weekCoding Days per DeveloperCoding activityEncourage smaller commits
~2 PRs per dev/weekPR Velocity per DeveloperPR VelocityReduce PR size
Phase 3: Advanced Performance

Efficiency (DORA Metrics) Insights

GoalMetricSEI WidgetSuggested Action
< 10% change failure rateChange Failure RateDORA metricsAdd canary + automated tests
Deploy weekly or moreDeployment FrequencyDeploymentsShip smaller changes

Efficiency (Sprint) Insights

GoalMetricSEI WidgetSuggested Action
< 15% scope creepSprint InsightsSprint InsightsImprove planning discipline
Predictability within 20%Sprint PredictabilitySprint InsightsReduce unplanned work

Productivity Insights

GoalMetricSEI WidgetSuggested Action
Standard PR structurePR Metadata consistencyPR reportsEnforce naming conventions
PR Cycle Time < 2 daysPR Cycle TimePR Cycle TimeEnforce small PRs

Business Alignment Insights

GoalMetricSEI WidgetSuggested Action
< 15% production workBusiness AlignmentBusiness AlignmentReduce KTLO load
Phase 4: Continuous Improvement

At this stage, teams continuously improve across:

Efficiency (DORA Metrics) Insights

  • Reduce Lead Time for Changes
  • Reduce MTTR
  • Reduce Change Failure Rate
  • Increase Deployment Frequency

Efficiency (Sprint) Insights

  • Achieve near 100% commit-to-done ratio
  • Eliminate scope creep
  • Improve sprint predictability

Productivity Insights

  • Reduce PR Cycle Time
  • Increase PR Velocity consistency
  • Improve Code Rework efficiency
  • Eliminate unapproved PRs

Start with Phase 1 if your team is new to SEI 2.0 and progress through phases as maturity increases. Focus on trends, not single values and adapt benchmarks to your team structure and workflow.