> For the complete documentation index, see [llms.txt](https://docs.cortex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cortex.io/improve/eng-intelligence.md).

# Eng Intelligence

Most engineering teams have no shortage of data—pull request activity, deployment history, incident records, sprint metrics, etc. The harder problem is turning that data into a shared understanding of where teams are moving fast, where they're stuck, and what's worth fixing.

Eng Intelligence gives engineering leaders and teams a consistent place to answer those questions. Rather than pulling reports from five different tools, you get a unified view of how software is actually being built and delivered across your organization, from DORA metrics and PR cycle times to incident response and custom data you bring in yourself.

The goal is to surface patterns, spark conversations, and give teams the context they need to continuously improve.

Eng Intelligence features include:

* Dashboards:
  * The [DORA Dashboard](/improve/eng-intelligence/dashboards/dora-dashboard.md) gives clear insights into how fast, reliable, and efficient your development practices are.
  * The [Velocity Dashboard](/improve/eng-intelligence/dashboards/velocity-dashboard.md) visualizes your team's success across the SDLC.
  * The [AI impact for GitHub Copilot Dashboard](/improve/eng-intelligence/dashboards/ai-impact.md) provides insight into Copilot adoption and engagement across your engineering teams.
  * [Custom Dashboards](/improve/eng-intelligence/dashboards/custom.md) allow you to create shared views of the key engineering metrics that matter most to your organization
* [Data Explorer](https://github.com/cortexapps/hippocampus/blob/master/eng-intelligence/data-explorer/README.md) - Analyze trends over time and drill into the underlying data for investigation. Explore metrics for [deploys](/ingesting-data-into-cortex/entities-overview/entities/deploys.md), [version control](/ingesting-data-into-cortex/integrations.md#version-control), project management ([Jira](/ingesting-data-into-cortex/integrations/jira.md)), and incident management ([PagerDuty](/ingesting-data-into-cortex/integrations/pagerduty.md)).
* [All Metrics](/improve/eng-intelligence/eng-intelligence.md) (Legacy View) - Aggregates data from your connected entities to calculate critical metrics based on your organization's priorities.
* [Custom metrics](/improve/eng-intelligence/custom-metrics.md) - Define your own custom metrics to power the analytics in Eng Intelligence, drawing from your integrations with Cortex or your organization's internal data.

{% hint style="info" %}
Note: After completing the initial integration setup, Eng Intelligence data may take up to 24 hours to fully appear as Cortex backfills up to six (6) months of historical data. You may see partial data during this process.
{% endhint %}

See the Eng Intelligence video below for an overview:

{% embed url="<https://www.youtube.com/watch?v=y3EdG0NNMjQ>" %}

## Measuring success with Eng Intelligence in Cortex

In practice, success means that teams are not only tracking metrics like cycle time, deployment frequency, change failure rate, and mean time to recovery (MTTR), but they are also **taking action to make progress based on how the metrics are trending**. The focus should be less about hitting specific benchmarks and more about creating continuous feedback loops that drive consistent improvement.

### Eng Intelligence goals

Eng Intelligence metrics provide clear, actionable insights into how your teams work, allowing you to find opportunities to **improve delivery speed, reliability, and quality**.

Before setting goals, it's recommended to establish a baseline on your top-priority metrics.

### Early signs of improvement

Leading indicators show that teams are learning from Eng Intelligence metrics and effectively making changes in their day-to-day work. For example:

* **Faster feedback loops** - *Time to first PR review*, *Time to PR approval*, and *Work item lead time* steadily decrease over a given period, meaning code is moving through review faster and engineers are spending less time waiting.
* **Smaller, more frequent PRs** - *PR size* trends downward while *merged PR count* increases, a sign that teams are breaking work into more reviewable, lower-risk chunks.
* **Balanced workloads** - More *unique PR authors* over time reflects distributed contribution rather than a few engineers carrying the load. For project management, a healthy balance of *work items created* and *work items completed* indicates the team is managing capacity effectively.
* **Proactive incident management** - *Change failure rates* decrease as teams integrate deploy insights into their release practices, catching issues earlier before they reach production.

### Outcomes of improvement

Lagging indicators can measure whether your organization is seeing tangible improvements in delivery and reliability. For example:

* Cycle time improves from baseline
* Deployment frequency increases without increased failure rates
* MTTR decreases after incidents
* Higher engineering satisfaction is reported in internal surveys as bottlenecks are resolved
* The backlog of work items created stabilizes or decreases while work items are steadily being completed, indicating the team is successfully matching capacity to demand

### Best practices for reviewing Eng Intelligence metric trends

It's recommended to follow these best practices when reviewing metric trends:

* Segment by teams and services to avoid skewed organization-wide averages
* Look for trends rather than snapshots. Success is measured over time; a short-term fluctuation can be misleading.
* When you identify process gaps with Eng Intelligence, take action to drive adoption of standards:
  * Use [Scorecards](/standardize/scorecards.md) or [Initiatives](/improve/initiatives.md) to encourage your teams to get their owned services aligned with standards.
  * Use [Workflows](/streamline/workflows.md) to streamline repeatable tasks for engineers so they can focus on other work.

### Defining success

The following are common ways to confirm successful use of Eng Intelligence features:

* Leadership uses the dashboards to make strategic decisions (e.g. during planning cycles)
* Teams are actively using the dashboards to spot bottlenecks
* Metrics drive measurable changes in process, tooling, and culture
* Improvements are sustained and repeatable, not just short-term spikes

## Accessing Eng Intelligence

### Prerequisites

* Users with the `View Eng Intelligence` permission can view Eng Intelligence.
* Users with the `Configure Eng Intelligence` permission can configure Eng Intelligence settings.
* Before using Eng Intelligence, configure your version control providers, PagerDuty, and Jira with the required permissions. See the [integration documentation](/ingesting-data-into-cortex/integrations.md) for details.

**To access Eng Intelligence**:

1. From the main sidebar, expand **Eng Intelligence**, then select one of the following:
   * [Dashboards](/improve/eng-intelligence/dashboards.md)
   * Modules
   * [Data Explorer](https://github.com/cortexapps/hippocampus/blob/master/eng-intelligence/data-explorer/README.md)
   * [All Metrics](/improve/eng-intelligence/eng-intelligence.md)

<div align="left" data-with-frame="true"><figure><img src="/files/UcTvZiWeOCVFtBRY8Dn1" alt="The Eng Intelligence tab in the main sidebar." width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}

#### **BitBucket and Eng Intelligence**

* Due to rate limits, Bitbucket ingestion in Eng Intelligence is limited to repositories mapped to a Cortex entity.
* When using Bitbucket in Eng Intelligence, it's highly recommended to use the [workspace token configuration](/ingesting-data-into-cortex/integrations/bitbucket.md#workspace-token).
  {% endhint %}
