litellm/tests/test_litellm/integrations/SlackAlerting
Darien Kindlund ca5c109a92
feat: add optional digest mode for Slack alert types (#21683)
Adds per-alert-type digest mode that aggregates duplicate alerts
within a configurable time window and emits a single summary message
with count, start/end timestamps.

Configuration via general_settings.alert_type_config:
  alert_type_config:
    llm_requests_hanging:
      digest: true
      digest_interval: 86400

Digest key: (alert_type, request_model, api_base)
Default interval: 24 hours
Window type: fixed interval

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-21 15:19:17 -08:00
..
test_budget_alert_types.py add tests for the fix 2025-09-12 12:07:08 +02:00
test_hanging_request_check.py [Feat] Performance - Don't create 1 task for every hanging request alert (#11385) 2025-06-03 21:12:54 -07:00
test_slack_alerting.py Litellm sameer oct staging (#15806) 2025-10-24 12:17:22 -07:00
test_slack_alerting_digest.py feat: add optional digest mode for Slack alert types (#21683) 2026-02-21 15:19:17 -08:00
test_slack_alerting_utils.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00