Skip to main content
Version: 3.13-dev

Observability

The Observability section provides monitoring, logging, and visibility into pipeline runs, application statuses, and platform metrics. This page describes the main views and dashboards available under Observability.

Pipeline Metrics​

The Pipeline Metrics dashboard shows aggregated pipeline statistics for a chosen namespace. Use it to track run counts, success rates, failures, and duration over time.

Filters​

  • Select codebase β€” Limit metrics to a specific codebase.
  • Time range β€” Choose Today, 7 Days, 30 Days, or 90 Days to scope the data.

Key Metrics​

  • Total Runs β€” Number of pipeline runs in the selected period.
  • Success Rate β€” Percentage of runs that succeeded (with count of succeeded runs).
  • Failed β€” Number of failed runs (e.g. β€œAll green” when there are no failures).
  • Avg Duration β€” Average pipeline duration and the min–max range (e.g. 1m 40s – 1h 0m).

Pipeline Type Breakdown​

Metrics are split by pipeline type:

  • Build Pipelines β€” Source code builds: total runs, success rate, succeeded and failed counts.
  • Review Pipelines β€” PR/MR reviews: same metrics.
  • Deploy Pipelines β€” Environment deployments: same metrics.

Use this section to see which type (build, review, or deploy) contributes to overall success or failure.

Pipeline Activity​

A timeline chart shows when pipelines ran and whether they succeeded or failed. The legend indicates Succeeded (e.g. teal) and Failed (e.g. red). Use it to spot busy hours and failure patterns over the selected time range.