question
stringlengths 1.03k
1.62k
| answer
stringclasses 2
values |
---|---|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-5c3d5974",
"description": "Degraded performance in customer-validation due to returns-frontend issues",
"timestamp": "2024-02-22T22:23:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-validation",
"related_entities": [
"returns-frontend"
],
"error_rate": 11.611487049535143,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-5cbbd2bf",
"description": "Degraded performance in returns-database due to returns-processing issues",
"timestamp": "2024-02-22T22:29:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [
"returns-processing"
],
"error_rate": 5.576021609770898,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-76f87e21",
"description": "Degraded performance in returns-processing due to returns-frontend issues",
"timestamp": "2024-02-22T22:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-frontend"
],
"error_rate": 12.178164386302608,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-4f904c52",
"description": "Degraded performance in shipping-service due to returns-processing issues",
"timestamp": "2024-02-22T22:25:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"returns-processing"
],
"error_rate": 6.337804499887348,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 1.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-76f87e21",
"description": "Degraded performance in returns-processing due to returns-frontend issues",
"timestamp": "2024-02-22T22:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-frontend"
],
"error_rate": 12.178164386302608,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-5cbbd2bf",
"description": "Degraded performance in returns-database due to returns-processing issues",
"timestamp": "2024-02-22T22:29:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [
"returns-processing"
],
"error_rate": 5.576021609770898,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-4f904c52",
"description": "Degraded performance in shipping-service due to returns-processing issues",
"timestamp": "2024-02-22T22:25:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"returns-processing"
],
"error_rate": 6.337804499887348,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-5cbbd2bf",
"description": "Degraded performance in returns-database due to returns-processing issues",
"timestamp": "2024-02-22T22:29:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [
"returns-processing"
],
"error_rate": 5.576021609770898,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-c75ba956",
"description": "Payment gateway connection issues",
"timestamp": "2024-02-23T00:00:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"connection_failures": 91,
"threshold": 20,
"gateway": "stripe"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"alert2": {
"alert": {
"id": "alert-45c27b47",
"description": "Increased refund failure rate",
"timestamp": "2024-02-23T00:02:00Z",
"severity": "high",
"source": "application-logs",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"error_rate": 12.021638011393128,
"threshold": 5,
"error_type": "RefundProcessingException"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"time_difference_minutes": 2.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-c75ba956",
"description": "Payment gateway connection issues",
"timestamp": "2024-02-23T00:00:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"connection_failures": 91,
"threshold": 20,
"gateway": "stripe"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"alert2": {
"alert": {
"id": "alert-4a103d02",
"description": "High refund processing latency",
"timestamp": "2024-02-23T00:07:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"processing_time": 11668,
"threshold": 5000,
"refund_type": "partial"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"time_difference_minutes": 7.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-c75ba956",
"description": "Payment gateway connection issues",
"timestamp": "2024-02-23T00:00:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"connection_failures": 91,
"threshold": 20,
"gateway": "stripe"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"alert2": {
"alert": {
"id": "alert-6109c01d",
"description": "Degraded performance in payment-database due to refund-service issues",
"timestamp": "2024-02-23T00:08:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-database",
"related_entities": [
"refund-service"
],
"error_rate": 11.91352294577198,
"threshold": 5
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"time_difference_minutes": 8.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-45c27b47",
"description": "Increased refund failure rate",
"timestamp": "2024-02-23T00:02:00Z",
"severity": "high",
"source": "application-logs",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"error_rate": 12.021638011393128,
"threshold": 5,
"error_type": "RefundProcessingException"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"alert2": {
"alert": {
"id": "alert-4a103d02",
"description": "High refund processing latency",
"timestamp": "2024-02-23T00:07:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"processing_time": 11668,
"threshold": 5000,
"refund_type": "partial"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-45c27b47",
"description": "Increased refund failure rate",
"timestamp": "2024-02-23T00:02:00Z",
"severity": "high",
"source": "application-logs",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"error_rate": 12.021638011393128,
"threshold": 5,
"error_type": "RefundProcessingException"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"alert2": {
"alert": {
"id": "alert-6109c01d",
"description": "Degraded performance in payment-database due to refund-service issues",
"timestamp": "2024-02-23T00:08:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-database",
"related_entities": [
"refund-service"
],
"error_rate": 11.91352294577198,
"threshold": 5
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-4a103d02",
"description": "High refund processing latency",
"timestamp": "2024-02-23T00:07:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"processing_time": 11668,
"threshold": 5000,
"refund_type": "partial"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"alert2": {
"alert": {
"id": "alert-6109c01d",
"description": "Degraded performance in payment-database due to refund-service issues",
"timestamp": "2024-02-23T00:08:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-database",
"related_entities": [
"refund-service"
],
"error_rate": 11.91352294577198,
"threshold": 5
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"time_difference_minutes": 1.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-e3e7e75a",
"description": "High refund processing latency",
"timestamp": "2024-02-23T05:00:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"processing_time": 12945,
"threshold": 5000,
"refund_type": "full"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"alert2": {
"alert": {
"id": "alert-1ad3fa03",
"description": "Payment gateway connection issues",
"timestamp": "2024-02-23T05:05:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"connection_failures": 171,
"threshold": 20,
"gateway": "square"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-e3e7e75a",
"description": "High refund processing latency",
"timestamp": "2024-02-23T05:00:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"processing_time": 12945,
"threshold": 5000,
"refund_type": "full"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"alert2": {
"alert": {
"id": "alert-480ad545",
"description": "Increased refund failure rate",
"timestamp": "2024-02-23T05:09:00Z",
"severity": "high",
"source": "application-logs",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"error_rate": 18.21767784741095,
"threshold": 5,
"error_type": "RefundProcessingException"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"time_difference_minutes": 9.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-e3e7e75a",
"description": "High refund processing latency",
"timestamp": "2024-02-23T05:00:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"processing_time": 12945,
"threshold": 5000,
"refund_type": "full"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"alert2": {
"alert": {
"id": "alert-61fc773f",
"description": "Degraded performance in payment-database due to refund-service issues",
"timestamp": "2024-02-23T05:11:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-database",
"related_entities": [
"refund-service"
],
"error_rate": 5.7905262568286435,
"threshold": 5
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"time_difference_minutes": 11.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-1ad3fa03",
"description": "Payment gateway connection issues",
"timestamp": "2024-02-23T05:05:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"connection_failures": 171,
"threshold": 20,
"gateway": "square"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"alert2": {
"alert": {
"id": "alert-480ad545",
"description": "Increased refund failure rate",
"timestamp": "2024-02-23T05:09:00Z",
"severity": "high",
"source": "application-logs",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"error_rate": 18.21767784741095,
"threshold": 5,
"error_type": "RefundProcessingException"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-1ad3fa03",
"description": "Payment gateway connection issues",
"timestamp": "2024-02-23T05:05:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"connection_failures": 171,
"threshold": 20,
"gateway": "square"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"alert2": {
"alert": {
"id": "alert-61fc773f",
"description": "Degraded performance in payment-database due to refund-service issues",
"timestamp": "2024-02-23T05:11:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-database",
"related_entities": [
"refund-service"
],
"error_rate": 5.7905262568286435,
"threshold": 5
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-480ad545",
"description": "Increased refund failure rate",
"timestamp": "2024-02-23T05:09:00Z",
"severity": "high",
"source": "application-logs",
"metadata": {
"service": "refund-service",
"related_entities": [
"payment-database"
],
"error_rate": 18.21767784741095,
"threshold": 5,
"error_type": "RefundProcessingException"
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"alert2": {
"alert": {
"id": "alert-61fc773f",
"description": "Degraded performance in payment-database due to refund-service issues",
"timestamp": "2024-02-23T05:11:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "payment-database",
"related_entities": [
"refund-service"
],
"error_rate": 5.7905262568286435,
"threshold": 5
}
},
"sop_context": {
"signs": "High refund latency, Gateway timeouts, RefundProcessingException",
"actions": "Check payment gateway, Enable circuit breakers, Queue failed refunds"
}
},
"time_difference_minutes": 2.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-7c45aae1",
"description": "Memory pressure on returns-web-02",
"timestamp": "2024-02-26T16:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"memory_usage": 92.83665346292668,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-c46159dc",
"description": "Increased API response time for /api/labels endpoint",
"timestamp": "2024-02-26T16:05:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"endpoint": "/api/labels",
"response_time": 2218,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-7c45aae1",
"description": "Memory pressure on returns-web-02",
"timestamp": "2024-02-26T16:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"memory_usage": 92.83665346292668,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-a65f5892",
"description": "High CPU usage detected on returns-web-02",
"timestamp": "2024-02-26T16:10:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"cpu_usage": 91.0260260096586,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 10.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-7c45aae1",
"description": "Memory pressure on returns-web-02",
"timestamp": "2024-02-26T16:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"memory_usage": 92.83665346292668,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-c0925664",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-02-26T16:12:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"endpoint": "/api/default",
"response_time": 4382,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 12.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-7c45aae1",
"description": "Memory pressure on returns-web-02",
"timestamp": "2024-02-26T16:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"memory_usage": 92.83665346292668,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-fd4f9321",
"description": "Memory pressure on returns-proc-01",
"timestamp": "2024-02-26T16:16:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-01",
"memory_usage": 86.10287352841758,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 16.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-7c45aae1",
"description": "Memory pressure on returns-web-02",
"timestamp": "2024-02-26T16:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"memory_usage": 92.83665346292668,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-9b53ab92",
"description": "High CPU usage detected on returns-proc-01",
"timestamp": "2024-02-26T16:20:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-01",
"cpu_usage": 85.05404973415979,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 20.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-7c45aae1",
"description": "Memory pressure on returns-web-02",
"timestamp": "2024-02-26T16:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"memory_usage": 92.83665346292668,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-72c0d19b",
"description": "Degraded performance in refund-service due to returns-processing issues",
"timestamp": "2024-02-26T16:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"returns-processing"
],
"error_rate": 11.249759602304026,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 24.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-7c45aae1",
"description": "Memory pressure on returns-web-02",
"timestamp": "2024-02-26T16:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"memory_usage": 92.83665346292668,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-729c4e10",
"description": "Degraded performance in shipping-service due to returns-processing issues",
"timestamp": "2024-02-26T16:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"returns-processing"
],
"error_rate": 12.251937133657968,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 27.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-c46159dc",
"description": "Increased API response time for /api/labels endpoint",
"timestamp": "2024-02-26T16:05:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"endpoint": "/api/labels",
"response_time": 2218,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-a65f5892",
"description": "High CPU usage detected on returns-web-02",
"timestamp": "2024-02-26T16:10:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"cpu_usage": 91.0260260096586,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-c46159dc",
"description": "Increased API response time for /api/labels endpoint",
"timestamp": "2024-02-26T16:05:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"endpoint": "/api/labels",
"response_time": 2218,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-c0925664",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-02-26T16:12:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"endpoint": "/api/default",
"response_time": 4382,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 7.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-c46159dc",
"description": "Increased API response time for /api/labels endpoint",
"timestamp": "2024-02-26T16:05:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"endpoint": "/api/labels",
"response_time": 2218,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-fd4f9321",
"description": "Memory pressure on returns-proc-01",
"timestamp": "2024-02-26T16:16:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-01",
"memory_usage": 86.10287352841758,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 11.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-c46159dc",
"description": "Increased API response time for /api/labels endpoint",
"timestamp": "2024-02-26T16:05:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"endpoint": "/api/labels",
"response_time": 2218,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-9b53ab92",
"description": "High CPU usage detected on returns-proc-01",
"timestamp": "2024-02-26T16:20:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-01",
"cpu_usage": 85.05404973415979,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 15.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-c46159dc",
"description": "Increased API response time for /api/labels endpoint",
"timestamp": "2024-02-26T16:05:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"endpoint": "/api/labels",
"response_time": 2218,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-72c0d19b",
"description": "Degraded performance in refund-service due to returns-processing issues",
"timestamp": "2024-02-26T16:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"returns-processing"
],
"error_rate": 11.249759602304026,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 19.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-c46159dc",
"description": "Increased API response time for /api/labels endpoint",
"timestamp": "2024-02-26T16:05:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"endpoint": "/api/labels",
"response_time": 2218,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-729c4e10",
"description": "Degraded performance in shipping-service due to returns-processing issues",
"timestamp": "2024-02-26T16:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"returns-processing"
],
"error_rate": 12.251937133657968,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 22.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-a65f5892",
"description": "High CPU usage detected on returns-web-02",
"timestamp": "2024-02-26T16:10:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"cpu_usage": 91.0260260096586,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-c0925664",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-02-26T16:12:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"endpoint": "/api/default",
"response_time": 4382,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 2.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-a65f5892",
"description": "High CPU usage detected on returns-web-02",
"timestamp": "2024-02-26T16:10:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"cpu_usage": 91.0260260096586,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-fd4f9321",
"description": "Memory pressure on returns-proc-01",
"timestamp": "2024-02-26T16:16:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-01",
"memory_usage": 86.10287352841758,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-a65f5892",
"description": "High CPU usage detected on returns-web-02",
"timestamp": "2024-02-26T16:10:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"cpu_usage": 91.0260260096586,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-9b53ab92",
"description": "High CPU usage detected on returns-proc-01",
"timestamp": "2024-02-26T16:20:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-01",
"cpu_usage": 85.05404973415979,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 10.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-a65f5892",
"description": "High CPU usage detected on returns-web-02",
"timestamp": "2024-02-26T16:10:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"cpu_usage": 91.0260260096586,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-72c0d19b",
"description": "Degraded performance in refund-service due to returns-processing issues",
"timestamp": "2024-02-26T16:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"returns-processing"
],
"error_rate": 11.249759602304026,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 14.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-a65f5892",
"description": "High CPU usage detected on returns-web-02",
"timestamp": "2024-02-26T16:10:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"cpu_usage": 91.0260260096586,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-729c4e10",
"description": "Degraded performance in shipping-service due to returns-processing issues",
"timestamp": "2024-02-26T16:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"returns-processing"
],
"error_rate": 12.251937133657968,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 17.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-c0925664",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-02-26T16:12:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"endpoint": "/api/default",
"response_time": 4382,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-fd4f9321",
"description": "Memory pressure on returns-proc-01",
"timestamp": "2024-02-26T16:16:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-01",
"memory_usage": 86.10287352841758,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-c0925664",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-02-26T16:12:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"endpoint": "/api/default",
"response_time": 4382,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-9b53ab92",
"description": "High CPU usage detected on returns-proc-01",
"timestamp": "2024-02-26T16:20:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-01",
"cpu_usage": 85.05404973415979,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 8.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-c0925664",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-02-26T16:12:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"endpoint": "/api/default",
"response_time": 4382,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-72c0d19b",
"description": "Degraded performance in refund-service due to returns-processing issues",
"timestamp": "2024-02-26T16:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"returns-processing"
],
"error_rate": 11.249759602304026,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 12.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-c0925664",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-02-26T16:12:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"endpoint": "/api/default",
"response_time": 4382,
"threshold": 1000,
"method": "POST"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-729c4e10",
"description": "Degraded performance in shipping-service due to returns-processing issues",
"timestamp": "2024-02-26T16:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"returns-processing"
],
"error_rate": 12.251937133657968,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 15.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-fd4f9321",
"description": "Memory pressure on returns-proc-01",
"timestamp": "2024-02-26T16:16:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-01",
"memory_usage": 86.10287352841758,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-9b53ab92",
"description": "High CPU usage detected on returns-proc-01",
"timestamp": "2024-02-26T16:20:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-01",
"cpu_usage": 85.05404973415979,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-fd4f9321",
"description": "Memory pressure on returns-proc-01",
"timestamp": "2024-02-26T16:16:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-01",
"memory_usage": 86.10287352841758,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-72c0d19b",
"description": "Degraded performance in refund-service due to returns-processing issues",
"timestamp": "2024-02-26T16:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"returns-processing"
],
"error_rate": 11.249759602304026,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 8.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-fd4f9321",
"description": "Memory pressure on returns-proc-01",
"timestamp": "2024-02-26T16:16:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-01",
"memory_usage": 86.10287352841758,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-729c4e10",
"description": "Degraded performance in shipping-service due to returns-processing issues",
"timestamp": "2024-02-26T16:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"returns-processing"
],
"error_rate": 12.251937133657968,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 11.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9b53ab92",
"description": "High CPU usage detected on returns-proc-01",
"timestamp": "2024-02-26T16:20:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-01",
"cpu_usage": 85.05404973415979,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-72c0d19b",
"description": "Degraded performance in refund-service due to returns-processing issues",
"timestamp": "2024-02-26T16:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"returns-processing"
],
"error_rate": 11.249759602304026,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-9b53ab92",
"description": "High CPU usage detected on returns-proc-01",
"timestamp": "2024-02-26T16:20:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-01",
"cpu_usage": 85.05404973415979,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-729c4e10",
"description": "Degraded performance in shipping-service due to returns-processing issues",
"timestamp": "2024-02-26T16:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"returns-processing"
],
"error_rate": 12.251937133657968,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 7.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-72c0d19b",
"description": "Degraded performance in refund-service due to returns-processing issues",
"timestamp": "2024-02-26T16:24:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "refund-service",
"related_entities": [
"returns-processing"
],
"error_rate": 11.249759602304026,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-729c4e10",
"description": "Degraded performance in shipping-service due to returns-processing issues",
"timestamp": "2024-02-26T16:27:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"returns-processing"
],
"error_rate": 12.251937133657968,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 3.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-8d6886cc",
"description": "Label generation service degraded",
"timestamp": "2024-02-27T07:00:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 1940,
"threshold": 1000,
"carrier": "fedex"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-1d70069a",
"description": "Shipping carrier API errors increasing",
"timestamp": "2024-02-27T07:04:00Z",
"severity": "critical",
"source": "application-logs",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"error_rate": 29.36375562328579,
"threshold": 5,
"error_type": "CarrierAPIException"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-8d6886cc",
"description": "Label generation service degraded",
"timestamp": "2024-02-27T07:00:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 1940,
"threshold": 1000,
"carrier": "fedex"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-8d4ea93b",
"description": "High shipping queue processing time",
"timestamp": "2024-02-27T07:05:00Z",
"severity": "medium",
"source": "queue-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 1883,
"threshold": 500,
"queue_depth": 2590
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-8d6886cc",
"description": "Label generation service degraded",
"timestamp": "2024-02-27T07:00:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 1940,
"threshold": 1000,
"carrier": "fedex"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-62625061",
"description": "Degraded performance in shipping-queue due to shipping-service issues",
"timestamp": "2024-02-27T07:09:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-queue",
"related_entities": [
"shipping-service"
],
"error_rate": 14.19361430362642,
"threshold": 5
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 9.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-1d70069a",
"description": "Shipping carrier API errors increasing",
"timestamp": "2024-02-27T07:04:00Z",
"severity": "critical",
"source": "application-logs",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"error_rate": 29.36375562328579,
"threshold": 5,
"error_type": "CarrierAPIException"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-8d4ea93b",
"description": "High shipping queue processing time",
"timestamp": "2024-02-27T07:05:00Z",
"severity": "medium",
"source": "queue-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 1883,
"threshold": 500,
"queue_depth": 2590
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 1.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-1d70069a",
"description": "Shipping carrier API errors increasing",
"timestamp": "2024-02-27T07:04:00Z",
"severity": "critical",
"source": "application-logs",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"error_rate": 29.36375562328579,
"threshold": 5,
"error_type": "CarrierAPIException"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-62625061",
"description": "Degraded performance in shipping-queue due to shipping-service issues",
"timestamp": "2024-02-27T07:09:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-queue",
"related_entities": [
"shipping-service"
],
"error_rate": 14.19361430362642,
"threshold": 5
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-8d4ea93b",
"description": "High shipping queue processing time",
"timestamp": "2024-02-27T07:05:00Z",
"severity": "medium",
"source": "queue-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 1883,
"threshold": 500,
"queue_depth": 2590
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-62625061",
"description": "Degraded performance in shipping-queue due to shipping-service issues",
"timestamp": "2024-02-27T07:09:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-queue",
"related_entities": [
"shipping-service"
],
"error_rate": 14.19361430362642,
"threshold": 5
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-55a93bb5",
"description": "Label generation service degraded",
"timestamp": "2024-02-27T08:00:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 1637,
"threshold": 1000,
"carrier": "fedex"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-abc6b103",
"description": "Shipping carrier API errors increasing",
"timestamp": "2024-02-27T08:03:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"error_rate": 18.65723965478441,
"threshold": 5,
"error_type": "CarrierAPIException"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 3.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-55a93bb5",
"description": "Label generation service degraded",
"timestamp": "2024-02-27T08:00:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 1637,
"threshold": 1000,
"carrier": "fedex"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-4bbde377",
"description": "High shipping queue processing time",
"timestamp": "2024-02-27T08:06:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 818,
"threshold": 500,
"queue_depth": 2807
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-abc6b103",
"description": "Shipping carrier API errors increasing",
"timestamp": "2024-02-27T08:03:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"error_rate": 18.65723965478441,
"threshold": 5,
"error_type": "CarrierAPIException"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-4bbde377",
"description": "High shipping queue processing time",
"timestamp": "2024-02-27T08:06:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 818,
"threshold": 500,
"queue_depth": 2807
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 3.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-5a1ff067",
"description": "Label generation service degraded",
"timestamp": "2024-02-27T19:00:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 2748,
"threshold": 1000,
"carrier": "ups"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-3643a5d9",
"description": "Shipping carrier API errors increasing",
"timestamp": "2024-02-27T19:05:00Z",
"severity": "high",
"source": "application-logs",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"error_rate": 28.88269648818722,
"threshold": 5,
"error_type": "CarrierAPIException"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-5a1ff067",
"description": "Label generation service degraded",
"timestamp": "2024-02-27T19:00:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 2748,
"threshold": 1000,
"carrier": "ups"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-b259729d",
"description": "High shipping queue processing time",
"timestamp": "2024-02-27T19:06:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 964,
"threshold": 500,
"queue_depth": 2494
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-5a1ff067",
"description": "Label generation service degraded",
"timestamp": "2024-02-27T19:00:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 2748,
"threshold": 1000,
"carrier": "ups"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-92206f10",
"description": "Degraded performance in shipping-queue due to shipping-service issues",
"timestamp": "2024-02-27T19:09:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-queue",
"related_entities": [
"shipping-service"
],
"error_rate": 14.556960374400614,
"threshold": 5
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 9.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-3643a5d9",
"description": "Shipping carrier API errors increasing",
"timestamp": "2024-02-27T19:05:00Z",
"severity": "high",
"source": "application-logs",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"error_rate": 28.88269648818722,
"threshold": 5,
"error_type": "CarrierAPIException"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-b259729d",
"description": "High shipping queue processing time",
"timestamp": "2024-02-27T19:06:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 964,
"threshold": 500,
"queue_depth": 2494
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 1.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-3643a5d9",
"description": "Shipping carrier API errors increasing",
"timestamp": "2024-02-27T19:05:00Z",
"severity": "high",
"source": "application-logs",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"error_rate": 28.88269648818722,
"threshold": 5,
"error_type": "CarrierAPIException"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-92206f10",
"description": "Degraded performance in shipping-queue due to shipping-service issues",
"timestamp": "2024-02-27T19:09:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-queue",
"related_entities": [
"shipping-service"
],
"error_rate": 14.556960374400614,
"threshold": 5
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-b259729d",
"description": "High shipping queue processing time",
"timestamp": "2024-02-27T19:06:00Z",
"severity": "high",
"source": "queue-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 964,
"threshold": 500,
"queue_depth": 2494
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-92206f10",
"description": "Degraded performance in shipping-queue due to shipping-service issues",
"timestamp": "2024-02-27T19:09:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-queue",
"related_entities": [
"shipping-service"
],
"error_rate": 14.556960374400614,
"threshold": 5
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 3.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-76259c4a",
"description": "Label generation service degraded",
"timestamp": "2024-02-28T08:00:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 2772,
"threshold": 1000,
"carrier": "fedex"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-00b2375e",
"description": "Shipping carrier API errors increasing",
"timestamp": "2024-02-28T08:02:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"error_rate": 28.751868165900902,
"threshold": 5,
"error_type": "CarrierAPIException"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 2.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-76259c4a",
"description": "Label generation service degraded",
"timestamp": "2024-02-28T08:00:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 2772,
"threshold": 1000,
"carrier": "fedex"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-a94a44aa",
"description": "High shipping queue processing time",
"timestamp": "2024-02-28T08:06:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 1313,
"threshold": 500,
"queue_depth": 2403
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-76259c4a",
"description": "Label generation service degraded",
"timestamp": "2024-02-28T08:00:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 2772,
"threshold": 1000,
"carrier": "fedex"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-6f34264d",
"description": "Degraded performance in shipping-queue due to shipping-service issues",
"timestamp": "2024-02-28T08:07:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-queue",
"related_entities": [
"shipping-service"
],
"error_rate": 12.982863113846586,
"threshold": 5
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 7.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-00b2375e",
"description": "Shipping carrier API errors increasing",
"timestamp": "2024-02-28T08:02:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"error_rate": 28.751868165900902,
"threshold": 5,
"error_type": "CarrierAPIException"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-a94a44aa",
"description": "High shipping queue processing time",
"timestamp": "2024-02-28T08:06:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 1313,
"threshold": 500,
"queue_depth": 2403
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-00b2375e",
"description": "Shipping carrier API errors increasing",
"timestamp": "2024-02-28T08:02:00Z",
"severity": "medium",
"source": "application-logs",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"error_rate": 28.751868165900902,
"threshold": 5,
"error_type": "CarrierAPIException"
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-6f34264d",
"description": "Degraded performance in shipping-queue due to shipping-service issues",
"timestamp": "2024-02-28T08:07:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-queue",
"related_entities": [
"shipping-service"
],
"error_rate": 12.982863113846586,
"threshold": 5
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-a94a44aa",
"description": "High shipping queue processing time",
"timestamp": "2024-02-28T08:06:00Z",
"severity": "critical",
"source": "queue-monitoring",
"metadata": {
"service": "shipping-service",
"related_entities": [
"shipping-queue"
],
"processing_time": 1313,
"threshold": 500,
"queue_depth": 2403
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"alert2": {
"alert": {
"id": "alert-6f34264d",
"description": "Degraded performance in shipping-queue due to shipping-service issues",
"timestamp": "2024-02-28T08:07:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "shipping-queue",
"related_entities": [
"shipping-service"
],
"error_rate": 12.982863113846586,
"threshold": 5
}
},
"sop_context": {
"signs": "Label generation delays, Carrier API errors, Queue processing backlog",
"actions": "Verify carrier APIs, Clear queue backlog, Scale label service"
}
},
"time_difference_minutes": 1.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-424c8a39",
"description": "High query latency on returns-db-01",
"timestamp": "2024-02-28T18:00:00Z",
"severity": "high",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"query_latency": 1518.1587874287677,
"threshold": 200,
"query_type": "INSERT"
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"alert2": {
"alert": {
"id": "alert-f783ca5e",
"description": "Database connection pool near capacity on returns-db-01",
"timestamp": "2024-02-28T18:05:00Z",
"severity": "critical",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"pool_usage": 90.25948070696438,
"total_connections": 100,
"available_connections": 9
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-424c8a39",
"description": "High query latency on returns-db-01",
"timestamp": "2024-02-28T18:00:00Z",
"severity": "high",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"query_latency": 1518.1587874287677,
"threshold": 200,
"query_type": "INSERT"
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"alert2": {
"alert": {
"id": "alert-3f141262",
"description": "Increased memory usage on returns-db-01",
"timestamp": "2024-02-28T18:06:00Z",
"severity": "medium",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"memory_usage": 91.50483371297945,
"threshold": 80
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"time_difference_minutes": 6.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-f783ca5e",
"description": "Database connection pool near capacity on returns-db-01",
"timestamp": "2024-02-28T18:05:00Z",
"severity": "critical",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"pool_usage": 90.25948070696438,
"total_connections": 100,
"available_connections": 9
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"alert2": {
"alert": {
"id": "alert-3f141262",
"description": "Increased memory usage on returns-db-01",
"timestamp": "2024-02-28T18:06:00Z",
"severity": "medium",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"memory_usage": 91.50483371297945,
"threshold": 80
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"time_difference_minutes": 1.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-1eb81fd5",
"description": "High query latency on returns-db-01",
"timestamp": "2024-02-29T09:00:00Z",
"severity": "high",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"query_latency": 1988.2385745796544,
"threshold": 200,
"query_type": "SELECT"
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"alert2": {
"alert": {
"id": "alert-c96d2a27",
"description": "Database connection pool near capacity on returns-db-01",
"timestamp": "2024-02-29T09:02:00Z",
"severity": "critical",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"pool_usage": 91.89322004192549,
"total_connections": 100,
"available_connections": 7
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"time_difference_minutes": 2.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-1eb81fd5",
"description": "High query latency on returns-db-01",
"timestamp": "2024-02-29T09:00:00Z",
"severity": "high",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"query_latency": 1988.2385745796544,
"threshold": 200,
"query_type": "SELECT"
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"alert2": {
"alert": {
"id": "alert-a830375e",
"description": "Increased memory usage on returns-db-01",
"timestamp": "2024-02-29T09:07:00Z",
"severity": "medium",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"memory_usage": 94.3907329353861,
"threshold": 80
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"time_difference_minutes": 7.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-c96d2a27",
"description": "Database connection pool near capacity on returns-db-01",
"timestamp": "2024-02-29T09:02:00Z",
"severity": "critical",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"pool_usage": 91.89322004192549,
"total_connections": 100,
"available_connections": 7
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"alert2": {
"alert": {
"id": "alert-a830375e",
"description": "Increased memory usage on returns-db-01",
"timestamp": "2024-02-29T09:07:00Z",
"severity": "medium",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"memory_usage": 94.3907329353861,
"threshold": 80
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-d885a32e",
"description": "Database connection pool near capacity on returns-db-01",
"timestamp": "2024-02-29T12:00:00Z",
"severity": "critical",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"pool_usage": 96.20374715757464,
"total_connections": 100,
"available_connections": 6
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"alert2": {
"alert": {
"id": "alert-fa7ee278",
"description": "High query latency on returns-db-01",
"timestamp": "2024-02-29T12:04:00Z",
"severity": "high",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"query_latency": 1135.0816825816864,
"threshold": 200,
"query_type": "SELECT"
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-d885a32e",
"description": "Database connection pool near capacity on returns-db-01",
"timestamp": "2024-02-29T12:00:00Z",
"severity": "critical",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"pool_usage": 96.20374715757464,
"total_connections": 100,
"available_connections": 6
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"alert2": {
"alert": {
"id": "alert-573b83cf",
"description": "Increased memory usage on returns-db-01",
"timestamp": "2024-02-29T12:05:00Z",
"severity": "medium",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"memory_usage": 89.96326898109447,
"threshold": 80
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-fa7ee278",
"description": "High query latency on returns-db-01",
"timestamp": "2024-02-29T12:04:00Z",
"severity": "high",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"query_latency": 1135.0816825816864,
"threshold": 200,
"query_type": "SELECT"
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"alert2": {
"alert": {
"id": "alert-573b83cf",
"description": "Increased memory usage on returns-db-01",
"timestamp": "2024-02-29T12:05:00Z",
"severity": "medium",
"source": "database-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [],
"server": "returns-db-01",
"memory_usage": 89.96326898109447,
"threshold": 80
}
},
"sop_context": {
"signs": "Connection pool >90%, High query latency on returns-db, Memory pressure",
"actions": "Kill blocking queries, Clear cache, Release idle connections"
}
},
"time_difference_minutes": 1.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-69a9c5b8",
"description": "Memory pressure on returns-web-02",
"timestamp": "2024-02-29T23:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"memory_usage": 86.56574401671548,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-381a8687",
"description": "Increased API response time for /api/labels endpoint",
"timestamp": "2024-02-29T23:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"endpoint": "/api/labels",
"response_time": 3642,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-69a9c5b8",
"description": "Memory pressure on returns-web-02",
"timestamp": "2024-02-29T23:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"memory_usage": 86.56574401671548,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-43fdc9c6",
"description": "High CPU usage detected on returns-web-02",
"timestamp": "2024-02-29T23:08:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"cpu_usage": 85.25227974205728,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 8.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-69a9c5b8",
"description": "Memory pressure on returns-web-02",
"timestamp": "2024-02-29T23:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"memory_usage": 86.56574401671548,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-66ad7c3d",
"description": "High CPU usage detected on returns-proc-02",
"timestamp": "2024-02-29T23:13:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-02",
"cpu_usage": 93.79372188760519,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 13.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-69a9c5b8",
"description": "Memory pressure on returns-web-02",
"timestamp": "2024-02-29T23:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"memory_usage": 86.56574401671548,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-39cc30e4",
"description": "Memory pressure on returns-proc-02",
"timestamp": "2024-02-29T23:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-02",
"memory_usage": 89.42170667782626,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 16.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-69a9c5b8",
"description": "Memory pressure on returns-web-02",
"timestamp": "2024-02-29T23:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"memory_usage": 86.56574401671548,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-3714c73c",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-02-29T23:17:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"endpoint": "/api/default",
"response_time": 3100,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 17.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-69a9c5b8",
"description": "Memory pressure on returns-web-02",
"timestamp": "2024-02-29T23:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"memory_usage": 86.56574401671548,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-ad53c7e2",
"description": "Degraded performance in customer-validation due to returns-frontend issues",
"timestamp": "2024-02-29T23:20:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-validation",
"related_entities": [
"returns-frontend"
],
"error_rate": 5.3585551396971525,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 20.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-69a9c5b8",
"description": "Memory pressure on returns-web-02",
"timestamp": "2024-02-29T23:00:00Z",
"severity": "medium",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"memory_usage": 86.56574401671548,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-d11fb072",
"description": "Degraded performance in returns-database due to returns-processing issues",
"timestamp": "2024-02-29T23:25:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [
"returns-processing"
],
"error_rate": 13.82321264145553,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 25.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-381a8687",
"description": "Increased API response time for /api/labels endpoint",
"timestamp": "2024-02-29T23:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"endpoint": "/api/labels",
"response_time": 3642,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-43fdc9c6",
"description": "High CPU usage detected on returns-web-02",
"timestamp": "2024-02-29T23:08:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"cpu_usage": 85.25227974205728,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-381a8687",
"description": "Increased API response time for /api/labels endpoint",
"timestamp": "2024-02-29T23:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"endpoint": "/api/labels",
"response_time": 3642,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-66ad7c3d",
"description": "High CPU usage detected on returns-proc-02",
"timestamp": "2024-02-29T23:13:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-02",
"cpu_usage": 93.79372188760519,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 9.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-381a8687",
"description": "Increased API response time for /api/labels endpoint",
"timestamp": "2024-02-29T23:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"endpoint": "/api/labels",
"response_time": 3642,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-39cc30e4",
"description": "Memory pressure on returns-proc-02",
"timestamp": "2024-02-29T23:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-02",
"memory_usage": 89.42170667782626,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 12.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-381a8687",
"description": "Increased API response time for /api/labels endpoint",
"timestamp": "2024-02-29T23:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"endpoint": "/api/labels",
"response_time": 3642,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-3714c73c",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-02-29T23:17:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"endpoint": "/api/default",
"response_time": 3100,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 13.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-381a8687",
"description": "Increased API response time for /api/labels endpoint",
"timestamp": "2024-02-29T23:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"endpoint": "/api/labels",
"response_time": 3642,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-ad53c7e2",
"description": "Degraded performance in customer-validation due to returns-frontend issues",
"timestamp": "2024-02-29T23:20:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-validation",
"related_entities": [
"returns-frontend"
],
"error_rate": 5.3585551396971525,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 16.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-381a8687",
"description": "Increased API response time for /api/labels endpoint",
"timestamp": "2024-02-29T23:04:00Z",
"severity": "critical",
"source": "application-monitoring",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"endpoint": "/api/labels",
"response_time": 3642,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-d11fb072",
"description": "Degraded performance in returns-database due to returns-processing issues",
"timestamp": "2024-02-29T23:25:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [
"returns-processing"
],
"error_rate": 13.82321264145553,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 21.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-43fdc9c6",
"description": "High CPU usage detected on returns-web-02",
"timestamp": "2024-02-29T23:08:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"cpu_usage": 85.25227974205728,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-66ad7c3d",
"description": "High CPU usage detected on returns-proc-02",
"timestamp": "2024-02-29T23:13:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-02",
"cpu_usage": 93.79372188760519,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 5.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-43fdc9c6",
"description": "High CPU usage detected on returns-web-02",
"timestamp": "2024-02-29T23:08:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"cpu_usage": 85.25227974205728,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-39cc30e4",
"description": "Memory pressure on returns-proc-02",
"timestamp": "2024-02-29T23:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-02",
"memory_usage": 89.42170667782626,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 8.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-43fdc9c6",
"description": "High CPU usage detected on returns-web-02",
"timestamp": "2024-02-29T23:08:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"cpu_usage": 85.25227974205728,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-3714c73c",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-02-29T23:17:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"endpoint": "/api/default",
"response_time": 3100,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 9.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-43fdc9c6",
"description": "High CPU usage detected on returns-web-02",
"timestamp": "2024-02-29T23:08:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"cpu_usage": 85.25227974205728,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-ad53c7e2",
"description": "Degraded performance in customer-validation due to returns-frontend issues",
"timestamp": "2024-02-29T23:20:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-validation",
"related_entities": [
"returns-frontend"
],
"error_rate": 5.3585551396971525,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 12.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-43fdc9c6",
"description": "High CPU usage detected on returns-web-02",
"timestamp": "2024-02-29T23:08:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "returns-frontend",
"related_entities": [
"returns-processing",
"customer-validation"
],
"server": "returns-web-02",
"cpu_usage": 85.25227974205728,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-d11fb072",
"description": "Degraded performance in returns-database due to returns-processing issues",
"timestamp": "2024-02-29T23:25:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [
"returns-processing"
],
"error_rate": 13.82321264145553,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 17.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-66ad7c3d",
"description": "High CPU usage detected on returns-proc-02",
"timestamp": "2024-02-29T23:13:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-02",
"cpu_usage": 93.79372188760519,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-39cc30e4",
"description": "Memory pressure on returns-proc-02",
"timestamp": "2024-02-29T23:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-02",
"memory_usage": 89.42170667782626,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 3.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-66ad7c3d",
"description": "High CPU usage detected on returns-proc-02",
"timestamp": "2024-02-29T23:13:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-02",
"cpu_usage": 93.79372188760519,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-3714c73c",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-02-29T23:17:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"endpoint": "/api/default",
"response_time": 3100,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-66ad7c3d",
"description": "High CPU usage detected on returns-proc-02",
"timestamp": "2024-02-29T23:13:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-02",
"cpu_usage": 93.79372188760519,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-ad53c7e2",
"description": "Degraded performance in customer-validation due to returns-frontend issues",
"timestamp": "2024-02-29T23:20:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-validation",
"related_entities": [
"returns-frontend"
],
"error_rate": 5.3585551396971525,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 7.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-66ad7c3d",
"description": "High CPU usage detected on returns-proc-02",
"timestamp": "2024-02-29T23:13:00Z",
"severity": "critical",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-02",
"cpu_usage": 93.79372188760519,
"threshold": 80,
"region": "us-east-1"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-d11fb072",
"description": "Degraded performance in returns-database due to returns-processing issues",
"timestamp": "2024-02-29T23:25:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [
"returns-processing"
],
"error_rate": 13.82321264145553,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 12.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-39cc30e4",
"description": "Memory pressure on returns-proc-02",
"timestamp": "2024-02-29T23:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-02",
"memory_usage": 89.42170667782626,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-3714c73c",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-02-29T23:17:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"endpoint": "/api/default",
"response_time": 3100,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 1.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-39cc30e4",
"description": "Memory pressure on returns-proc-02",
"timestamp": "2024-02-29T23:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-02",
"memory_usage": 89.42170667782626,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-ad53c7e2",
"description": "Degraded performance in customer-validation due to returns-frontend issues",
"timestamp": "2024-02-29T23:20:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-validation",
"related_entities": [
"returns-frontend"
],
"error_rate": 5.3585551396971525,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 4.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-39cc30e4",
"description": "Memory pressure on returns-proc-02",
"timestamp": "2024-02-29T23:16:00Z",
"severity": "high",
"source": "cloudwatch",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"server": "returns-proc-02",
"memory_usage": 89.42170667782626,
"threshold": 80
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-d11fb072",
"description": "Degraded performance in returns-database due to returns-processing issues",
"timestamp": "2024-02-29T23:25:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "returns-database",
"related_entities": [
"returns-processing"
],
"error_rate": 13.82321264145553,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 9.0
}
|
true
|
Are these alerts related to each other ?
{
"alert1": {
"alert": {
"id": "alert-3714c73c",
"description": "Increased API response time for /api/default endpoint",
"timestamp": "2024-02-29T23:17:00Z",
"severity": "high",
"source": "application-monitoring",
"metadata": {
"service": "returns-processing",
"related_entities": [
"returns-database",
"refund-service",
"shipping-service"
],
"endpoint": "/api/default",
"response_time": 3100,
"threshold": 1000,
"method": "GET"
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"alert2": {
"alert": {
"id": "alert-ad53c7e2",
"description": "Degraded performance in customer-validation due to returns-frontend issues",
"timestamp": "2024-02-29T23:20:00Z",
"severity": "medium",
"source": "application-monitoring",
"metadata": {
"service": "customer-validation",
"related_entities": [
"returns-frontend"
],
"error_rate": 5.3585551396971525,
"threshold": 5
}
},
"sop_context": {
"signs": "High CPU on returns web servers, 5xx errors, Slow return API responses",
"actions": "Check resources, Scale web instances, Enable API throttling"
}
},
"time_difference_minutes": 3.0
}
|
true
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.