question
stringlengths 1.03k
1.62k
| answer
stringclasses 2
values |
---|---|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-ea4c3d0f",
"description": "Memory pressure on web-server-01",
"timestamp": "2024-03-31T03:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"memory_usage": 92.95780187845648,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-0c484014",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-03-31T03:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 12.276467400548357,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 23.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-ea4c3d0f",
"description": "Memory pressure on web-server-01",
"timestamp": "2024-03-31T03:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"memory_usage": 92.95780187845648,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-8c03101d",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-03-31T03:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 13.220450806187955,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 24.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-ea4c3d0f",
"description": "Memory pressure on web-server-01",
"timestamp": "2024-03-31T03:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"memory_usage": 92.95780187845648,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-5d035307",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-03-31T03:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 13.118987239425953,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 27.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-ea4c3d0f",
"description": "Memory pressure on web-server-01",
"timestamp": "2024-03-31T03:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"memory_usage": 92.95780187845648,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-14acabd8",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-03-31T03:29:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.985799104609836,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 29.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-35c042cb",
"description": "High error rate on web-server-01",
"timestamp": "2024-03-31T03:01:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 19.40854043810987,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-acef5a3f",
"description": "Increased API response time for /api/orders endpoint",
"timestamp": "2024-03-31T03:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/orders",
"response_time": 2083,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"time_difference_minutes": 3.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-35c042cb",
"description": "High error rate on web-server-01",
"timestamp": "2024-03-31T03:01:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 19.40854043810987,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-64542a17",
"description": "High CPU usage detected on web-server-01",
"timestamp": "2024-03-31T03:08:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"cpu_usage": 90.69981109719825,
"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-35c042cb",
"description": "High error rate on web-server-01",
"timestamp": "2024-03-31T03:01:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 19.40854043810987,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-ca3c94dc",
"description": "High error rate on order-proc-01",
"timestamp": "2024-03-31T03:10:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.553277611663226,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"time_difference_minutes": 9.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-35c042cb",
"description": "High error rate on web-server-01",
"timestamp": "2024-03-31T03:01:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 19.40854043810987,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-2652b3de",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-03-31T03:14:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2342,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"time_difference_minutes": 13.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-35c042cb",
"description": "High error rate on web-server-01",
"timestamp": "2024-03-31T03:01:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 19.40854043810987,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-9faf72c3",
"description": "High CPU usage detected on order-proc-01",
"timestamp": "2024-03-31T03:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"cpu_usage": 86.23161984639582,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"time_difference_minutes": 15.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-35c042cb",
"description": "High error rate on web-server-01",
"timestamp": "2024-03-31T03:01:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 19.40854043810987,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-aad069ca",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-03-31T03:20:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 87.26656427122607,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 19.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-35c042cb",
"description": "High error rate on web-server-01",
"timestamp": "2024-03-31T03:01:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 19.40854043810987,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-0c484014",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-03-31T03:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 12.276467400548357,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 22.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-35c042cb",
"description": "High error rate on web-server-01",
"timestamp": "2024-03-31T03:01:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 19.40854043810987,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-8c03101d",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-03-31T03:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 13.220450806187955,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 23.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-35c042cb",
"description": "High error rate on web-server-01",
"timestamp": "2024-03-31T03:01:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 19.40854043810987,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-5d035307",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-03-31T03:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 13.118987239425953,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 26.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-35c042cb",
"description": "High error rate on web-server-01",
"timestamp": "2024-03-31T03:01:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 19.40854043810987,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-14acabd8",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-03-31T03:29:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.985799104609836,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 28.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-acef5a3f",
"description": "Increased API response time for /api/orders endpoint",
"timestamp": "2024-03-31T03:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/orders",
"response_time": 2083,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-64542a17",
"description": "High CPU usage detected on web-server-01",
"timestamp": "2024-03-31T03:08:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"cpu_usage": 90.69981109719825,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-acef5a3f",
"description": "Increased API response time for /api/orders endpoint",
"timestamp": "2024-03-31T03:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/orders",
"response_time": 2083,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-ca3c94dc",
"description": "High error rate on order-proc-01",
"timestamp": "2024-03-31T03:10:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.553277611663226,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-acef5a3f",
"description": "Increased API response time for /api/orders endpoint",
"timestamp": "2024-03-31T03:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/orders",
"response_time": 2083,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-2652b3de",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-03-31T03:14:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2342,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"time_difference_minutes": 10.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-acef5a3f",
"description": "Increased API response time for /api/orders endpoint",
"timestamp": "2024-03-31T03:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/orders",
"response_time": 2083,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-9faf72c3",
"description": "High CPU usage detected on order-proc-01",
"timestamp": "2024-03-31T03:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"cpu_usage": 86.23161984639582,
"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-acef5a3f",
"description": "Increased API response time for /api/orders endpoint",
"timestamp": "2024-03-31T03:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/orders",
"response_time": 2083,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-aad069ca",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-03-31T03:20:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 87.26656427122607,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 16.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-acef5a3f",
"description": "Increased API response time for /api/orders endpoint",
"timestamp": "2024-03-31T03:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/orders",
"response_time": 2083,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-0c484014",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-03-31T03:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 12.276467400548357,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 19.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-acef5a3f",
"description": "Increased API response time for /api/orders endpoint",
"timestamp": "2024-03-31T03:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/orders",
"response_time": 2083,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-8c03101d",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-03-31T03:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 13.220450806187955,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 20.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-acef5a3f",
"description": "Increased API response time for /api/orders endpoint",
"timestamp": "2024-03-31T03:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/orders",
"response_time": 2083,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-5d035307",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-03-31T03:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 13.118987239425953,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 23.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-acef5a3f",
"description": "Increased API response time for /api/orders endpoint",
"timestamp": "2024-03-31T03:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/orders",
"response_time": 2083,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-14acabd8",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-03-31T03:29:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.985799104609836,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 25.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-64542a17",
"description": "High CPU usage detected on web-server-01",
"timestamp": "2024-03-31T03:08:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"cpu_usage": 90.69981109719825,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-ca3c94dc",
"description": "High error rate on order-proc-01",
"timestamp": "2024-03-31T03:10:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.553277611663226,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"time_difference_minutes": 2.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-64542a17",
"description": "High CPU usage detected on web-server-01",
"timestamp": "2024-03-31T03:08:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"cpu_usage": 90.69981109719825,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-2652b3de",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-03-31T03:14:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2342,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-64542a17",
"description": "High CPU usage detected on web-server-01",
"timestamp": "2024-03-31T03:08:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"cpu_usage": 90.69981109719825,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-9faf72c3",
"description": "High CPU usage detected on order-proc-01",
"timestamp": "2024-03-31T03:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"cpu_usage": 86.23161984639582,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"time_difference_minutes": 8.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-64542a17",
"description": "High CPU usage detected on web-server-01",
"timestamp": "2024-03-31T03:08:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"cpu_usage": 90.69981109719825,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-aad069ca",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-03-31T03:20:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 87.26656427122607,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 12.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-64542a17",
"description": "High CPU usage detected on web-server-01",
"timestamp": "2024-03-31T03:08:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"cpu_usage": 90.69981109719825,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-0c484014",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-03-31T03:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 12.276467400548357,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 15.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-64542a17",
"description": "High CPU usage detected on web-server-01",
"timestamp": "2024-03-31T03:08:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"cpu_usage": 90.69981109719825,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-8c03101d",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-03-31T03:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 13.220450806187955,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 16.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-64542a17",
"description": "High CPU usage detected on web-server-01",
"timestamp": "2024-03-31T03:08:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"cpu_usage": 90.69981109719825,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-5d035307",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-03-31T03:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 13.118987239425953,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 19.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-64542a17",
"description": "High CPU usage detected on web-server-01",
"timestamp": "2024-03-31T03:08:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"cpu_usage": 90.69981109719825,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-14acabd8",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-03-31T03:29:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.985799104609836,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 21.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-ca3c94dc",
"description": "High error rate on order-proc-01",
"timestamp": "2024-03-31T03:10:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.553277611663226,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-2652b3de",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-03-31T03:14:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2342,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-ca3c94dc",
"description": "High error rate on order-proc-01",
"timestamp": "2024-03-31T03:10:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.553277611663226,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-9faf72c3",
"description": "High CPU usage detected on order-proc-01",
"timestamp": "2024-03-31T03:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"cpu_usage": 86.23161984639582,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-ca3c94dc",
"description": "High error rate on order-proc-01",
"timestamp": "2024-03-31T03:10:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.553277611663226,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-aad069ca",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-03-31T03:20:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 87.26656427122607,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 10.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-ca3c94dc",
"description": "High error rate on order-proc-01",
"timestamp": "2024-03-31T03:10:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.553277611663226,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-0c484014",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-03-31T03:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 12.276467400548357,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 13.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-ca3c94dc",
"description": "High error rate on order-proc-01",
"timestamp": "2024-03-31T03:10:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.553277611663226,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-8c03101d",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-03-31T03:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 13.220450806187955,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 14.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-ca3c94dc",
"description": "High error rate on order-proc-01",
"timestamp": "2024-03-31T03:10:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.553277611663226,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-5d035307",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-03-31T03:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 13.118987239425953,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 17.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-ca3c94dc",
"description": "High error rate on order-proc-01",
"timestamp": "2024-03-31T03:10:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 29.553277611663226,
"threshold": 5,
"status_code": 500
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-14acabd8",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-03-31T03:29:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.985799104609836,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 19.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-2652b3de",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-03-31T03:14:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2342,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-9faf72c3",
"description": "High CPU usage detected on order-proc-01",
"timestamp": "2024-03-31T03:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"cpu_usage": 86.23161984639582,
"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-2652b3de",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-03-31T03:14:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2342,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-aad069ca",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-03-31T03:20:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 87.26656427122607,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-2652b3de",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-03-31T03:14:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2342,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-0c484014",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-03-31T03:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 12.276467400548357,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 9.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-2652b3de",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-03-31T03:14:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2342,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-8c03101d",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-03-31T03:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 13.220450806187955,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 10.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-2652b3de",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-03-31T03:14:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2342,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-5d035307",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-03-31T03:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 13.118987239425953,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 13.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-2652b3de",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-03-31T03:14:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2342,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-14acabd8",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-03-31T03:29:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.985799104609836,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 15.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9faf72c3",
"description": "High CPU usage detected on order-proc-01",
"timestamp": "2024-03-31T03:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"cpu_usage": 86.23161984639582,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-aad069ca",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-03-31T03:20:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 87.26656427122607,
"threshold": 80
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9faf72c3",
"description": "High CPU usage detected on order-proc-01",
"timestamp": "2024-03-31T03:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"cpu_usage": 86.23161984639582,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-0c484014",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-03-31T03:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 12.276467400548357,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 7.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9faf72c3",
"description": "High CPU usage detected on order-proc-01",
"timestamp": "2024-03-31T03:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"cpu_usage": 86.23161984639582,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-8c03101d",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-03-31T03:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 13.220450806187955,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 8.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9faf72c3",
"description": "High CPU usage detected on order-proc-01",
"timestamp": "2024-03-31T03:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"cpu_usage": 86.23161984639582,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-5d035307",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-03-31T03:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 13.118987239425953,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 11.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9faf72c3",
"description": "High CPU usage detected on order-proc-01",
"timestamp": "2024-03-31T03:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"cpu_usage": 86.23161984639582,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-14acabd8",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-03-31T03:29:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.985799104609836,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 13.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-aad069ca",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-03-31T03:20:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 87.26656427122607,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-0c484014",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-03-31T03:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 12.276467400548357,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 3.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-aad069ca",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-03-31T03:20:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 87.26656427122607,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-8c03101d",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-03-31T03:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 13.220450806187955,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-aad069ca",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-03-31T03:20:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 87.26656427122607,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-5d035307",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-03-31T03:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 13.118987239425953,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 7.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-aad069ca",
"description": "Memory pressure on order-proc-02",
"timestamp": "2024-03-31T03:20:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"memory_usage": 87.26656427122607,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-14acabd8",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-03-31T03:29:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.985799104609836,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 9.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-0c484014",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-03-31T03:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 12.276467400548357,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-8c03101d",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-03-31T03:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 13.220450806187955,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 1.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-0c484014",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-03-31T03:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 12.276467400548357,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-5d035307",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-03-31T03:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 13.118987239425953,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-0c484014",
"description": "Degraded performance in customer-service due to web-frontend issues",
"timestamp": "2024-03-31T03:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-service",
"related_entities": [
"web-frontend"
],
"error_rate": 12.276467400548357,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-14acabd8",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-03-31T03:29:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.985799104609836,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-8c03101d",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-03-31T03:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 13.220450806187955,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-5d035307",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-03-31T03:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 13.118987239425953,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 3.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-8c03101d",
"description": "Degraded performance in order-processing due to web-frontend issues",
"timestamp": "2024-03-31T03:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"web-frontend"
],
"error_rate": 13.220450806187955,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-14acabd8",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-03-31T03:29:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.985799104609836,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-5d035307",
"description": "Degraded performance in orders-database due to order-processing issues",
"timestamp": "2024-03-31T03:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "orders-database",
"related_entities": [
"order-processing"
],
"error_rate": 13.118987239425953,
"threshold": 5
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-14acabd8",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-03-31T03:29:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.985799104609836,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 2.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-625e1953",
"description": "High error rate on web-server-02",
"timestamp": "2024-01-05T01:00:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 16.65294173000155,
"threshold": 5,
"status_code": 504
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-eeb71f99",
"description": "Message processing errors increasing",
"timestamp": "2024-01-05T01:00:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 15.821649974242476,
"threshold": 5,
"error_type": "MessageProcessingException"
}
},
"sop_context": {}
},
"time_difference_minutes": 0.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-625e1953",
"description": "High error rate on web-server-02",
"timestamp": "2024-01-05T01:00:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 16.65294173000155,
"threshold": 5,
"status_code": 504
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-e51acfd0",
"description": "Queue depth exceeding threshold",
"timestamp": "2024-01-05T01:05:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-01",
"queue_depth": 8641,
"threshold": 3000
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-625e1953",
"description": "High error rate on web-server-02",
"timestamp": "2024-01-05T01:00:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 16.65294173000155,
"threshold": 5,
"status_code": 504
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-a0ba2bdd",
"description": "High latency in message queue processing",
"timestamp": "2024-01-05T01:08:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-02",
"processing_time": 1510,
"threshold": 500,
"messages_in_queue": 2365
}
},
"sop_context": {}
},
"time_difference_minutes": 8.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-625e1953",
"description": "High error rate on web-server-02",
"timestamp": "2024-01-05T01:00:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"error_rate": 16.65294173000155,
"threshold": 5,
"status_code": 504
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-1d3668b2",
"description": "Consumer group lag increasing",
"timestamp": "2024-01-05T01:13:00Z",
"severity": "medium",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"lag_messages": 4012,
"threshold": 1000,
"consumer_group": "main-consumers"
}
},
"sop_context": {}
},
"time_difference_minutes": 13.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-7e27d629",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-05T01:01:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2655,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-eeb71f99",
"description": "Message processing errors increasing",
"timestamp": "2024-01-05T01:00:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 15.821649974242476,
"threshold": 5,
"error_type": "MessageProcessingException"
}
},
"sop_context": {}
},
"time_difference_minutes": 1.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-7e27d629",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-05T01:01:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2655,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-e51acfd0",
"description": "Queue depth exceeding threshold",
"timestamp": "2024-01-05T01:05:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-01",
"queue_depth": 8641,
"threshold": 3000
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-7e27d629",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-05T01:01:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2655,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-a0ba2bdd",
"description": "High latency in message queue processing",
"timestamp": "2024-01-05T01:08:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-02",
"processing_time": 1510,
"threshold": 500,
"messages_in_queue": 2365
}
},
"sop_context": {}
},
"time_difference_minutes": 7.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-7e27d629",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-05T01:01:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2655,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-1d3668b2",
"description": "Consumer group lag increasing",
"timestamp": "2024-01-05T01:13:00Z",
"severity": "medium",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"lag_messages": 4012,
"threshold": 1000,
"consumer_group": "main-consumers"
}
},
"sop_context": {}
},
"time_difference_minutes": 12.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-7e27d629",
"description": "Increased API response time for /api/customers endpoint",
"timestamp": "2024-01-05T01:01:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"endpoint": "/api/customers",
"response_time": 2655,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-b6e07ddc",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-05T01:16:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.974333997423168,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 15.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9d96dc29",
"description": "Memory pressure on web-server-01",
"timestamp": "2024-01-05T01:04:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"memory_usage": 92.9556727743468,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-eeb71f99",
"description": "Message processing errors increasing",
"timestamp": "2024-01-05T01:00:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 15.821649974242476,
"threshold": 5,
"error_type": "MessageProcessingException"
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9d96dc29",
"description": "Memory pressure on web-server-01",
"timestamp": "2024-01-05T01:04:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"memory_usage": 92.9556727743468,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-e51acfd0",
"description": "Queue depth exceeding threshold",
"timestamp": "2024-01-05T01:05:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-01",
"queue_depth": 8641,
"threshold": 3000
}
},
"sop_context": {}
},
"time_difference_minutes": 1.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9d96dc29",
"description": "Memory pressure on web-server-01",
"timestamp": "2024-01-05T01:04:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"memory_usage": 92.9556727743468,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-a0ba2bdd",
"description": "High latency in message queue processing",
"timestamp": "2024-01-05T01:08:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-02",
"processing_time": 1510,
"threshold": 500,
"messages_in_queue": 2365
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9d96dc29",
"description": "Memory pressure on web-server-01",
"timestamp": "2024-01-05T01:04:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"memory_usage": 92.9556727743468,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-1d3668b2",
"description": "Consumer group lag increasing",
"timestamp": "2024-01-05T01:13:00Z",
"severity": "medium",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"lag_messages": 4012,
"threshold": 1000,
"consumer_group": "main-consumers"
}
},
"sop_context": {}
},
"time_difference_minutes": 9.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9d96dc29",
"description": "Memory pressure on web-server-01",
"timestamp": "2024-01-05T01:04:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"memory_usage": 92.9556727743468,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-b6e07ddc",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-05T01:16:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.974333997423168,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 12.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9d96dc29",
"description": "Memory pressure on web-server-01",
"timestamp": "2024-01-05T01:04:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-01",
"memory_usage": 92.9556727743468,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f3b1a65a",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-05T01:18:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 12.191341188529497,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 14.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-1320ef08",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-05T01:08:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 94.64741443717095,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-eeb71f99",
"description": "Message processing errors increasing",
"timestamp": "2024-01-05T01:00:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 15.821649974242476,
"threshold": 5,
"error_type": "MessageProcessingException"
}
},
"sop_context": {}
},
"time_difference_minutes": 8.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-1320ef08",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-05T01:08:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 94.64741443717095,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-e51acfd0",
"description": "Queue depth exceeding threshold",
"timestamp": "2024-01-05T01:05:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-01",
"queue_depth": 8641,
"threshold": 3000
}
},
"sop_context": {}
},
"time_difference_minutes": 3.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-1320ef08",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-05T01:08:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 94.64741443717095,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-a0ba2bdd",
"description": "High latency in message queue processing",
"timestamp": "2024-01-05T01:08:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-02",
"processing_time": 1510,
"threshold": 500,
"messages_in_queue": 2365
}
},
"sop_context": {}
},
"time_difference_minutes": 0.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-1320ef08",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-05T01:08:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 94.64741443717095,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-1d3668b2",
"description": "Consumer group lag increasing",
"timestamp": "2024-01-05T01:13:00Z",
"severity": "medium",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"lag_messages": 4012,
"threshold": 1000,
"consumer_group": "main-consumers"
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-1320ef08",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-05T01:08:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 94.64741443717095,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-b6e07ddc",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-05T01:16:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.974333997423168,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 8.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-1320ef08",
"description": "High CPU usage detected on web-server-02",
"timestamp": "2024-01-05T01:08:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "web-frontend",
"related_entities": [
"order-processing",
"customer-service"
],
"server": "web-server-02",
"cpu_usage": 94.64741443717095,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f3b1a65a",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-05T01:18:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 12.191341188529497,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 10.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-a2b4af51",
"description": "Memory pressure on order-proc-01",
"timestamp": "2024-01-05T01:10:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"memory_usage": 90.64886882147324,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-eeb71f99",
"description": "Message processing errors increasing",
"timestamp": "2024-01-05T01:00:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 15.821649974242476,
"threshold": 5,
"error_type": "MessageProcessingException"
}
},
"sop_context": {}
},
"time_difference_minutes": 10.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-a2b4af51",
"description": "Memory pressure on order-proc-01",
"timestamp": "2024-01-05T01:10:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"memory_usage": 90.64886882147324,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-e51acfd0",
"description": "Queue depth exceeding threshold",
"timestamp": "2024-01-05T01:05:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-01",
"queue_depth": 8641,
"threshold": 3000
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-a2b4af51",
"description": "Memory pressure on order-proc-01",
"timestamp": "2024-01-05T01:10:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"memory_usage": 90.64886882147324,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-a0ba2bdd",
"description": "High latency in message queue processing",
"timestamp": "2024-01-05T01:08:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-02",
"processing_time": 1510,
"threshold": 500,
"messages_in_queue": 2365
}
},
"sop_context": {}
},
"time_difference_minutes": 2.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-a2b4af51",
"description": "Memory pressure on order-proc-01",
"timestamp": "2024-01-05T01:10:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"memory_usage": 90.64886882147324,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-1d3668b2",
"description": "Consumer group lag increasing",
"timestamp": "2024-01-05T01:13:00Z",
"severity": "medium",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"lag_messages": 4012,
"threshold": 1000,
"consumer_group": "main-consumers"
}
},
"sop_context": {}
},
"time_difference_minutes": 3.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-a2b4af51",
"description": "Memory pressure on order-proc-01",
"timestamp": "2024-01-05T01:10:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"memory_usage": 90.64886882147324,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-b6e07ddc",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-05T01:16:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.974333997423168,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 6.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-a2b4af51",
"description": "Memory pressure on order-proc-01",
"timestamp": "2024-01-05T01:10:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-01",
"memory_usage": 90.64886882147324,
"threshold": 80
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f3b1a65a",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-05T01:18:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 12.191341188529497,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 8.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-97da345b",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-05T01:11:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2130,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-eeb71f99",
"description": "Message processing errors increasing",
"timestamp": "2024-01-05T01:00:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 15.821649974242476,
"threshold": 5,
"error_type": "MessageProcessingException"
}
},
"sop_context": {}
},
"time_difference_minutes": 11.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-97da345b",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-05T01:11:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2130,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-e51acfd0",
"description": "Queue depth exceeding threshold",
"timestamp": "2024-01-05T01:05:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-01",
"queue_depth": 8641,
"threshold": 3000
}
},
"sop_context": {}
},
"time_difference_minutes": 6.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-97da345b",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-05T01:11:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2130,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-a0ba2bdd",
"description": "High latency in message queue processing",
"timestamp": "2024-01-05T01:08:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-02",
"processing_time": 1510,
"threshold": 500,
"messages_in_queue": 2365
}
},
"sop_context": {}
},
"time_difference_minutes": 3.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-97da345b",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-05T01:11:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2130,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-1d3668b2",
"description": "Consumer group lag increasing",
"timestamp": "2024-01-05T01:13:00Z",
"severity": "medium",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"lag_messages": 4012,
"threshold": 1000,
"consumer_group": "main-consumers"
}
},
"sop_context": {}
},
"time_difference_minutes": 2.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-97da345b",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-05T01:11:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2130,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-b6e07ddc",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-05T01:16:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.974333997423168,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 5.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-97da345b",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-01-05T01:11:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"endpoint": "/api/default",
"response_time": 2130,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f3b1a65a",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-05T01:18:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 12.191341188529497,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 7.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-61665388",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-05T01:12:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 22.50498912918428,
"threshold": 5,
"status_code": 503
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-eeb71f99",
"description": "Message processing errors increasing",
"timestamp": "2024-01-05T01:00:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 15.821649974242476,
"threshold": 5,
"error_type": "MessageProcessingException"
}
},
"sop_context": {}
},
"time_difference_minutes": 12.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-61665388",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-05T01:12:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 22.50498912918428,
"threshold": 5,
"status_code": 503
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-e51acfd0",
"description": "Queue depth exceeding threshold",
"timestamp": "2024-01-05T01:05:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-01",
"queue_depth": 8641,
"threshold": 3000
}
},
"sop_context": {}
},
"time_difference_minutes": 7.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-61665388",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-05T01:12:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 22.50498912918428,
"threshold": 5,
"status_code": 503
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-a0ba2bdd",
"description": "High latency in message queue processing",
"timestamp": "2024-01-05T01:08:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-02",
"processing_time": 1510,
"threshold": 500,
"messages_in_queue": 2365
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-61665388",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-05T01:12:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 22.50498912918428,
"threshold": 5,
"status_code": 503
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-1d3668b2",
"description": "Consumer group lag increasing",
"timestamp": "2024-01-05T01:13:00Z",
"severity": "medium",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"lag_messages": 4012,
"threshold": 1000,
"consumer_group": "main-consumers"
}
},
"sop_context": {}
},
"time_difference_minutes": 1.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-61665388",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-05T01:12:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 22.50498912918428,
"threshold": 5,
"status_code": 503
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-b6e07ddc",
"description": "Degraded performance in payment-service due to order-processing issues",
"timestamp": "2024-01-05T01:16:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-service",
"related_entities": [
"order-processing"
],
"error_rate": 14.974333997423168,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 4.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-61665388",
"description": "High error rate on order-proc-02",
"timestamp": "2024-01-05T01:12:00Z",
"severity": "high",
"source": "web-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"error_rate": 22.50498912918428,
"threshold": 5,
"status_code": 503
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-f3b1a65a",
"description": "Degraded performance in notification-service due to order-processing issues",
"timestamp": "2024-01-05T01:18:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "notification-service",
"related_entities": [
"order-processing"
],
"error_rate": 12.191341188529497,
"threshold": 5
}
},
"sop_context": {}
},
"time_difference_minutes": 6.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-663383eb",
"description": "High CPU usage detected on order-proc-02",
"timestamp": "2024-01-05T01:17:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"cpu_usage": 90.31604900500722,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-e51acfd0",
"description": "Queue depth exceeding threshold",
"timestamp": "2024-01-05T01:05:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-01",
"queue_depth": 8641,
"threshold": 3000
}
},
"sop_context": {}
},
"time_difference_minutes": 12.0
}
|
false
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-663383eb",
"description": "High CPU usage detected on order-proc-02",
"timestamp": "2024-01-05T01:17:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"server": "order-proc-02",
"cpu_usage": 90.31604900500722,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {}
},
"alert2": {
"alert": {
"id": "alert-a0ba2bdd",
"description": "High latency in message queue processing",
"timestamp": "2024-01-05T01:08:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "order-processing",
"related_entities": [
"orders-database",
"payment-service",
"notification-service"
],
"queue": "order-proc-02",
"processing_time": 1510,
"threshold": 500,
"messages_in_queue": 2365
}
},
"sop_context": {}
},
"time_difference_minutes": 9.0
}
|
false
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.