question
stringlengths 1.03k
1.62k
| answer
stringclasses 2
values |
---|---|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-19b43ebb",
"description": "High CPU usage detected on order-proc-01",
"timestamp": "2024-01-22T06:14:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"cpu_usage": 89.5320059676013,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-5466521a",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T06:19:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2410,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-19b43ebb",
"description": "High CPU usage detected on order-proc-01",
"timestamp": "2024-01-22T06:14:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"cpu_usage": 89.5320059676013,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-031dce4b",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T06:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 7.1572656624728745,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 9.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-19b43ebb",
"description": "High CPU usage detected on order-proc-01",
"timestamp": "2024-01-22T06:14:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"cpu_usage": 89.5320059676013,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f47c7376",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T06:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 7.624755369684215,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 13.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-19b43ebb",
"description": "High CPU usage detected on order-proc-01",
"timestamp": "2024-01-22T06:14:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"cpu_usage": 89.5320059676013,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-a7fd13da",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-01-22T06:31:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 6.454357759806415,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 17.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-19b43ebb",
"description": "High CPU usage detected on order-proc-01",
"timestamp": "2024-01-22T06:14:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"cpu_usage": 89.5320059676013,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f7b53003",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T06:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.24514638728377,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 22.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-6611cfab",
"description": "High error rate on order-proc-01",
"timestamp": "2024-01-22T06:18:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 22.722174538470384,
"threshold": 5,
"status_code": 503
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-5466521a",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T06:19:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2410,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"time_difference_minutes": 1.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-6611cfab",
"description": "High error rate on order-proc-01",
"timestamp": "2024-01-22T06:18:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 22.722174538470384,
"threshold": 5,
"status_code": 503
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-031dce4b",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T06:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 7.1572656624728745,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-6611cfab",
"description": "High error rate on order-proc-01",
"timestamp": "2024-01-22T06:18:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 22.722174538470384,
"threshold": 5,
"status_code": 503
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f47c7376",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T06:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 7.624755369684215,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 9.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-6611cfab",
"description": "High error rate on order-proc-01",
"timestamp": "2024-01-22T06:18:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 22.722174538470384,
"threshold": 5,
"status_code": 503
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-a7fd13da",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-01-22T06:31:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 6.454357759806415,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 13.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-6611cfab",
"description": "High error rate on order-proc-01",
"timestamp": "2024-01-22T06:18:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 22.722174538470384,
"threshold": 5,
"status_code": 503
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f7b53003",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T06:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.24514638728377,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 18.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-5466521a",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T06:19:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2410,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-031dce4b",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T06:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 7.1572656624728745,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-5466521a",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T06:19:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2410,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f47c7376",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T06:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 7.624755369684215,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 8.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-5466521a",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T06:19:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2410,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-a7fd13da",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-01-22T06:31:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 6.454357759806415,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 12.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-5466521a",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T06:19:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2410,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f7b53003",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T06:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.24514638728377,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 17.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-031dce4b",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T06:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 7.1572656624728745,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f47c7376",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T06:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 7.624755369684215,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-031dce4b",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T06:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 7.1572656624728745,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-a7fd13da",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-01-22T06:31:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 6.454357759806415,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 8.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-031dce4b",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T06:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 7.1572656624728745,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f7b53003",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T06:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.24514638728377,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 13.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-f47c7376",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T06:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 7.624755369684215,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-a7fd13da",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-01-22T06:31:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 6.454357759806415,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-f47c7376",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T06:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 7.624755369684215,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f7b53003",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T06:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.24514638728377,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 9.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-a7fd13da",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-01-22T06:31:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 6.454357759806415,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f7b53003",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T06:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.24514638728377,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-208859f9",
"description": "Consumer group lag increasing",
"timestamp": "2024-01-22T14:00:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"lag_messages": 3172,
"threshold": 1000,
"consumer_group": "main-consumers"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-029622e6",
"description": "Queue depth exceeding threshold",
"timestamp": "2024-01-22T14:02:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-01",
"queue_depth": 8350,
"threshold": 3000
}
},
"sop_context": {}
},
"time_difference_minutes": 2.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-208859f9",
"description": "Consumer group lag increasing",
"timestamp": "2024-01-22T14:00:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"lag_messages": 3172,
"threshold": 1000,
"consumer_group": "main-consumers"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-fa024708",
"description": "Message processing errors increasing",
"timestamp": "2024-01-22T14:04:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 18.26629824879763,
"threshold": 5,
"error_type": "MessageProcessingException"
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-208859f9",
"description": "Consumer group lag increasing",
"timestamp": "2024-01-22T14:00:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"lag_messages": 3172,
"threshold": 1000,
"consumer_group": "main-consumers"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-93fa1019",
"description": "High latency in message queue processing",
"timestamp": "2024-01-22T14:07:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-02",
"processing_time": 1182,
"threshold": 500,
"messages_in_queue": 1089
}
},
"sop_context": {}
},
"time_difference_minutes": 7.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-208859f9",
"description": "Consumer group lag increasing",
"timestamp": "2024-01-22T14:00:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"lag_messages": 3172,
"threshold": 1000,
"consumer_group": "main-consumers"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-1762742f",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-01-22T14:08:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 7.726175884433609,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 8.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-029622e6",
"description": "Queue depth exceeding threshold",
"timestamp": "2024-01-22T14:02:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-01",
"queue_depth": 8350,
"threshold": 3000
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-fa024708",
"description": "Message processing errors increasing",
"timestamp": "2024-01-22T14:04:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 18.26629824879763,
"threshold": 5,
"error_type": "MessageProcessingException"
}
},
"sop_context": {}
},
"time_difference_minutes": 2.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-029622e6",
"description": "Queue depth exceeding threshold",
"timestamp": "2024-01-22T14:02:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-01",
"queue_depth": 8350,
"threshold": 3000
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-93fa1019",
"description": "High latency in message queue processing",
"timestamp": "2024-01-22T14:07:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-02",
"processing_time": 1182,
"threshold": 500,
"messages_in_queue": 1089
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-029622e6",
"description": "Queue depth exceeding threshold",
"timestamp": "2024-01-22T14:02:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-01",
"queue_depth": 8350,
"threshold": 3000
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-1762742f",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-01-22T14:08:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 7.726175884433609,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-fa024708",
"description": "Message processing errors increasing",
"timestamp": "2024-01-22T14:04:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 18.26629824879763,
"threshold": 5,
"error_type": "MessageProcessingException"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-93fa1019",
"description": "High latency in message queue processing",
"timestamp": "2024-01-22T14:07:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-02",
"processing_time": 1182,
"threshold": 500,
"messages_in_queue": 1089
}
},
"sop_context": {}
},
"time_difference_minutes": 3.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-fa024708",
"description": "Message processing errors increasing",
"timestamp": "2024-01-22T14:04:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 18.26629824879763,
"threshold": 5,
"error_type": "MessageProcessingException"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-1762742f",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-01-22T14:08:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 7.726175884433609,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-93fa1019",
"description": "High latency in message queue processing",
"timestamp": "2024-01-22T14:07:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-02",
"processing_time": 1182,
"threshold": 500,
"messages_in_queue": 1089
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-1762742f",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-01-22T14:08:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 7.726175884433609,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 1.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-01cf6846",
"description": "High error rate on web-server-01",
"timestamp": "2024-01-22T17:00:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 18.364248333156766,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-9ac921fc",
"description": "Memory pressure on web-server-02",
"timestamp": "2024-01-22T17:04:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"memory_usage": 94.70236371064894,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-01cf6846",
"description": "High error rate on web-server-01",
"timestamp": "2024-01-22T17:00:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 18.364248333156766,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-11a69d7d",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-22T17:05:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 89.69004302446183,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-01cf6846",
"description": "High error rate on web-server-01",
"timestamp": "2024-01-22T17:00:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 18.364248333156766,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-4cc03cd9",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-22T17:10:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2250,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"time_difference_minutes": 10.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-01cf6846",
"description": "High error rate on web-server-01",
"timestamp": "2024-01-22T17:00:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 18.364248333156766,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-561eedd9",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-22T17:15:00Z",
"severity": "critical",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.097777201276894,
"threshold": 5,
"status_code": 502
}
},
"sop_context": {}
},
"time_difference_minutes": 15.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-01cf6846",
"description": "High error rate on web-server-01",
"timestamp": "2024-01-22T17:00:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 18.364248333156766,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-9bab0603",
"description": "High CPU usage detected on order-proc-02",
"timestamp": "2024-01-22T17:17:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"cpu_usage": 89.4003820769757,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"time_difference_minutes": 17.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-01cf6846",
"description": "High error rate on web-server-01",
"timestamp": "2024-01-22T17:00:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 18.364248333156766,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-adc06e45",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T17:20:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2129,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"time_difference_minutes": 20.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-01cf6846",
"description": "High error rate on web-server-01",
"timestamp": "2024-01-22T17:00:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 18.364248333156766,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-0b2419d9",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-01-22T17:22:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 94.30419094684628,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 22.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-01cf6846",
"description": "High error rate on web-server-01",
"timestamp": "2024-01-22T17:00:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 18.364248333156766,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-371fb648",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T17:26:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 12.309943758294738,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 26.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-01cf6846",
"description": "High error rate on web-server-01",
"timestamp": "2024-01-22T17:00:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 18.364248333156766,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-4f40e71c",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T17:30:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 8.801302576793995,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 30.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-01cf6846",
"description": "High error rate on web-server-01",
"timestamp": "2024-01-22T17:00:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 18.364248333156766,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-6acacd24",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T17:35:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 6.691416573926841,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 35.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-01cf6846",
"description": "High error rate on web-server-01",
"timestamp": "2024-01-22T17:00:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 18.364248333156766,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-ceb359ae",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-22T17:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 8.755169515893932,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 36.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9ac921fc",
"description": "Memory pressure on web-server-02",
"timestamp": "2024-01-22T17:04:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"memory_usage": 94.70236371064894,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-11a69d7d",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-22T17:05:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 89.69004302446183,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"time_difference_minutes": 1.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9ac921fc",
"description": "Memory pressure on web-server-02",
"timestamp": "2024-01-22T17:04:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"memory_usage": 94.70236371064894,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-4cc03cd9",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-22T17:10:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2250,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9ac921fc",
"description": "Memory pressure on web-server-02",
"timestamp": "2024-01-22T17:04:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"memory_usage": 94.70236371064894,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-561eedd9",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-22T17:15:00Z",
"severity": "critical",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.097777201276894,
"threshold": 5,
"status_code": 502
}
},
"sop_context": {}
},
"time_difference_minutes": 11.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9ac921fc",
"description": "Memory pressure on web-server-02",
"timestamp": "2024-01-22T17:04:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"memory_usage": 94.70236371064894,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-9bab0603",
"description": "High CPU usage detected on order-proc-02",
"timestamp": "2024-01-22T17:17:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"cpu_usage": 89.4003820769757,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"time_difference_minutes": 13.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9ac921fc",
"description": "Memory pressure on web-server-02",
"timestamp": "2024-01-22T17:04:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"memory_usage": 94.70236371064894,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-adc06e45",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T17:20:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2129,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"time_difference_minutes": 16.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9ac921fc",
"description": "Memory pressure on web-server-02",
"timestamp": "2024-01-22T17:04:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"memory_usage": 94.70236371064894,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-0b2419d9",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-01-22T17:22:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 94.30419094684628,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 18.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9ac921fc",
"description": "Memory pressure on web-server-02",
"timestamp": "2024-01-22T17:04:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"memory_usage": 94.70236371064894,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-371fb648",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T17:26:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 12.309943758294738,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 22.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9ac921fc",
"description": "Memory pressure on web-server-02",
"timestamp": "2024-01-22T17:04:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"memory_usage": 94.70236371064894,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-4f40e71c",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T17:30:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 8.801302576793995,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 26.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9ac921fc",
"description": "Memory pressure on web-server-02",
"timestamp": "2024-01-22T17:04:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"memory_usage": 94.70236371064894,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-6acacd24",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T17:35:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 6.691416573926841,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 31.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9ac921fc",
"description": "Memory pressure on web-server-02",
"timestamp": "2024-01-22T17:04:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"memory_usage": 94.70236371064894,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-ceb359ae",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-22T17:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 8.755169515893932,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 32.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-11a69d7d",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-22T17:05:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 89.69004302446183,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-4cc03cd9",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-22T17:10:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2250,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-11a69d7d",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-22T17:05:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 89.69004302446183,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-561eedd9",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-22T17:15:00Z",
"severity": "critical",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.097777201276894,
"threshold": 5,
"status_code": 502
}
},
"sop_context": {}
},
"time_difference_minutes": 10.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-11a69d7d",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-22T17:05:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 89.69004302446183,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-9bab0603",
"description": "High CPU usage detected on order-proc-02",
"timestamp": "2024-01-22T17:17:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"cpu_usage": 89.4003820769757,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"time_difference_minutes": 12.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-11a69d7d",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-22T17:05:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 89.69004302446183,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-adc06e45",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T17:20:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2129,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"time_difference_minutes": 15.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-11a69d7d",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-22T17:05:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 89.69004302446183,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-0b2419d9",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-01-22T17:22:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 94.30419094684628,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 17.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-11a69d7d",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-22T17:05:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 89.69004302446183,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-371fb648",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T17:26:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 12.309943758294738,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 21.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-11a69d7d",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-22T17:05:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 89.69004302446183,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-4f40e71c",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T17:30:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 8.801302576793995,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 25.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-11a69d7d",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-22T17:05:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 89.69004302446183,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-6acacd24",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T17:35:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 6.691416573926841,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 30.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-11a69d7d",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-22T17:05:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 89.69004302446183,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-ceb359ae",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-22T17:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 8.755169515893932,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 31.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-4cc03cd9",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-22T17:10:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2250,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-561eedd9",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-22T17:15:00Z",
"severity": "critical",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.097777201276894,
"threshold": 5,
"status_code": 502
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-4cc03cd9",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-22T17:10:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2250,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-9bab0603",
"description": "High CPU usage detected on order-proc-02",
"timestamp": "2024-01-22T17:17:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"cpu_usage": 89.4003820769757,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"time_difference_minutes": 7.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-4cc03cd9",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-22T17:10:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2250,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-adc06e45",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T17:20:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2129,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"time_difference_minutes": 10.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-4cc03cd9",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-22T17:10:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2250,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-0b2419d9",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-01-22T17:22:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 94.30419094684628,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 12.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-4cc03cd9",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-22T17:10:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2250,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-371fb648",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T17:26:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 12.309943758294738,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 16.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-4cc03cd9",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-22T17:10:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2250,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-4f40e71c",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T17:30:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 8.801302576793995,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 20.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-4cc03cd9",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-22T17:10:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2250,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-6acacd24",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T17:35:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 6.691416573926841,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 25.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-4cc03cd9",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-22T17:10:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2250,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-ceb359ae",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-22T17:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 8.755169515893932,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 26.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-561eedd9",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-22T17:15:00Z",
"severity": "critical",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.097777201276894,
"threshold": 5,
"status_code": 502
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-9bab0603",
"description": "High CPU usage detected on order-proc-02",
"timestamp": "2024-01-22T17:17:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"cpu_usage": 89.4003820769757,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"time_difference_minutes": 2.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-561eedd9",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-22T17:15:00Z",
"severity": "critical",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.097777201276894,
"threshold": 5,
"status_code": 502
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-adc06e45",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T17:20:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2129,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-561eedd9",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-22T17:15:00Z",
"severity": "critical",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.097777201276894,
"threshold": 5,
"status_code": 502
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-0b2419d9",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-01-22T17:22:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 94.30419094684628,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 7.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-561eedd9",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-22T17:15:00Z",
"severity": "critical",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.097777201276894,
"threshold": 5,
"status_code": 502
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-371fb648",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T17:26:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 12.309943758294738,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 11.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-561eedd9",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-22T17:15:00Z",
"severity": "critical",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.097777201276894,
"threshold": 5,
"status_code": 502
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-4f40e71c",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T17:30:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 8.801302576793995,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 15.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-561eedd9",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-22T17:15:00Z",
"severity": "critical",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.097777201276894,
"threshold": 5,
"status_code": 502
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-6acacd24",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T17:35:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 6.691416573926841,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 20.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-561eedd9",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-22T17:15:00Z",
"severity": "critical",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.097777201276894,
"threshold": 5,
"status_code": 502
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-ceb359ae",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-22T17:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 8.755169515893932,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 21.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9bab0603",
"description": "High CPU usage detected on order-proc-02",
"timestamp": "2024-01-22T17:17:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"cpu_usage": 89.4003820769757,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-adc06e45",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T17:20:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2129,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"time_difference_minutes": 3.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9bab0603",
"description": "High CPU usage detected on order-proc-02",
"timestamp": "2024-01-22T17:17:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"cpu_usage": 89.4003820769757,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-0b2419d9",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-01-22T17:22:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 94.30419094684628,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9bab0603",
"description": "High CPU usage detected on order-proc-02",
"timestamp": "2024-01-22T17:17:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"cpu_usage": 89.4003820769757,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-371fb648",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T17:26:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 12.309943758294738,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 9.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9bab0603",
"description": "High CPU usage detected on order-proc-02",
"timestamp": "2024-01-22T17:17:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"cpu_usage": 89.4003820769757,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-4f40e71c",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T17:30:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 8.801302576793995,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 13.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9bab0603",
"description": "High CPU usage detected on order-proc-02",
"timestamp": "2024-01-22T17:17:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"cpu_usage": 89.4003820769757,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-6acacd24",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T17:35:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 6.691416573926841,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 18.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9bab0603",
"description": "High CPU usage detected on order-proc-02",
"timestamp": "2024-01-22T17:17:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"cpu_usage": 89.4003820769757,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-ceb359ae",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-22T17:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 8.755169515893932,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 19.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-adc06e45",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T17:20:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2129,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-0b2419d9",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-01-22T17:22:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 94.30419094684628,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 2.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-adc06e45",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T17:20:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2129,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-371fb648",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T17:26:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 12.309943758294738,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-adc06e45",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T17:20:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2129,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-4f40e71c",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T17:30:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 8.801302576793995,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 10.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-adc06e45",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T17:20:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2129,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-6acacd24",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T17:35:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 6.691416573926841,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 15.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-adc06e45",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-22T17:20:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2129,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-ceb359ae",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-22T17:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 8.755169515893932,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 16.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-0b2419d9",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-01-22T17:22:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 94.30419094684628,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-371fb648",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T17:26:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 12.309943758294738,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-0b2419d9",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-01-22T17:22:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 94.30419094684628,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-4f40e71c",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T17:30:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 8.801302576793995,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 8.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-0b2419d9",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-01-22T17:22:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 94.30419094684628,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-6acacd24",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T17:35:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 6.691416573926841,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 13.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-0b2419d9",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-01-22T17:22:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 94.30419094684628,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-ceb359ae",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-22T17:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 8.755169515893932,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 14.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-371fb648",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T17:26:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 12.309943758294738,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-4f40e71c",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T17:30:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 8.801302576793995,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-371fb648",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T17:26:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 12.309943758294738,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-6acacd24",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T17:35:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 6.691416573926841,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 9.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-371fb648",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-01-22T17:26:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 12.309943758294738,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-ceb359ae",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-22T17:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 8.755169515893932,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 10.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-4f40e71c",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T17:30:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 8.801302576793995,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-6acacd24",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T17:35:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 6.691416573926841,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-4f40e71c",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-01-22T17:30:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 8.801302576793995,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-ceb359ae",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-22T17:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 8.755169515893932,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-6acacd24",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-22T17:35:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 6.691416573926841,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-ceb359ae",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-22T17:36:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 8.755169515893932,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 1.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-adbbe602",
"description": "Service web-frontend instance web-server-01 is down",
"timestamp": "2024-01-23T15:00:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"error_type": "ServiceCrashException",
"uptime": 29
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f6bf57d8",
"description": "High memory usage before crash on web-server-01",
"timestamp": "2024-01-23T15:05:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"memory_usage": 91.26639071650595,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-adbbe602",
"description": "Service web-frontend instance web-server-01 is down",
"timestamp": "2024-01-23T15:00:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"error_type": "ServiceCrashException",
"uptime": 29
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f146d578",
"description": "Thread pool exhaustion on web-server-02",
"timestamp": "2024-01-23T15:10:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"active_threads": 100,
"thread_pool_size": 100,
"queue_length": 369
}
},
"sop_context": {}
},
"time_difference_minutes": 10.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-adbbe602",
"description": "Service web-frontend instance web-server-01 is down",
"timestamp": "2024-01-23T15:00:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"error_type": "ServiceCrashException",
"uptime": 29
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-57bc3bf0",
"description": "High memory usage before crash on order-proc-02",
"timestamp": "2024-01-23T15:14:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"memory_usage": 97.80432378857705,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 14.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-adbbe602",
"description": "Service web-frontend instance web-server-01 is down",
"timestamp": "2024-01-23T15:00:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"error_type": "ServiceCrashException",
"uptime": 29
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-227cf504",
"description": "Thread pool exhaustion on order-proc-01",
"timestamp": "2024-01-23T15:19:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"active_threads": 100,
"thread_pool_size": 100,
"queue_length": 258
}
},
"sop_context": {}
},
"time_difference_minutes": 19.0
}
|
true
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.