series | object[] | Ascending by bucket. Buckets the window saw no traffic for are omitted. |
series[].bucket | string | Start of the bucket (UTC). Format: date-time. |
series[].requests | number | — |
series[].errors | number | — |
series[].cpuP50Us | number or null | Median CPU time per request in microseconds — execution time, not wall-clock latency. Null when the bucket reports none. |
series[].cpuP99Us | number or null | 99th-percentile CPU time per request in microseconds — execution time, not wall-clock latency. Null when the bucket reports none. |
totals | object | — |
totals.requests | number | — |
totals.errors | number | — |
totals.errorRate | number | errors / requests across the window; 0 when the window saw no requests. |
note | string | Present when there is context worth surfacing — for example the environment has no runtime yet, or the project’s runtime class does not report traffic analytics. |