Get HTTP latency
render_get_http_latencyRetrieve HTTP latency metrics for specified services, hosts, or paths within a time range, with configurable quantile and resolution.
Instructions
Get HTTP latency. Get HTTP latency metrics for one or more resources. Calls GET /metrics/http-latency on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | The hosts of HTTP requests to filter to. When multiple host query params are provided, they are ORed together | |
| path | No | The paths of HTTP requests to filter to. When multiple path query params are provided, they are ORed together | |
| endTime | No | Epoch/Unix timestamp of end of time range to return. Defaults to `now()`. | |
| service | No | This parameter is deprecated. Please use `resource` instead (deprecated) | |
| quantile | No | The quantile of latencies to fetch. When multiple quantile query params are provided, they are ORed together | |
| resource | No | Service ID to query. When multiple service ids are provided, they are ORed together | |
| startTime | No | Epoch/Unix timestamp of start of time range to return. Defaults to `now() - 1 hour`. | |
| resolutionSeconds | No | The resolution of the returned data |