Skip to main content

Get an overview project dora metrics.

GET /api/admin/projects/:projectId/dora

This endpoint returns an overview of the specified dora metrics

Request

Path Parameters

  • projectId string required
Responses

projectDoraMetricsSchema

Schema
  • projectAverage number

    The average time it takes a feature toggle to be enabled in production. The measurement unit is days.

  • features object[]required

    An array of objects containing feature toggle name and timeToProduction values. The measurement unit of timeToProduction is days.

  • Array [
  • name string required

    The name of a feature toggle

  • timeToProduction number required

    The average number of days it takes a feature toggle to get into production

  • ]
Loading...