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
4 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
bin_width_ms*:i64— Width of each bin in milliseconds, which is also the spacing of the bin centers.
events_per_timestamp*:Object— Event counts per bin timestamp (millis) per activity name.
Example JSON Value
{
"activities": [
"example"
],
"bin_width_ms": 1,
"events_per_timestamp": {}
}