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 stringrequired

Responses

projectDoraMetricsSchema

Schema

    projectAverage number

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

    features

    object[]

    required

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

  • Array [

  • name stringrequired

    The name of a feature flag

    timeToProduction numberrequired

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

  • ]

Loading...