AggregatedEventTimestamps
Aggregated event counts per timestamp bin, grouped by activity.
Used as Input
0
functions accept this type
Used as Output
1
function return this type
Type Definition
3 nested items
AggregatedEventTimestamps— Aggregated event counts per timestamp bin, grouped by activity.
activities*:Vec<String>— All distinct activity names found in the log.
[items]:String
events_per_timestamp*:Object— Event counts per bin timestamp (millis) per activity name.
Example JSON Value
{
"activities": [
"example"
],
"events_per_timestamp": {}
}