detect_cascading_alerts
Identify cascading alert patterns and trace failure propagation paths in your monitoring data. Infer service dependencies to pinpoint root causes of complex incidents.
Instructions
Detect cascading alert patterns with directional dependency inference.
Identifies alert propagation patterns that indicate dependency failures.
Use this to:
Trace failure propagation paths through your system
Identify root cause candidates for complex incidents
Understand service dependency relationships
Examples: - "What alerts typically fire after DatabaseConnectionFailed?" - "Show me the failure propagation chain in this incident"
Returns: CascadeDetectionResult with detected cascades and root causes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | ||
| instances | No | ||
| temporal_window | No | Time window in seconds for cascade detection (default: 300) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cascades | Yes | ||
| root_causes | Yes | ||
| total_cascades | Yes | ||
| rca_enhancement | Yes |