Expand description
§Sentinel Alerting
Alert delivery and notification system for LLM-Sentinel.
This crate provides:
- Alert delivery via RabbitMQ
- Webhook notifications
- Alert deduplication
- Retry logic with exponential backoff
- Alert routing by severity
Modules§
- deduplication
- Alert deduplication to prevent alert storms.
- prelude
- Re-export commonly used types
- rabbitmq
- RabbitMQ alert publisher with severity-based routing.
- webhook
- Webhook alert delivery for HTTP-based notifications.
Structs§
- Alert
Config - Alert delivery configuration
- Alert
Metadata - Alert metadata for tracking delivery
Enums§
- Alert
Status - Alert delivery status
Traits§
- Alerter
- Trait for alert delivery systems