# Insights

## Introduction

The deployment insights dashboard provides critical information for a DevOps manager or development leadership around the state of their software development process including DORA metrics - deployment frequency and fastest/slowest applications.

Get a high-level view of thousands of pipelines through a single dashboard to ensure operational feasibility and receive a diagnosis based on historical information. With Autopilot, you can now proactively improve the efficiency of your organization with a historical analysis of pipelines and deployments that can help identify bottlenecks and enhance collaboration to improve the CI/CD pipeline.

### **Delivery Insights**

The delivery insights dashboard provides information to the Development, Test & DevOps manager around the state of their software development process in the form of pipeline statistics.

From the Application Dashboard, Click on “**Insights**” tab in the top navigation bar.

<figure><img src="https://lh6.googleusercontent.com/_k26MxxXrUOD2cnAHIHypuPUc7ujTTIxWO-s99rsrB_KR-IMXbAl9mt2uIqIjLOjs5tbqIXBrc1EWE1KP_ybwQ7PCJvl6d-EwsUagqFuz47e6CsnVUseXIY_SV94XFWJIU1_JedjjO9H9Gq09PApGEP5wKpq_aVVbXsoMtGmL5Boy-BV7nqolTtniw" alt=""><figcaption></figcaption></figure>

The Delivery Insights dashboard appears with different graphical views around the pipeline statistics. All the graphical views are time bound, by default it depicts the last 7 days data, which can be modified to last 1 day, or last one month or last 6 months.

The below graph depicts the number of deployments based on the filter selected (Whether in last 1 day, or in last 7 days, or in last one month, or in last 6 months).<br>

<figure><img src="https://lh4.googleusercontent.com/0iw8I51y4PgLYixU3rj2QcVPA2PpzIr6y2qNg3E2Q5h3Y_2iR8uDqKFZs0toKN9kFJbM07HZ67s97ea-j_HR1dsAkU_-8TkqDZUqYGVuDeLzQPgb2fuFIQduftBrKoWVm0phsms6InPQAa0z4HuhaULuKB-CCoMKhjWL8CJFlsU0kL9-Hu0dy1dQhQ" alt=""><figcaption></figcaption></figure>

You can also apply filter based on Agent name, to do so click on the “All” drop-down and select the desired agent name on which you want to apply the filter for delivery insights. By default it will show the insights from all the agents which can be modified to the desired agent name. Refer to the image below.

<figure><img src="https://lh4.googleusercontent.com/L1yuq4sBinXgWi9ydoeh88oUtlwqvos1vOjHgxqFYtqxo3E5v3L4qYDZ659uA0aq09TO160VMzwqlNMGcv5gKFiv9klxB4ko0ZWQVVkaYGbLwyrIRbnuvaWU7xctWvp_qMvaq4osXrvJTAdZ9jHA0108-IyIeJ4bRkVNA-f5E_phAatoLpHOkSzF" alt=""><figcaption></figcaption></figure>

Following are the different graphical views of the pipeline execution statistics. The different pipeline statistics shown in the below graphs include the following.&#x20;

1. **Count of most active Applications**: Number of times the pipeline was executed within the given time period filter selected.&#x20;
2. **Count of fastest Deployments**: Lists the pipelines which took the least time to execution.&#x20;
3. **Count of slowest Deployments**: List the pipelines that took the highest time to execute.

<figure><img src="https://lh6.googleusercontent.com/YO-X_0QSMzZBZkRV4mNYPqhaRD4Op30d3bvUUN3RxCiZiU3cgmCB27aIxFJH2BH7iXxr-c1xFOBjjYGLBdy4zoGDDqZ-7US1Q8rFd0bkk9Tn78f9EI7QhxUotTcFTE6sVNZibHwWUokkYFXwj5-E5vN5FSbjTCrpaCvM4n1oOxy73ZnTLo80C8ZMAw" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opsmx.com/opsmx-1/opsmx-intelligent-software-delivery-isd-platform-argo/user-guide/insights.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
