...
STATS_RECORD Column | Statistic | Detail |
---|---|---|
stats_type | Type | Statistics Type: ACTIVITY |
fromDtm | Datetime | The start time of the period that this measure refers to |
toDtm | Datetime | The end time of the period that this measure refers to |
context_1_id | Id | TaskPlanId or ActionId |
context_1_type | Activity Type | Activity Types : TASK_PLAN - for task plans executed ACTION - for actions triggered |
context_1_nameĀ | Name | Name of TaskPlan or Action |
value_1 | Count | The number of times this TaskPlan or action has been executed. |
...
STATS_RECORD Column | Statistic | Detail |
---|---|---|
stats_type | Type | Statistics Type: StreamSet |
fromDtm | Datetime | The start time of the period that this measure refers to |
toDtm | Datetime | The end time of the period that this measure refers to |
context_1_id | Id | Stream Id |
context_1_type | Activity Type | Stream Type |
context_1_nameĀ | Name | Stream Name |
value_1 | Insert Count (Number) | Total inserts count |
value_2 | Insert Volume (Records) | Total Records inserted |
value_3 | Insert Volumne (Bytes) | Average bytes written for records inserted |
value_4 | Update Count (Number) | Total updates count |
value_5 | Update Volume (Records) | Total Records updated |
value_6 | Insert Volumne (Bytes) | Average bytes written for records updated |
...