Get lead time chart data

GET
/api/v2/engineering-insights/charts/lead-time

Get lead time chart data. The engineering insights UI displays lead time data in the lead time metric view.

Query parameters

projectKeystringRequired

The project key

environmentKeystringOptional

The environment key

applicationKeystringOptional

Comma separated list of application keys

fromlongOptional

Unix timestamp in milliseconds. Default value is 7 days ago.

tolongOptional

Unix timestamp in milliseconds. Default value is now.

bucketTypestringOptional

Specify type of bucket. Options: rolling, hour, day. Default: rolling.

bucketMslongOptional

Duration of intervals for x-axis in milliseconds. Default value is one day (86400000 milliseconds).

groupBystringOptional

Options: application, stage. Default: stage.

expandstringOptional

Options: metrics, percentiles.

Response

Chart response

metadataobject

Metadata for the chart

serieslist of objects

Series data for the chart

Errors

Built with