v1
latestOpenAPI 3.0.32026-07-172411.7 KBQuery the benchmark key for a given DORA Metric
Returns a key corresponding to the benchmark calculated from the data points that match the filters. The metrics currently supported are below:
| Metric Type | Description | Benchmark keys |
|---|---|---|
| df | Deployment frequency. | on-demand, week-month, month-6month, lt-6month |
| mltc | Median lead time for changes. | lt-1hour, lt-1week, week-6month, mt-6month |
| cfr | Change Failure Rate. | lt-15p, 15-25p, 25-30p, mt-30p |
| mttr | Mean Time to Recovery | lt-1hour, lt-1day, day-week, mt-6month |
Query parameters
required. Specify the type of metric the benchmark should be calculated for
optional. Specify the project/repo/component to which the metric benchmark should be retrieved
optional. Specify the team to which the metric benchmark should be retrieved
optional. Date/time from when the results should be filtered. If not informed, it will assume 6 months from the current date/time Should be before the 'to' param, and should always be paired with the 'to' param. Time-span should be at least 6 months to get an accurate benchmark.
optional. Date/time to when the results should be filtered. If not informed, it will assume the current date/time Should be before the current date/time and after the 'from' param, and should always be paired with the 'from' param.
Headers
Unique identifer associated with the request
Response
Success
Example response
{
"key": "month-6month"
}