Get lead time chart data
Get lead time chart data. The engineering insights UI displays lead time data in the lead time metric view.
Query parameters
The project key
The project key
The environment key
The environment key
Comma separated list of application keys
Comma separated list of application keys
Unix timestamp in milliseconds. Default value is 7 days ago.
Unix timestamp in milliseconds. Default value is 7 days ago.
Unix timestamp in milliseconds. Default value is now.
Unix timestamp in milliseconds. Default value is now.
Specify type of bucket. Options: rolling, hour, day. Default: rolling.
Specify type of bucket. Options: rolling, hour, day. Default: rolling.
Duration of intervals for x-axis in milliseconds. Default value is one day (86400000 milliseconds).
Duration of intervals for x-axis in milliseconds. Default value is one day (86400000 milliseconds).
Options: application, stage. Default: stage.
Options: application, stage. Default: stage.
Options: metrics, percentiles.
Options: metrics, percentiles.
Response
Chart response
Example response
{
"metadata": {
"name": "deploymentFrequency",
"xAxis": {
"unit": "count"
},
"yAxis": {
"unit": "count"
}
},
"series": [
{
"metadata": {
"bounds": [
{
"name": "equal",
"value": 100
}
]
},
"data": [
{
"x": 1617225600000,
"y": 100
}
]
}
]
}