Monitoring & Audit Logs

Trace every action and request across the entire ecosystem.

Audit Trails

The system generates detailed audit logs for two types of activities:

1. Management Activity (Control Plane)

"User X created Catalog Y at 10:00 AM"

Records configuration changes made through the UI or Management API.

2. Live API Traffic (Data Plane)

"Consumer A called /payments/v1 with result 200 OK in 14ms"

Records actual requests routed through the Reverse Proxy.

Log Structure

Log entries include comprehensive metadata for troubleshooting:

  • Identity: Who made the request (User ID or Consumer Client ID).
  • Request Detail: Method, URL, Path, IP Address.
  • Outcome: Status Code and Response Time (latency).
  • Context: Company, Tenant, and Environment involved.

Security & Privacy

To comply with security standards, the system implements Header Sanitization. Sensitive headers are automatically masked before being stored or displayed in the UI, ensuring that credentials and tokens are never exposed in logs.

Real-time Logging

API traffic logs are captured in real-time without adding latency to your API requests. Logs are processed asynchronously and made available in the dashboard shortly after each request.