Skip to main content
QUERY
threadTimeSeriesMetric(input: ThreadTimeSeriesMetricInput!): ThreadTimeSeriesMetric!

Arguments

timestamps

Ordered bucket start times for the series data points, one per interval. Null in threadIds mode.

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.

Query
Variables
Response