Get a time-series array of the number of streaming connections to LaunchDarkly in each time period. The granularity of the data depends on the age of the data requested. If the requested range is within the past two hours, minutely data is returned. If it is within the last two days, hourly data is returned. Otherwise, daily data is returned.
The source of streaming connections to describe. Must be either client
or server
.
The series of data returned starts from this timestamp. Defaults to 30 days ago.
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.
Usage response
The location and content type of related resources
Metadata about each series
An array of data points with timestamps. Each element of the array is an object with a ‘time’ field, whose value is the timestamp, and one or more key fields. If there are multiple key fields, they are labeled ‘0’, ‘1’, and so on, and are explained in the metadata
.