Skip to main content

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
AggregatedEventTimestampsAggregated event counts per timestamp bin, grouped by activity.
activities*:Vec<String>All distinct activity names found in the log.
[items]:String
events_per_timestamp*:ObjectEvent counts per bin timestamp (millis) per activity name.

Example JSON Value

{
  "activities": [
    "example"
  ],
  "events_per_timestamp": {}
}

Functions Returning This Type(1)