Interceptor

Represents an interceptor group. Used to be referenced in LogConfig/ClusterLogConfig.

Example

  1. apiVersion: loggie.io/v1beta1
  2. kind: Interceptor
  3. metadata:
  4. name: default
  5. spec:
  6. interceptors: |
  7. - type: rateLimit
  8. qps: 90000

spec.interceptors

Use the “|” symbol to indicate an entire interceptors configuration list, which is consistent with the configuration in Pipelines.