Supervision Event
A supervision event can include about fifty pieces of information.
Example: "Event infos" information is a json (or a text) that can provide details regarding the event context. The json structure depends on each event.
Event types
Events are sorted by type
• A (Action): user action
• W (Warning): alert
• E (Error): error
• S (Snapshot): process snapshot
A type A event is characterized by:
• a start, which corresponds to its creation.
• an end, which corresponds to the moment the message is actually sent.
Only one message is sent at the end. It summarizes the indicators of the process for the event duration.
Type W and type E events are immediate.
Type S events summarize the indicators of the process since the last sent snapshot.