provider Insights charts (beta) GET /api/v2/engineering-insights/charts/releases/frequency
@utdk/launchdarkly /api/v2/engineering-insights/charts/releases/frequency
Get release frequency chart data
Get release frequency chart data. Engineering insights displays release frequency data in the [release frequency metric view](https://launchdarkly.com/docs/home/observability/releases).
projectKey query required
The project key
string
environmentKey query required
The environment key
string
applicationKey query
Comma separated list of application keys
string
hasExperiments query
Filter events to those associated with an experiment (`true`) or without an experiment (`false`)
boolean
global query
Filter to include or exclude global events. Default value is `include`. Options: `include`, `exclude`
string
groupBy query
Property to group results by. Options: `impact`
string
from query
Unix timestamp in milliseconds. Default value is 7 days ago.
string
to query
Unix timestamp in milliseconds. Default value is now.
string
bucketType query
Specify type of bucket. Options: `rolling`, `hour`, `day`. Default: `rolling`.
string
bucketMs query
Duration of intervals for x-axis in milliseconds. Default value is one day (`86400000` milliseconds).
integer
expand query
Options: `metrics`
string

Try it

Authentication
Configure credentials for LaunchDarkly REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getreleasefrequencychart
GET/api/v2/engineering-insights/charts/releases/frequency
Get release frequency chart data. Engineering insights displays release frequency data in the [release frequency metric view](https://launchdarkly.com/docs/home/observability/releases).

required

The project key

required

The environment key

Comma separated list of application keys

Filter events to those associated with an experiment (`true`) or without an experiment (`false`)

Filter to include or exclude global events. Default value is `include`. Options: `include`, `exclude`

Property to group results by. Options: `impact`

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

Unix timestamp in milliseconds. Default value is now.

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).

Options: `metrics`

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.getreleasefrequencychart()