Get Real-Time Histogram Timeseries
GET {{baseUrl}}/data/v1/realtime/metrics/:REALTIME_HISTOGRAM_METRIC_ID/histogram-timeseries
Gets histogram timeseries information for a specific metric. This API is now deprecated, please use the Get Monitoring Histogram Timeseries
API.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
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
| |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
|
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"average":5298.1612903225805,"bucket_values":[{"count":3,"percentage":0.0967741935483871},{"count":0,"percentage":0},{"count":0,"percentage":0},{"count":1,"percentage":0.03225806451612903},{"count":16,"percentage":0.5161290322580645},{"count":7,"percentage":0.22580645161290322},{"count":4,"percentage":0.12903225806451613}],"max_percentage":0.5161290322580645,"median":4463,"p95":14834,"sum":31,"timestamp":"2021-01-08T15:30:00Z"},{"average":3828.4146341463415,"bucket_values":[{"count":5,"percentage":0.12195121951219512},{"count":0,"percentage":0},{"count":0,"percentage":0},{"count":4,"percentage":0.0975609756097561},{"count":18,"percentage":0.43902439024390244},{"count":12,"percentage":0.2926829268292683},{"count":2,"percentage":0.04878048780487805}],"max_percentage":0.43902439024390244,"median":2625,"p95":7378,"sum":41,"timestamp":"2021-01-08T15:31:00Z"}],"meta":{"bucket_unit":"milliseconds","buckets":[{"end":100,"start":0},{"end":500,"start":100},{"end":1000,"start":500},{"end":2000,"start":1000},{"end":5000,"start":2000},{"end":10000,"start":5000},{"end":15000,"start":10000}]},"timeframe":[1610119800,1610121540],"total_row_count":1}