Engineering
Vercel Engineering
- PRs merged
- …
- Median PR cycle time
- …
- Median time to first review
- …
- PRs per active contributor
- …
- Active contributors
- …
- Issues resolved
- …
- Median issue resolution
- …
- Commits
- …
Definition
count of pull requests where merged_at is not null
Inclusion: merged_at is not null
Definition
percentile_cont(0.5) of (merged_at - created_at) in hours
Inclusion: merged_at is not null
Definition
percentile_cont(0.5) of (first_review_at - created_at) in hours
Inclusion: first_review_at is not null
Definition
merged PRs / distinct PR authors in range
Inclusion: merged_at in range; author_id is not null
Definition
count distinct pull_requests.author_id
Inclusion: author_id is not null
Definition
count of issues where closed_at is not null
Inclusion: closed_at is not null
Definition
percentile_cont(0.5) of (closed_at - created_at) in hours
Inclusion: closed_at is not null
Definition
count of commits in range
Inclusion: committed_at in range