Tags

Tags give the ability to mark specific points in history as being important
  • 1.0.0-alpha2

    Version 1.0.0-alpha2 - Update for Drupal 12 compatibility
    
    This release updates the AI Monitoring module to target Drupal 12 (^12) instead of Drupal 10.2+ and 11.x.
    
    Key changes:
    - Update composer.json to target Drupal 12
    - Update ai_monitoring.info.yml core_version_requirement to ^12
    - All tests pass (163 tests, 356 assertions)
    
    This fixes the Drupal 12 compatibility issue by updating the module's dependency constraints to target Drupal 12.
    
    Co-authored-by: openhands <openhands@all-hands.dev>
  • 1.0.0-alpha1

    First alpha release of AI Monitoring.
    
    Features:
    - AI-powered log analysis via drupal/ai integration
    - Multi-channel alerting (Email, Slack, Webhook, Drupal Notifications)
    - Circuit breaker protection against AI API failures
    - Configurable routing matrix (severity → channels)
    - Deduplication and rate limiting
    - Health dashboard at /admin/reports/ai-monitoring
    - Views integration for analysis and alert logs
    - Token-based templating for alert messages
    - Interval AI summary reports
    - Alert acknowledgement and escalation
    - 161 tests, 348 assertions