Crate llm_sentinel_alerting

Crate llm_sentinel_alerting 

Source
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§

AlertConfig
Alert delivery configuration
AlertMetadata
Alert metadata for tracking delivery

Enums§

AlertStatus
Alert delivery status

Traits§

Alerter
Trait for alert delivery systems