configuration-anomaly-detection icon indicating copy to clipboard operation
configuration-anomaly-detection copied to clipboard

[PoC] Custom interceptor

Open typeid opened this issue 9 months ago • 3 comments

This is a PoC as part of RDA7: this PR adds a custom interceptor that allows routing all alerts to CAD without starting a new pipeline for each alert. To achieve this, we create a custom interceptor in the form of a small http service that will determine whether or not we handle the alert or escalate it.

TODOs:

  • the interceptor must contain the logic for incident -> alert mapping
  • deployment of the interceptor needs to be part of CAD deployment

typeid avatar May 21 '24 07:05 typeid