Get stream usage by SDK version
Get multiple series of the number of streaming connections to LaunchDarkly in each time period, separated by SDK type and version. Information about each series is in the metadata array. The granularity of the data depends on the age of the data requested. If the requested range is within the past 2 hours, minutely data is returned. If it is within the last two days, hourly data is returned. Otherwise, daily data is returned.
Path parameters
The source of streaming connections to describe. Must be either client or server.
The source of streaming connections to describe. Must be either client or server.
Query parameters
The series of data returned starts from this timestamp. Defaults to 24 hours ago.
The series of data returned starts from this timestamp. Defaults to 24 hours ago.
The series of data returned ends at this timestamp. Defaults to the current time.
The series of data returned ends at this timestamp. Defaults to the current time.
The timezone to use for breaks between days when returning daily data.
The timezone to use for breaks between days when returning daily data.
If included, this filters the returned series to only those that match this SDK name.
If included, this filters the returned series to only those that match this SDK name.
If included, this filters the returned series to only those that match this SDK version.
If included, this filters the returned series to only those that match this SDK version.
Response
Usage response
Example response
{
"series": [
{
"0": 11,
"1": 15,
"time": 1677888000000
}
]
}