Real-Time
Get Real-Time Histogram Timeseries
Gets histogram timeseries information for a specific metric. This API is now deprecated, please use the Get Monitoring Histogram Timeseries API.
get/data/v1/realtime/metrics/{REALTIME_HISTOGRAM_METRIC_ID}/histogram-timeseries
Path parameters
REALTIME_HISTOGRAM_METRIC_ID'video-startup-time' required
ID of the Realtime Histogram Metric
Query parameters
filters[]string[]
Limit the results to rows that match conditions from provided key:value pairs. Must be provided as an array query string parameter.
To exclude rows that match a certain condition, prepend a ! character to the dimension.
Possible filter names are the same as returned by the List Monitoring Dimensions endpoint.
Example:
- filters[]=operating_system:windows&filters[]=!country:US
Response
OK