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.
Development Metrics
Development metrics focus on the time spent in different phases of the development process, helping teams understand and optimize their development workflow.Available Metrics
Time spent coding (from first commit to PR open)
Time between PR open and first review
Time from first commit to PR open
Time between PR open and first review
Time between first review and merge
Total time spent in the review phase
Time spent on rework after a review
Full cycle time from first commit to merge
Time from PR open to the first comment
Percentage of PRs that required rework after review
Cycle Time Metric
This example demonstrates how to retrieve the cycle time metric, which measures the full development cycle from initial commit to merge.Review Time Metric
This example demonstrates how to retrieve the review time metric, which measures the total time spent in the review phase.Parameter Notes
For development metrics, the following date fields are available:
created_at: For metrics related to the pull request creation timemerged_at: For metrics related to the pull request merge time (best for cycle time)first_review_at: For metrics related to pull request first review time
Required for all development time metrics. Accepted values:
SUM, MAX, MIN, AVG.Common Use Cases
- Track Cycle Time Trends: Monitor how development cycle time changes over time
- Identify Bottlenecks: Find which part of the development process takes the longest
- Compare Team Performance: Compare cycle times across different teams or repositories
- Set Performance Goals: Establish baseline metrics and set improvement goals

