Help us learn about your current experience with the documentation. Take the survey.

《突击再突击》 第3集

  • Tier: Free, Premium, Ultimate
  • Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated
百度 ”  机场火车站禁用叫车软件  《通知》还对手机叫车软件提出多项限制,包括实行市场奖励计划要提前10天与交管部门沟通,并提前5天向社会公布;在机场和火车站禁止使用软件拉客;不得开放加价、议价功能等。

Use CI/CD analytics to gain insights into your pipeline performance and success rates.

The CI/CD analytics page provides visualizations for critical CI/CD pipeline metrics directly in the GitLab UI. These visualizations can help development teams quickly understand the health and efficiency of their software development process.

View CI/CD analytics

History

To view CI/CD analytics:

  1. On the left sidebar, select Search or go to and find your project.
  2. Select Analyze > CI/CD analytics.

Pipeline metrics

You can view the history of your pipeline successes and failures, and how long each pipeline ran. Pipeline statistics are gathered by collecting all available pipelines for the project, regardless of status. The data available for each individual day is based on when the pipeline was created.

CI/CD analytics displays key metrics about your pipelines:

  • Total pipeline runs: The total number of pipelines that have run in the selected time period. The total pipeline calculation includes child pipelines and pipelines that failed with an invalid YAML. To filter pipelines based on other attributes, use the Pipelines API.
  • Median duration: The median time it takes for pipelines to complete.
  • Failure rate: The percentage of pipelines that failed.
  • Success rate: The percentage of pipelines that completed successfully.

Filter your results

You can filter the analytics data to focus on specific areas:

  • Source: Filter by pipeline trigger source.
  • Branch: Filter by the branch where the pipeline ran.
  • Date range: Select the time period to analyze (for example, last week).

Filtering allows you to analyze the performance of specific workflow components or compare different branches.

Pipeline duration chart

The duration chart shows how your pipeline execution times changed over time. The chart displays:

  • Median (50th percentile): The typical pipeline duration.
  • 95th percentile: 95% of pipelines complete in this time or less, while only 5% take longer.

This visualization helps you identify trends in pipeline duration, which can help you determine your CI/CD process efficiency over time.

Pipeline status chart

The status chart shows the distribution of pipeline statuses over time:

  • Successful: Pipelines that completed without errors.
  • Failed: Pipelines that did not complete successfully due to errors.
  • Other: Pipelines with other statuses (canceled, skipped).

This visualization helps you track the stability of your pipelines and identify periods with higher failure rates.