Event System
Audit Event Flow
Key actions across all services are recorded as audit events:
Audited Events
All create, update, and delete operations across services emit audit events including:
- Actor (user ID, IP address)
- Action (e.g.,
instance.created,route.updated) - Resource (type + ID)
- Details (before/after state where applicable)
- Timestamp
Request Logging
Mock Engine and Proxy services log all incoming requests for debugging:
Request logs are written asynchronously to avoid impacting response latency.