Deployment frequency and lead-time statistics for a repo
Per-environment deployment-frequency and lead-time series for a repo,
identified by its internal id (the {repo} path segment).
Returns one entry per non-logical environment the repo has been deployed to
(respecting the env filter), each with its raw deployed_at and
lead_time_seconds series plus the shared window bounds. Daily bucketing,
median and percentiles are computed client-side.
- end_ts defaults to now.
- start_ts defaults to 28 days before end_ts.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by environment name. Repeat to select several; omit for all environments the repo has been deployed to.
Include deployments at or after this timestamp. Defaults to 28 days before end_ts
Include deployments at or before this timestamp. Defaults to now
Response
Successful Response
Per-environment deployment-frequency + lead-time series for a repo.
Returns one entry per environment the repo has been deployed to (respecting
the env filter), each carrying its raw deployed_at and lead_time_seconds
series plus the shared window bounds. One round trip replaces the current
per-card lazy-load.