phpray_traces
Recent requests for a site. Filter with min_ms and status to find the bad ones, then pass an id to phpray_trace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many to return. Default 50. | |
| min_ms | No | Only requests slower than this. | |
| status | No | Only this HTTP status, e.g. 500. | |
| site_id | Yes | Site id from phpray_sites. | |
| window_minutes | No | How far back to look. Default 1440. |