Module alerting

Source
Expand description

Alerting and notification system for MCP servers

This module provides:

  • Configurable alert rules and thresholds
  • Multiple notification channels (email, webhook, Slack, etc.)
  • Alert de-duplication and escalation
  • Alert history and acknowledgment
  • Integration with metrics system

Structs§

Alert
Alert instance
AlertConfig
Alert manager configuration
AlertManager
Alert manager
AlertRule
Alert rule configuration

Enums§

AlertError
Alert system errors
AlertSeverity
Alert severity levels
AlertState
Alert states
ComparisonOperator
Comparison operators for thresholds
MetricType
Types of metrics that can be monitored
NotificationChannel
Notification channel types