Overview
Interceptors are middleware components that process requests and responses as they flow through the gateway. They enable monitoring, logging, tracing, and other cross-cutting concerns.
Overview
Section titled “Overview”Interceptors are configured in the interceptors section of your configuration file:
interceptors: - type: "interceptor_name" enabled: true config: # Interceptor-specific optionsAvailable Interceptors
Section titled “Available Interceptors”Cylestio Perimeter supports several types of interceptors for different monitoring and analysis needs:
-
Cylestio Trace Interceptor Sends events to external Cylestio API for advanced tracing, analytics, and monitoring.
-
Event Recorder Interceptor Saves raw events to disk organized by session for detailed analysis and debugging.