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.