Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- benchmark/trainticket/runtime/1/raw_data/alert.json +6 -0
- benchmark/trainticket/runtime/1/raw_data/k8s_states.json +0 -0
- benchmark/trainticket/runtime/1/raw_data/logs.json +0 -0
- benchmark/trainticket/runtime/10/raw_data/alert.json +22 -0
- benchmark/trainticket/runtime/10/raw_data/k8s_states.json +0 -0
- benchmark/trainticket/runtime/10/raw_data/logs.json +0 -0
- benchmark/trainticket/runtime/12/metadata.json +28 -0
- benchmark/trainticket/runtime/12/tool_cache.json +0 -0
- benchmark/trainticket/runtime/13/metadata.json +26 -0
- benchmark/trainticket/runtime/13/tool_cache.json +0 -0
- benchmark/trainticket/runtime/14/metadata.json +28 -0
- benchmark/trainticket/runtime/14/tool_cache.json +0 -0
- benchmark/trainticket/runtime/15/metadata.json +28 -0
- benchmark/trainticket/runtime/15/tool_cache.json +0 -0
- benchmark/trainticket/runtime/17/raw_data/alert.json +22 -0
- benchmark/trainticket/runtime/17/raw_data/k8s_states.json +0 -0
- benchmark/trainticket/runtime/17/raw_data/logs.json +0 -0
- benchmark/trainticket/runtime/19/raw_data/alert.json +22 -0
- benchmark/trainticket/runtime/19/raw_data/k8s_states.json +0 -0
- benchmark/trainticket/runtime/19/raw_data/logs.json +0 -0
- benchmark/trainticket/runtime/2/metadata.json +24 -0
- benchmark/trainticket/runtime/2/tool_cache.json +0 -0
- benchmark/trainticket/runtime/21/raw_data/alert.json +14 -0
- benchmark/trainticket/runtime/21/raw_data/logs.json +0 -0
- benchmark/trainticket/runtime/22/metadata.json +24 -0
- benchmark/trainticket/runtime/22/tool_cache.json +0 -0
- benchmark/trainticket/runtime/23/metadata.json +24 -0
- benchmark/trainticket/runtime/23/tool_cache.json +0 -0
- benchmark/trainticket/runtime/24/metadata.json +24 -0
- benchmark/trainticket/runtime/24/tool_cache.json +0 -0
- benchmark/trainticket/runtime/25/metadata.json +25 -0
- benchmark/trainticket/runtime/25/tool_cache.json +0 -0
- benchmark/trainticket/runtime/26/raw_data/alert.json +22 -0
- benchmark/trainticket/runtime/26/raw_data/k8s_states.json +0 -0
- benchmark/trainticket/runtime/26/raw_data/logs.json +0 -0
- benchmark/trainticket/runtime/28/raw_data/k8s_states.json +0 -0
- benchmark/trainticket/runtime/28/raw_data/logs.json +0 -0
- benchmark/trainticket/runtime/3/metadata.json +26 -0
- benchmark/trainticket/runtime/3/tool_cache.json +0 -0
- benchmark/trainticket/runtime/30/tool_cache.json +0 -0
- benchmark/trainticket/runtime/37/tool_cache.json +0 -0
- benchmark/trainticket/runtime/39/tool_cache.json +0 -0
- benchmark/trainticket/runtime/4/metadata.json +24 -0
- benchmark/trainticket/runtime/4/tool_cache.json +0 -0
- benchmark/trainticket/runtime/40/metadata.json +27 -0
- benchmark/trainticket/runtime/40/tool_cache.json +0 -0
- benchmark/trainticket/runtime/41/metadata.json +26 -0
- benchmark/trainticket/runtime/41/tool_cache.json +0 -0
- benchmark/trainticket/runtime/46/metadata.json +27 -0
- benchmark/trainticket/runtime/46/tool_cache.json +0 -0
benchmark/trainticket/runtime/1/raw_data/alert.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "clean",
|
| 3 |
+
"message": "No Error report found in logfile.log.",
|
| 4 |
+
"alert_count": 0,
|
| 5 |
+
"alerts": []
|
| 6 |
+
}
|
benchmark/trainticket/runtime/1/raw_data/k8s_states.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/1/raw_data/logs.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/10/raw_data/alert.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "has_anomalies",
|
| 3 |
+
"alert_count": 2,
|
| 4 |
+
"alerts": [
|
| 5 |
+
{
|
| 6 |
+
"request_method": "POST",
|
| 7 |
+
"business_action": "Process payment",
|
| 8 |
+
"entry_service": "ts-inside-payment-service",
|
| 9 |
+
"url": "/api/v1/inside_pay_service/inside_payment",
|
| 10 |
+
"occurrences": 53,
|
| 11 |
+
"raw_error": "HTTPError('500 Server Error')"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"request_method": "POST",
|
| 15 |
+
"business_action": "Create ticket order",
|
| 16 |
+
"entry_service": "ts-preserve-service",
|
| 17 |
+
"url": "/api/v1/preserveservice/preserve",
|
| 18 |
+
"occurrences": 11,
|
| 19 |
+
"raw_error": "HTTPError('500 Server Error')"
|
| 20 |
+
}
|
| 21 |
+
]
|
| 22 |
+
}
|
benchmark/trainticket/runtime/10/raw_data/k8s_states.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/10/raw_data/logs.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/12/metadata.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"namespace": "train-ticket",
|
| 3 |
+
"query": "Partial Service Unreachability.",
|
| 4 |
+
"result": {
|
| 5 |
+
"fault_taxonomy": "Runtime_Fault",
|
| 6 |
+
"fault_object": "app/tsdb-mysql",
|
| 7 |
+
"root_cause": "db_readonly_mode"
|
| 8 |
+
},
|
| 9 |
+
"process": {
|
| 10 |
+
"path1": [
|
| 11 |
+
"GetResources::pods",
|
| 12 |
+
"GetResources::services",
|
| 13 |
+
"GetResources::endpoints",
|
| 14 |
+
"GetAlerts::",
|
| 15 |
+
"GetErrorLogs::ts-inside-payment-service",
|
| 16 |
+
"GetErrorLogs::ts-payment-service",
|
| 17 |
+
"GetErrorLogs::ts-preserve-service",
|
| 18 |
+
"GetErrorLogs::ts-order-service"
|
| 19 |
+
],
|
| 20 |
+
"path2": [
|
| 21 |
+
"GetResources::pods",
|
| 22 |
+
"GetAlerts::",
|
| 23 |
+
"GetErrorLogs::ts-inside-payment-service",
|
| 24 |
+
"GetErrorLogs::ts-payment-service",
|
| 25 |
+
"GetResources::endpoints"
|
| 26 |
+
]
|
| 27 |
+
}
|
| 28 |
+
}
|
benchmark/trainticket/runtime/12/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/13/metadata.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"namespace": "train-ticket",
|
| 3 |
+
"query": "Service Availability Disruption.",
|
| 4 |
+
"result": {
|
| 5 |
+
"fault_taxonomy": "Runtime_Fault",
|
| 6 |
+
"fault_object": "app/tsdb-mysql",
|
| 7 |
+
"root_cause": "db_readonly_mode"
|
| 8 |
+
},
|
| 9 |
+
"process": {
|
| 10 |
+
"path1": [
|
| 11 |
+
"GetResources::pods",
|
| 12 |
+
"GetResources::services",
|
| 13 |
+
"GetResources::endpoints",
|
| 14 |
+
"GetAlerts::",
|
| 15 |
+
"GetErrorLogs::ts-inside-payment-service",
|
| 16 |
+
"GetErrorLogs::ts-payment-service"
|
| 17 |
+
],
|
| 18 |
+
"path2": [
|
| 19 |
+
"GetResources::pods",
|
| 20 |
+
"GetResources::endpoints",
|
| 21 |
+
"GetAlerts::",
|
| 22 |
+
"GetErrorLogs::ts-inside-payment-service",
|
| 23 |
+
"GetErrorLogs::ts-payment-service"
|
| 24 |
+
]
|
| 25 |
+
}
|
| 26 |
+
}
|
benchmark/trainticket/runtime/13/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/14/metadata.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"namespace": "train-ticket",
|
| 3 |
+
"query": "Partial Service Unreachability.",
|
| 4 |
+
"result": {
|
| 5 |
+
"fault_taxonomy": "Runtime_Fault",
|
| 6 |
+
"fault_object": "app/tsdb-mysql",
|
| 7 |
+
"root_cause": "db_readonly_mode"
|
| 8 |
+
},
|
| 9 |
+
"process": {
|
| 10 |
+
"path1": [
|
| 11 |
+
"GetResources::pods",
|
| 12 |
+
"GetResources::services",
|
| 13 |
+
"GetResources::endpoints",
|
| 14 |
+
"GetAlerts::",
|
| 15 |
+
"GetErrorLogs::ts-inside-payment-service",
|
| 16 |
+
"GetErrorLogs::ts-payment-service",
|
| 17 |
+
"GetErrorLogs::ts-preserve-service",
|
| 18 |
+
"GetErrorLogs::ts-order-service"
|
| 19 |
+
],
|
| 20 |
+
"path2": [
|
| 21 |
+
"GetResources::pods",
|
| 22 |
+
"GetAlerts::",
|
| 23 |
+
"GetErrorLogs::ts-inside-payment-service",
|
| 24 |
+
"GetErrorLogs::ts-payment-service",
|
| 25 |
+
"GetResources::endpoints"
|
| 26 |
+
]
|
| 27 |
+
}
|
| 28 |
+
}
|
benchmark/trainticket/runtime/14/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/15/metadata.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"namespace": "train-ticket",
|
| 3 |
+
"query": "Partial Service Unreachability.",
|
| 4 |
+
"result": {
|
| 5 |
+
"fault_taxonomy": "Runtime_Fault",
|
| 6 |
+
"fault_object": "app/tsdb-mysql",
|
| 7 |
+
"root_cause": "db_readonly_mode"
|
| 8 |
+
},
|
| 9 |
+
"process": {
|
| 10 |
+
"path1": [
|
| 11 |
+
"GetResources::pods",
|
| 12 |
+
"GetResources::services",
|
| 13 |
+
"GetResources::endpoints",
|
| 14 |
+
"GetAlerts::",
|
| 15 |
+
"GetErrorLogs::ts-inside-payment-service",
|
| 16 |
+
"GetErrorLogs::ts-payment-service",
|
| 17 |
+
"GetErrorLogs::ts-preserve-service",
|
| 18 |
+
"GetErrorLogs::ts-order-service"
|
| 19 |
+
],
|
| 20 |
+
"path2": [
|
| 21 |
+
"GetResources::pods",
|
| 22 |
+
"GetAlerts::",
|
| 23 |
+
"GetErrorLogs::ts-inside-payment-service",
|
| 24 |
+
"GetErrorLogs::ts-payment-service",
|
| 25 |
+
"GetResources::endpoints"
|
| 26 |
+
]
|
| 27 |
+
}
|
| 28 |
+
}
|
benchmark/trainticket/runtime/15/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/17/raw_data/alert.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "has_anomalies",
|
| 3 |
+
"alert_count": 2,
|
| 4 |
+
"alerts": [
|
| 5 |
+
{
|
| 6 |
+
"request_method": "POST",
|
| 7 |
+
"business_action": "Create ticket order",
|
| 8 |
+
"entry_service": "ts-preserve-service",
|
| 9 |
+
"url": "/api/v1/preserveservice/preserve",
|
| 10 |
+
"occurrences": 10,
|
| 11 |
+
"raw_error": "HTTPError('500 Server Error: Internal Server Error')"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"request_method": "POST",
|
| 15 |
+
"business_action": "Process payment",
|
| 16 |
+
"entry_service": "ts-inside-payment-service",
|
| 17 |
+
"url": "/api/v1/inside_pay_service/inside_payment",
|
| 18 |
+
"occurrences": 5,
|
| 19 |
+
"raw_error": "HTTPError('500 Server Error: Internal Server Error')"
|
| 20 |
+
}
|
| 21 |
+
]
|
| 22 |
+
}
|
benchmark/trainticket/runtime/17/raw_data/k8s_states.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/17/raw_data/logs.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/19/raw_data/alert.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "has_anomalies",
|
| 3 |
+
"alert_count": 2,
|
| 4 |
+
"alerts": [
|
| 5 |
+
{
|
| 6 |
+
"request_method": "POST",
|
| 7 |
+
"business_action": "Create ticket order",
|
| 8 |
+
"entry_service": "ts-preserve-service",
|
| 9 |
+
"url": "/api/v1/preserveservice/preserve",
|
| 10 |
+
"occurrences": 10,
|
| 11 |
+
"raw_error": "HTTPError('500 Server Error: Internal Server Error')"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"request_method": "POST",
|
| 15 |
+
"business_action": "Process payment",
|
| 16 |
+
"entry_service": "ts-inside-payment-service",
|
| 17 |
+
"url": "/api/v1/inside_pay_service/inside_payment",
|
| 18 |
+
"occurrences": 5,
|
| 19 |
+
"raw_error": "HTTPError('500 Server Error: Internal Server Error')"
|
| 20 |
+
}
|
| 21 |
+
]
|
| 22 |
+
}
|
benchmark/trainticket/runtime/19/raw_data/k8s_states.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/19/raw_data/logs.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/2/metadata.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"namespace": "train-ticket",
|
| 3 |
+
"query": "Partial Service Unreachability.",
|
| 4 |
+
"result": {
|
| 5 |
+
"fault_taxonomy": "Runtime_Fault",
|
| 6 |
+
"fault_object": "app/tsdb-mysql",
|
| 7 |
+
"root_cause": "db_connection_exhaustion"
|
| 8 |
+
},
|
| 9 |
+
"process": {
|
| 10 |
+
"path1": [
|
| 11 |
+
"GetResources::pods",
|
| 12 |
+
"GetResources::pods",
|
| 13 |
+
"GetErrorLogs::ts-order-other-service",
|
| 14 |
+
"GetErrorLogs::ts-payment-service"
|
| 15 |
+
],
|
| 16 |
+
"path2": [
|
| 17 |
+
"GetResources::pods",
|
| 18 |
+
"GetResources::pods",
|
| 19 |
+
"GetResources::nodes",
|
| 20 |
+
"GetErrorLogs::ts-route-service",
|
| 21 |
+
"GetErrorLogs::ts-security-service"
|
| 22 |
+
]
|
| 23 |
+
}
|
| 24 |
+
}
|
benchmark/trainticket/runtime/2/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/21/raw_data/alert.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "has_anomalies",
|
| 3 |
+
"alert_count": 1,
|
| 4 |
+
"alerts": [
|
| 5 |
+
{
|
| 6 |
+
"request_method": "POST",
|
| 7 |
+
"business_action": "Process payment",
|
| 8 |
+
"entry_service": "ts-inside-payment-service",
|
| 9 |
+
"url": "/api/v1/inside_pay_service/inside_payment",
|
| 10 |
+
"occurrences": 20,
|
| 11 |
+
"raw_error": "HTTPError('503 Server Error: Service Unavailable')"
|
| 12 |
+
}
|
| 13 |
+
]
|
| 14 |
+
}
|
benchmark/trainticket/runtime/21/raw_data/logs.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/22/metadata.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"namespace": "train-ticket",
|
| 3 |
+
"query": "Service Availability Disruption.",
|
| 4 |
+
"result": {
|
| 5 |
+
"fault_taxonomy": "Runtime_Fault",
|
| 6 |
+
"fault_object": "app/ts-order-service",
|
| 7 |
+
"root_cause": "deployment_zero_replicas"
|
| 8 |
+
},
|
| 9 |
+
"process": {
|
| 10 |
+
"path1": [
|
| 11 |
+
"GetResources::pods",
|
| 12 |
+
"GetResources::services",
|
| 13 |
+
"GetResources::endpoints",
|
| 14 |
+
"GetResources::deployments"
|
| 15 |
+
],
|
| 16 |
+
"path2": [
|
| 17 |
+
"GetResources::pods",
|
| 18 |
+
"GetAlerts::",
|
| 19 |
+
"GetResources::services",
|
| 20 |
+
"GetResources::endpoints",
|
| 21 |
+
"GetResources::deployments"
|
| 22 |
+
]
|
| 23 |
+
}
|
| 24 |
+
}
|
benchmark/trainticket/runtime/22/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/23/metadata.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"namespace": "train-ticket",
|
| 3 |
+
"query": "Partial Service Unreachability.",
|
| 4 |
+
"result": {
|
| 5 |
+
"fault_taxonomy": "Runtime_Fault",
|
| 6 |
+
"fault_object": "app/ts-payment-service",
|
| 7 |
+
"root_cause": "deployment_zero_replicas"
|
| 8 |
+
},
|
| 9 |
+
"process": {
|
| 10 |
+
"path1": [
|
| 11 |
+
"GetResources::pods",
|
| 12 |
+
"GetResources::services",
|
| 13 |
+
"GetResources::endpoints",
|
| 14 |
+
"GetResources::deployments"
|
| 15 |
+
],
|
| 16 |
+
"path2": [
|
| 17 |
+
"GetResources::pods",
|
| 18 |
+
"GetAlerts::",
|
| 19 |
+
"GetResources::services",
|
| 20 |
+
"GetResources::endpoints",
|
| 21 |
+
"GetResources::deployments"
|
| 22 |
+
]
|
| 23 |
+
}
|
| 24 |
+
}
|
benchmark/trainticket/runtime/23/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/24/metadata.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"namespace": "train-ticket",
|
| 3 |
+
"query": "Service Availability Disruption.",
|
| 4 |
+
"result": {
|
| 5 |
+
"fault_taxonomy": "Runtime_Fault",
|
| 6 |
+
"fault_object": "app/ts-preserve-service",
|
| 7 |
+
"root_cause": "deployment_zero_replicas"
|
| 8 |
+
},
|
| 9 |
+
"process": {
|
| 10 |
+
"path1": [
|
| 11 |
+
"GetResources::pods",
|
| 12 |
+
"GetResources::services",
|
| 13 |
+
"GetResources::endpoints",
|
| 14 |
+
"GetResources::deployments"
|
| 15 |
+
],
|
| 16 |
+
"path2": [
|
| 17 |
+
"GetResources::pods",
|
| 18 |
+
"GetAlerts::",
|
| 19 |
+
"GetResources::services",
|
| 20 |
+
"GetResources::endpoints",
|
| 21 |
+
"GetResources::deployments"
|
| 22 |
+
]
|
| 23 |
+
}
|
| 24 |
+
}
|
benchmark/trainticket/runtime/24/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/25/metadata.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"namespace": "train-ticket",
|
| 3 |
+
"query": "Service Availability Disruption.",
|
| 4 |
+
"result": {
|
| 5 |
+
"fault_taxonomy": "Runtime_Fault",
|
| 6 |
+
"fault_object": "app/ts-price-service",
|
| 7 |
+
"root_cause": "deployment_zero_replicas"
|
| 8 |
+
},
|
| 9 |
+
"process": {
|
| 10 |
+
"path1": [
|
| 11 |
+
"GetResources::pods",
|
| 12 |
+
"GetAlerts::",
|
| 13 |
+
"GetServiceDependencies::ts-preserve-service",
|
| 14 |
+
"GetResources::services",
|
| 15 |
+
"GetResources::endpoints",
|
| 16 |
+
"GetResources::deployments"
|
| 17 |
+
],
|
| 18 |
+
"path2": [
|
| 19 |
+
"GetResources::pods",
|
| 20 |
+
"GetResources::services",
|
| 21 |
+
"GetResources::endpoints",
|
| 22 |
+
"GetResources::deployments"
|
| 23 |
+
]
|
| 24 |
+
}
|
| 25 |
+
}
|
benchmark/trainticket/runtime/25/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/26/raw_data/alert.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "has_anomalies",
|
| 3 |
+
"alert_count": 2,
|
| 4 |
+
"alerts": [
|
| 5 |
+
{
|
| 6 |
+
"request_method": "POST",
|
| 7 |
+
"business_action": "Create ticket order",
|
| 8 |
+
"entry_service": "ts-preserve-service",
|
| 9 |
+
"url": "/api/v1/preserveservice/preserve",
|
| 10 |
+
"occurrences": 10,
|
| 11 |
+
"raw_error": "HTTPError('500 Server Error: Internal Server Error')"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"request_method": "POST",
|
| 15 |
+
"business_action": "Process payment",
|
| 16 |
+
"entry_service": "ts-inside-payment-service",
|
| 17 |
+
"url": "/api/v1/inside_pay_service/inside_payment",
|
| 18 |
+
"occurrences": 5,
|
| 19 |
+
"raw_error": "HTTPError('500 Server Error: Internal Server Error')"
|
| 20 |
+
}
|
| 21 |
+
]
|
| 22 |
+
}
|
benchmark/trainticket/runtime/26/raw_data/k8s_states.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/26/raw_data/logs.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/28/raw_data/k8s_states.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/28/raw_data/logs.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/3/metadata.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"namespace": "train-ticket",
|
| 3 |
+
"query": "Service Availability Disruption.",
|
| 4 |
+
"result": {
|
| 5 |
+
"fault_taxonomy": "Runtime_Fault",
|
| 6 |
+
"fault_object": "app/tsdb-mysql",
|
| 7 |
+
"root_cause": "db_connection_exhaustion"
|
| 8 |
+
},
|
| 9 |
+
"process": {
|
| 10 |
+
"path1": [
|
| 11 |
+
"GetResources::pods",
|
| 12 |
+
"GetResources::pods",
|
| 13 |
+
"GetErrorLogs::ts-security-service",
|
| 14 |
+
"GetErrorLogs::ts-station-food-service",
|
| 15 |
+
"GetErrorLogs::ts-station-service"
|
| 16 |
+
],
|
| 17 |
+
"path2": [
|
| 18 |
+
"GetResources::pods",
|
| 19 |
+
"GetResources::pods",
|
| 20 |
+
"GetResources::nodes",
|
| 21 |
+
"GetErrorLogs::ts-train-food-service",
|
| 22 |
+
"GetErrorLogs::ts-train-service",
|
| 23 |
+
"GetErrorLogs::ts-travel-service"
|
| 24 |
+
]
|
| 25 |
+
}
|
| 26 |
+
}
|
benchmark/trainticket/runtime/3/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/30/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/37/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/39/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/4/metadata.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"namespace": "train-ticket",
|
| 3 |
+
"query": "Service Availability Disruption.",
|
| 4 |
+
"result": {
|
| 5 |
+
"fault_taxonomy": "Runtime_Fault",
|
| 6 |
+
"fault_object": "app/tsdb-mysql",
|
| 7 |
+
"root_cause": "db_connection_exhaustion"
|
| 8 |
+
},
|
| 9 |
+
"process": {
|
| 10 |
+
"path1": [
|
| 11 |
+
"GetResources::pods",
|
| 12 |
+
"GetResources::pods",
|
| 13 |
+
"GetErrorLogs::ts-station-service",
|
| 14 |
+
"GetErrorLogs::ts-train-food-service"
|
| 15 |
+
],
|
| 16 |
+
"path2": [
|
| 17 |
+
"GetResources::pods",
|
| 18 |
+
"GetResources::pods",
|
| 19 |
+
"GetResources::nodes",
|
| 20 |
+
"GetErrorLogs::ts-route-service",
|
| 21 |
+
"GetErrorLogs::ts-security-service"
|
| 22 |
+
]
|
| 23 |
+
}
|
| 24 |
+
}
|
benchmark/trainticket/runtime/4/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/40/metadata.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"namespace": "train-ticket",
|
| 3 |
+
"query": "Service Availability Disruption.",
|
| 4 |
+
"result": {
|
| 5 |
+
"fault_taxonomy": "Runtime_Fault",
|
| 6 |
+
"fault_object": "app/ts-inside-payment-service",
|
| 7 |
+
"root_cause": "mysql_invalid_credentials"
|
| 8 |
+
},
|
| 9 |
+
"process": {
|
| 10 |
+
"path1": [
|
| 11 |
+
"GetResources::pods",
|
| 12 |
+
"DescribeResource::pods::ts-inside-payment-service",
|
| 13 |
+
"GetErrorLogs::ts-inside-payment-service",
|
| 14 |
+
"GetAppYAML::ts-inside-payment-service",
|
| 15 |
+
"GetResources::services",
|
| 16 |
+
"GetResources::endpoints"
|
| 17 |
+
],
|
| 18 |
+
"path2": [
|
| 19 |
+
"GetResources::pods",
|
| 20 |
+
"DescribeResource::pods::ts-inside-payment-service",
|
| 21 |
+
"GetErrorLogs::ts-inside-payment-service",
|
| 22 |
+
"GetAppYAML::ts-inside-payment-service",
|
| 23 |
+
"GetResources::services",
|
| 24 |
+
"CheckServiceConnectivity::tsdb-mysql-leader::3306"
|
| 25 |
+
]
|
| 26 |
+
}
|
| 27 |
+
}
|
benchmark/trainticket/runtime/40/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/41/metadata.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"namespace": "train-ticket",
|
| 3 |
+
"query": "Partial Service Unreachability.",
|
| 4 |
+
"result": {
|
| 5 |
+
"fault_taxonomy": "Runtime_Fault",
|
| 6 |
+
"fault_object": "app/ts-notification-service",
|
| 7 |
+
"root_cause": "mysql_invalid_credentials"
|
| 8 |
+
},
|
| 9 |
+
"process": {
|
| 10 |
+
"path1": [
|
| 11 |
+
"GetResources::pods",
|
| 12 |
+
"DescribeResource::pods::ts-notification-service",
|
| 13 |
+
"GetErrorLogs::ts-notification-service",
|
| 14 |
+
"GetAppYAML::ts-notification-service",
|
| 15 |
+
"GetResources::services",
|
| 16 |
+
"CheckServiceConnectivity::tsdb-mysql-leader::3306"
|
| 17 |
+
],
|
| 18 |
+
"path2": [
|
| 19 |
+
"GetResources::pods",
|
| 20 |
+
"DescribeResource::pods::ts-notification-service",
|
| 21 |
+
"GetRecentLogs::ts-notification-service",
|
| 22 |
+
"GetErrorLogs::ts-notification-service",
|
| 23 |
+
"GetAppYAML::ts-notification-service"
|
| 24 |
+
]
|
| 25 |
+
}
|
| 26 |
+
}
|
benchmark/trainticket/runtime/41/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/trainticket/runtime/46/metadata.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"namespace": "train-ticket",
|
| 3 |
+
"query": "Service Availability Disruption.",
|
| 4 |
+
"result": {
|
| 5 |
+
"fault_taxonomy": "Runtime_Fault",
|
| 6 |
+
"fault_object": "app/ts-route-service",
|
| 7 |
+
"root_cause": "mysql_invalid_credentials"
|
| 8 |
+
},
|
| 9 |
+
"process": {
|
| 10 |
+
"path1": [
|
| 11 |
+
"GetResources::pods",
|
| 12 |
+
"DescribeResource::pods::ts-route-service",
|
| 13 |
+
"GetErrorLogs::ts-route-service",
|
| 14 |
+
"GetAppYAML::ts-route-service",
|
| 15 |
+
"GetResources::services",
|
| 16 |
+
"GetResources::endpoints"
|
| 17 |
+
],
|
| 18 |
+
"path2": [
|
| 19 |
+
"GetResources::pods",
|
| 20 |
+
"DescribeResource::pods::ts-route-service",
|
| 21 |
+
"GetErrorLogs::ts-route-service",
|
| 22 |
+
"GetAppYAML::ts-route-service",
|
| 23 |
+
"GetResources::services",
|
| 24 |
+
"CheckServiceConnectivity::tsdb-mysql-leader::3306"
|
| 25 |
+
]
|
| 26 |
+
}
|
| 27 |
+
}
|
benchmark/trainticket/runtime/46/tool_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|