correlate_alerts_across_instances
Correlate alerts across multiple Prometheus instances using temporal windows and label similarity to identify related incidents and systemic issues.
Instructions
Correlate alerts across multiple Prometheus instances.
Identifies related alerts that fire simultaneously or in sequence across different Prometheus instances using temporal windows and label similarity.
Use this to:
Understand cross-instance incident scope
Identify related alerts in different clusters/regions
Detect systemic issues affecting multiple instances
Examples: - "Are there related alerts firing across our US and EU clusters?" - "Show me alerts that might be related to this HighCPU alert"
Returns: CorrelationResult with correlated alerts, groups, and cascades.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | ||
| instances | No | ||
| enable_rca | No | Enable root cause analysis enhancement (default: False) | |
| temporal_window | No | Time window in seconds for correlation (default: 300) | |
| similarity_threshold | No | Minimum similarity score for correlation (default: 0.7) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groups | Yes | ||
| cascades | Yes | ||
| rca_enhancement | Yes | ||
| correlated_alerts | Yes | ||
| total_correlations | Yes | ||
| instance_attribution | Yes |