Documentation Index
Fetch the complete documentation index at: https://bilanc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Workflow Metrics
Workflow metrics provide insights into the performance, reliability, and cost of your CI/CD pipelines.Available Metrics
Number of workflow runs
Average workflow run duration
95th percentile workflow run duration
Percentage of workflow runs that succeeded
Size of build artifacts produced by workflow runs
Estimated compute cost of workflow runs
Workflow Runs Count
Retrieve the number of workflow runs over time, grouped by workflow name.Workflow Run Duration
Retrieve the average or percentile duration of workflow runs to identify slow pipelines.Workflow Run Success Rate
Track the success rate of your CI/CD pipelines over time.Parameter Notes
For workflow metrics, the following date fields are available:
created_at: When the workflow run was triggeredupdated_at: When the workflow run last changed state
Required for duration and cost metrics. Accepted values:
SUM, MAX, MIN, AVG.
Count and rate metrics (workflow-runs-count, workflow-run-success-rate) do not require an aggregation.Applicable filters for workflow metrics:
workflow_names: Filter by workflow names (e.g.CI,Deploy)workflow_run_ids: Filter by specific workflow run IDsrun_conclusions: Workflow run conclusions —success,failure,cancelled,skipped,timed_outbranches: Filter by the branch that triggered the workflowrepositories: Array of{"repository_name": "..."}objectsteam: Filter by team IDssquad_ids: Filter by squad IDssquad_levels: Filter by squad hierarchy levelmanager_ids: Filter by manager user IDsdepartments: Filter by department nameslocations: Filter by employee locationlevels: Filter by employee levelmember: Filter by triggering user merged user IDsassociated_pr_ids: Filter by associated PR IDs
Common Use Cases
- Pipeline Performance: Track duration trends to catch regressions early
- Reliability Monitoring: Monitor success rate to identify flaky workflows
- Cost Analysis: Use
estimated-workflow-run-costto track and reduce CI spend - Team Ownership: Compare workflow metrics across teams using
group_by: ["team_name"] - Branch Filtering: Isolate metrics for specific branches (e.g.
main) using thebranchesfilter

