TimeSeriesPoint
A summary of the runs in a time bucket. The result unit of
/api/stats/timeseries; empty buckets are also returned (with zero events).
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
bucket |
yes | string (date-time) |
The bucket’s start time (UTC). | — |
runs |
no | integer (int64) |
The number of runs that started in this bucket. | pattern `^-?(?:0\ |
failedRuns |
no | integer (int64) |
The number of runs that ended in an error in this bucket. | pattern `^-?(?:0\ |
inputTokens |
no | integer (int64) |
The total input tokens. | pattern `^-?(?:0\ |
outputTokens |
no | integer (int64) |
The total output tokens. | pattern `^-?(?:0\ |
cost |
no | number (double) |
The total cost. null if no run was ever priced. |
pattern `^-?(?:0\ |
averageDurationMs |
no | number (double) |
The average duration of settled runs (milliseconds). | pattern `^-?(?:0\ |