Types
ThreadTimeSeriesMetric
Result of a threadTimeSeriesMetric query. Each element in timestamps aligns with the same index across all series.
object
ThreadTimeSeriesMetricFields
timestamps
[DateTime!]
Ordered bucket start times for the series data points, one per interval. Null in threadIds mode.
series
One series entry per group bucket (or a single entry when no group-by is requested). Null in threadIds mode.
threadIds
[ID!]
The distinct thread ids behind the slice. Populated only when mode is threadIds; null otherwise.

