AnalyticsEvent
Type: Object
Represents a discrete event raised by equipment, sensors, or operators within the production environment. Events are used to capture significant occurrences, such as machine state changes, warnings, or errors. They provide a structured log of activities that is essential for real-time monitoring, diagnostics, and AI-driven process optimization.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| acknowledgedAt | DateTime | When the event was acknowledged by an operator. | ||
| acknowledgedById | ID | Identifier of the actor who acknowledged the event. | ||
| details | JsonString! | Structured metadata payload. | ||
| id | ID! | |||
| insertedAt | DateTime! | When the event was recorded. | ||
| job | Job | Production job linked to the event. | ||
| jobId | ID | |||
| metric | Metric | Metric associated with this event, if applicable. | ||
| metricId | ID | |||
| occurredAt | DateTime! | Timestamp when the event occurred. | ||
| operation | Operation | Production operation linked to the event. | ||
| operationId | ID | |||
| resource | Resource | Resource context for the event (press, device, etc.). | ||
| resourceId | ID | |||
| severity | EventSeverity! | Severity level of the event. | ||
| signalType | SignalType! | Semantic classification of the event signal. | ||
| source | String | System or integration that generated the event. | ||
| summary | String! | Short, human-readable summary of the event. | ||
| updatedAt | DateTime! | When the event record last updated. |