mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 18:53:37 +00:00
6b0024f1ee
- Add visual threshold-to-alert conversion feature in dashboard filtering UI - Implement compound threshold rules that support multiple metrics with AND logic - Enhance existing AlertManager to handle both single-metric and compound threshold rules - Add dynamic alert rule creation modal with step-by-step configuration - Implement comprehensive rule management (view, enable/disable, delete) - Add real-time evaluation of compound threshold rules in main metrics processing loop - Create compound rule API endpoints integrated with existing alerts system - Add smart threshold summary display and button state management - Support email/webhook notifications for compound threshold rule violations - Maintain backward compatibility with existing single-metric alert rules This bridges the gap between visual filtering and automated alerting, allowing users to convert their threshold filtering criteria into persistent monitoring rules with a seamless user experience. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>