Environment Deployment Analysis
The Environment Deployment Analysis dashboard provides a high-level deployment details pertaining to a particular environment. Using this dashboard, you can identify the outliers in the deployment performance from an environmental standpoint, and work on the area that requires improvement. Additionally, you can view and analyze the historical deployment frequency and failure rate trends as well as their relationships. You can review the list of scheduled deployments by environment in upcoming days and plan and execute the deployment tasks effectively.
As a Deployment Manager, using the Environment Deployment View Analysis dashboard you can:
- View and evaluate the data related to a specific environment.
- View upcoming deployments by each environment and plan the team accordingly.
- View and analyze the performance of deployments related to an environment and find the areas that require any action.
The Environment Deployment Analysis dashboard is built using the 'deployment' and the 'deployment_frequency' datasets.
You can filter and view the required data using the following filter:
- Environment: Displays data of a specific environment in which the deployment was carried out.
The Environment Deployment View Analysis dashboard consists of the following panels:
Environments Deployment Performance - Last 13 months
This panel displays a bubble chart to denote the deployment performance by environments. Each bubble corresponds to an Environment and provides the details such as Environment Name, Deployment Frequency, Number of Rollbacks, and the percentage of Failed Deployments. This section helps you to understand the performance of deployments related to a specific environment.
Select a specific bubble to drill down the deployment details related to a particular environment in the subsequent sections.
Deployment Trends by Environment
This panel displays the trend of Deployment Frequency and Deployment Failure Rate percentage associated with an environment for the last 12 months. Using the data in this setion, you can identify and investigate the environments that have high failed deployments rate and can take measures to mitigate them.
Deployment Frequency by Deployment Type
This panel displays a vertical bar graph and provides the details of monthy deployment frequency. The bar graph is color coded to indicate the deployment type. You can select a specific label from this panel to view and analyze the trend of deployment frequency related to a particular deployment type.
Failed Deployments in Last 30 days
This panel provides the details of Failed deployments associated with an environment for the last 30 days. You can view details, such as the Deployment ID, Application Name, Package, Created By, Started, and Completed dates.
Planned Deployments in Next 15 days
This panel provides the details of the upcoming scheduled deployments in next 15 days. Using the data from this section, you can review the list of planned deployments in upcoming days and allocate the team accordingly.
Components used in this dashboard
This section lists all the attributes and metrics used to build the reports in this dashboard.
Attributes
Dataset Name | Attribute Name | Description |
---|---|---|
deployment | Application | Name of the Application |
deployment_frequency | Calendar Month | Deployment Gregorian calendar month displayed in the format 'Mon YYYY' |
deployment | Deployment ID | Unique identifier for the deployment |
deployment | Deployment Completed Date | Date on which the deployment was completed |
deployment | Deployment Created By | Person who created the deployment |
deployment | Deployment Start Date | Date on which the deployment was kicked off |
deployment_frequency | Deployment Type | Type of deployment that is being carried out |
deployment | Environment | Name of the environment |
deployment | Package | Deployment Package name |
Metrics
Dataset Name | Metric Name | Description |
---|---|---|
deployment_frequency | Deployment Frequency Monthly | Monthly Avg No of Deployments - Rolling30 days average |
deployment | No of Rollbacks | Total No of deployments of ROLLBACK Type |
deployment | % Failed Deployment | Percentage of deployments which are unsuccessful |