Search and Manage Deployments

CD Visibility is not available in the selected site () at this time.

CD Visibility is in private beta. To request access, complete the form.

Request Access

Overview

The Deployments page is useful for developers who want to keep an eye on the deployments for their environments.

Access high-level accumulation and trends, including:

  • An overview of the health of the whole environment, with aggregated stats for deployment executions.
  • A window for spotting and fixing immediate, urgent issues like broken deployments in production.
  • How each deployment was executed, over time, and with what results and trends.

Search for deployments

To see your deployments, navigate to Software Delivery > CD Visibility > Deployments.

The Deployments page shows aggregate stats for deployments over the selected time frame, as well as the status of the latest deployment execution. Use this page to see all your deployments and get a view of their health. The Deployments page shows metrics for your environments.

Metrics shown include the number of executions and failures, the failure rate, the median duration, and the 95th percentile duration. This information reveals which deployments are high-usage and potentially high resource consumers. The last deployment result, duration, and last status shows you the effect of the latest changes.

Partial deployment executions are excluded from the statistics aggregation to avoid incorrect measures. You can use the Partial Deployment facet to search for these deployments: @deployment.partial_deployment:*.

You can filter the page by deployment name to see the deployments you’re most concerned with. Click on a deployment that is slow or failing to dig into details that show what commit might have introduced the failure.

Deployment details and executions

Click into a specific deployment to see the Deploymentpage, which provides views of the data for the deployment you selected over a specified time frame.

Deployment page for a single deployment

Get insights on the selected deployment such as the number of successful and failed deployments over time, the average deployment duration, number of rollbacks, and the failure rate. There are also summary tables for deployment executions so you can sort them in terms of name, environment, duration, or rollback status.

The deployment executions list shows all the times that a deployment ran during the selected time frame, for the selected environment. Use the facets on the left side to filter the list to the deployment execution you want to see, and click on an execution to see additional details on the Deployment Details side panel.

Deployment Details side panel on the Deployments page

Further reading

Additional helpful documentation, links, and articles: