Trend
Volume and cost history for one pattern over a chosen window, with an inline chart and spikes flagged. History is bounded by the requested window — pass a bigger timeRange to look further back.
Example
"when did
Payment_Gateway_Timeoutstart spiking?"$200/wk → $4.2K/wk over 14 days. Sharp spike on day 10 (8× baseline), holding steady since. Trace:
More to ask
- "
Payment_Gateway_Timeoutlast hour, minute by minute" - "
Retry_Exhaustedover the last 30 days" - "is
GetCartAsyncgetting worse?"
Prerequisites
This tool requires the Reporter deployed.
Tool schema (advanced)
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pattern |
string | yes | — | Pattern name (e.g., Payment_Gateway_Timeout). |
timeRange |
string | no | 7d |
One of: 15m, 1h, 6h, 1d, 7d, 30d. Sub-day values show fine-grained trajectory around an incident. |
step |
string | no | 1h |
Data point interval. One of: 1m, 5m, 15m, 1h, 6h, 1d. Use 1m / 5m for sub-day windows, 1h / 6h for day-level, 1d for week+. |
analyzerCost |
number | no | from profile | log analyzer ingestion cost in $/GB. |
environment |
string | no | — | Environment nickname. |