Types
ThreadHeatmapMetricInput
input
ThreadHeatmapMetricInputFields
metricName
required
from
String!
required
ISO 8601 format (e.g. 2024-10-28T18:30:00Z).
to
String!
required
ISO 8601 format (e.g. 2024-10-28T18:30:00Z).
filters
mode
required
The return mode. Either METRIC - the values of the metric. Or THREAD_IDS - the distinct thread ids behind the values. Use filters and to/from to narrow search if looking for threadsIds for a specific subset
threadIdsArgs
The clicked cell to drill into. Required when mode is threadIds; rejected otherwise.

