Package intrinsic_proto.flowstate_event
Messages
message FlowstateEvent intrinsic/logging/proto/flowstate_event.proto
FlowstateEvent are representation of events to be recorded by flowstate workcell applications. These events are piped into a BigQuery table which acts as the base of dashboards and other analysis.
See go/intrinsic-event-schema#bookmark=id.u8ad3dvlrnid for examples of how to use the schema
| Field | Type | Description | |
|---|---|---|---|
| 1 | event_type |
string
|
event_type is an identifier for an event. (e.g., SOLUTION, HUMAN_USER_ACTION, ROBOT_METADATA) |
| 2 | resource_id |
string
|
resource ID is the identifier of the resource that was modified (e.g., solution that was created or run, robot id that was registered) |
| 3 | subject |
string
|
subject identifies the user id or other such identifier of the actor who committed the event/action. |
| 4 | action |
string
|
action is a verb that signifies the nature of the event (created, run, deleted, modified). |
| 5 | result |
string
|
result signifies the result of the committed action, e.g., success/failure of a BT run. |
| 6 | labels |
map<string, string>
|
labels contain additional key value pairs to label the data with. |
| 7 | organization_id |
optional
string
|
organization_id is the Intrinsic organization identifier |