ITBench-AA / sre /data.jsonl
BillyDodds's picture
Upload sre/data.jsonl with huggingface_hub
9e84296 verified
Raw
History Blame Contribute Delete
186 kB
{"id_aa": "it-bench-sre-public-scenario-1", "scenario_id": "Scenario-1", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nfault:\n - entity:\n name: load-generator-pod-1\n group_id: load-generator-pod-1\n kind: Pod\n condition: To be specified\n category: Change\n fault_mechanism: custom\nalerts:\n - id: RequestErrorRate\n group_id: frontend-proxy-service-1\n metadata:\n description: Error rate is above threshold for frontend-proxy service\n - id: RequestLatency\n group_id: frontend-proxy-service-1\n metadata:\n description: Latency is above threshold for frontend-proxy service\ngroups:\n - id: load-generator-pod-1\n kind: Pod\n filter:\n - load-generator-.*\n namespace: otel-demo\n root_cause: true\n - id: load-generator-service-1\n kind: Service\n filter:\n - load-generator\\b\n namespace: otel-demo\n - id: frontend-proxy-service-1\n kind: Service\n filter:\n - frontend-proxy\\b\n namespace: otel-demo\n - id: frontend-proxy-pod-1\n kind: Pod\n namespace: otel-demo\n filter:\n - frontend-proxy-.*\naliases:\n - - load-generator-service-1\n - load-generator-pod-1\n - frontend-proxy-service-1\n - frontend-proxy-pod-1\npropagations:\n - source: load-generator-pod-1\n target: load-generator-service-1\n condition: load-generator pod is configured with a higher number of users\n effect: load-generator creates a high number of requests as a result\n - source: load-generator-service-1\n target: frontend-proxy-service-1\n condition: frontend-proxy service overloaded - request volume exceeds configured capacity\n effect: frontend-proxy service error rate is above threshold\n - source: load-generator-service-1\n target: frontend-proxy-service-1\n condition: frontend-proxy service overloaded - request volume exceeds configured capacity\n effect: frontend-proxy service latency is above threshold\nrecommended_actions:\n - solution:\n id: deem_if_traffic_is_legit\n actions:\n - deem if traffic is legit\n - solution:\n id: set_up_autoscaler\n actions:\n - set up autoscaler"}
{"id_aa": "it-bench-sre-public-scenario-2", "scenario_id": "Scenario-2", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: frontend\n kind: Service\n condition: High HTTP error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: cart\n kind: Service\n condition: High HTTP error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: flagd-config\n kind: ConfigMap\n changed:\n element: \"data.demo\\\\.flagd\\\\.json\"\n from: \"\\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\"\n to: \"\\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"on\\\"\\n }\"\n condition: cartFailure feature flag set\n category: Configuration Setting\n fault_mechanism: custom(flagd)\ngroups:\n - id: flagd-config\n kind: ConfigMap\n name: flagd-config\n namespace: otel-demo\n root_cause: true\n - id: cart-service-1\n kind: Service\n filter:\n - cart\\b\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter:\n - frontend\\b\n namespace: otel-demo\n - id: frontend-proxy-service-1\n kind: Service\n filter:\n - frontend-proxy\\b\n namespace: otel-demo\nalerts:\n - id: RequestErrorRate\n group_id: cart-service-1\n metadata:\n description: Cart service EmptyCart operations failing due to feature flag\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Frontend service experiencing errors when users attempt to empty cart\n - id: RequestErrorRate\n group_id: frontend-proxy-service-1\n metadata:\n description: Frontend proxy experiencing errors from failed cart operations\npropagations:\n - source: flagd-config\n target: cart-service-1\n condition: Feature flag causes cart service EmptyCart method to fail\n effect: Cart service returns errors when users attempt to empty their shopping cart\n - source: cart-service-1\n target: frontend-service-1\n condition: Frontend receives errors from cart service when users try to empty cart\n effect: Users cannot empty their shopping carts, affecting checkout flow\n - source: frontend-service-1\n target: frontend-proxy-service-1\n condition: Frontend returns error responses to proxy for failed cart operations\n effect: Users experience cart functionality failures through the proxy\nrecommended_actions:\n - solution:\n id: Disable cartFailure flag\n actions:\n - Disable cartFailure flag\n - solution:\n id: Restart cart service\n actions:\n - Restart cart service"}
{"id_aa": "it-bench-sre-public-scenario-3", "scenario_id": "Scenario-3", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\napiVersion: itbench.io/v1\nkind: GroundTruth\nmetadata:\n name: scenario-3\nspec:\n alerts:\n - group_id: frontend-service-1\n id: HighRequestErrorRate\n metadata:\n description: Frontend experiencing errors when calling ad service with high CPU\n - group_id: frontend-proxy-service-1\n id: HighRequestErrorRate\n metadata:\n description: Frontend-proxy experiencing cascading errors from frontend failures\n aliases:\n - - flagd-pod-1\n - flagd-service-1\n - - frontend-service-1\n - frontend-pod-1\n - - frontend-proxy-service-1\n - - ad-service-1\n - ad-pod-1\n fault:\n - category: Resource Saturation\n condition: High HTTP error rate\n entity:\n kind: Service\n name: frontend\n fault_mechanism: custom(flagd)\n - category: Resource Saturation\n condition: High HTTP error rate\n entity:\n kind: Service\n name: cart\n fault_mechanism: custom(flagd)\n - category: Configuration Setting\n condition: adHighCpu feature flag set\n entity:\n changed:\n element: data.demo\\.flagd\\.json\n from: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product\n catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n\\\n \\ \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\n \\ \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n\\\n \\ \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"\\\n variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adHighCpu\\\": {\\n \\\"description\\\"\\\n : \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n\\\n \\ },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\"\\\n ,\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"kafkaQueueProblems\\\"\\\n : {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\"\\\n : \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\"\\\n : {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n\\\n \\ },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests n%\\\",\\n\\\n \\ \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"100%\\\": 1,\\n \\\"90%\\\": 0.95,\\n \\\"75%\\\": 0.75,\\n \\\"50%\\\": 0.5,\\n \\\n \\ \\\"25%\\\": 0.25,\\n \\\"10%\\\": 0.1,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n\\\n \\ \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\"\\\n : false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"loadGeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with\n a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\"\\\n : \\\"off\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"\\\n variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n to: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product\n catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n\\\n \\ \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\n \\ \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n\\\n \\ \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"\\\n variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adHighCpu\\\": {\\n \\\"description\\\"\\\n : \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n\\\n \\ },\\n \\\"defaultVariant\\\": \\\"on\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n\\\n \\ \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"kafkaQueueProblems\\\"\\\n : {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\"\\\n : \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\"\\\n : {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n\\\n \\ },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests n%\\\",\\n\\\n \\ \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"100%\\\": 1,\\n \\\"90%\\\": 0.95,\\n \\\"75%\\\": 0.75,\\n \\\"50%\\\": 0.5,\\n \\\n \\ \\\"25%\\\": 0.25,\\n \\\"10%\\\": 0.1,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n\\\n \\ \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\"\\\n : false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"loadGeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with\n a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\"\\\n : \\\"off\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"\\\n variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n kind: ConfigMap\n name: flagd-config\n fault_mechanism: custom(flagd)\n groups:\n - filter:\n - flagd-config\\b\n id: flagd-config-1\n kind: ConfigMap\n namespace: otel-demo\n root_cause: true\n - filter:\n - flagd-.*\n id: flagd-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - flagd\\b\n id: flagd-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - adservice-.*\n id: ad-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - adservice\\b\n id: ad-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - frontend\\b\n id: frontend-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - frontend-.*\n id: frontend-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - frontend-proxy\\b\n id: frontend-proxy-service-1\n kind: Service\n namespace: otel-demo\n propagations:\n - condition: flagd-config ConfigMap adHighCpu feature flag set\n effect: flagd enables injection\n source: flagd-config-1\n target: flagd-service-1\n - condition: flagd enables injection\n effect: ad pod High CPU Utilization. ad service Error Rate is Above Threshold\n source: flagd-service-1\n target: ad-service-1\n - condition: ad service is returning errors\n effect: frontend Error Rate is Above Threshold\n source: ad-service-1\n target: frontend-service-1\n - condition: frontend experiencing errors from ad service\n effect: frontend-proxy experiences cascading errors\n source: frontend-service-1\n target: frontend-proxy-service-1\n recommendedActions:\n - solution:\n actions:\n - Disable adHighCpu feature flag\n id: Disable_adHighCpu_feature_flag"}
{"id_aa": "it-bench-sre-public-scenario-4", "scenario_id": "Scenario-4", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: flagd-config\n kind: ConfigMap\n changed:\n element: \"data.demo\\\\.flagd\\\\.json\"\n from: '\"productCatalogFailure\": { \"defaultVariant\": \"off\" }'\n to: '\"productCatalogFailure\": { \"defaultVariant\": \"on\" }'\n condition: productCatalogFailure feature flag enabled\n category: Configuration Setting\n fault_mechanism: custom(flagd)\nalerts:\n - id: RequestErrorRate\n group_id: product-catalog-service-1\n metadata:\n description: Request error rate in service product-catalog in namespace otel-demo is above 0\n - id: RequestErrorRate\n group_id: checkout-service-1\n metadata:\n description: Request error rate in service checkout in namespace otel-demo is above 0\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Request error rate in service frontend in namespace otel-demo is above 0\n - id: RequestErrorRate\n group_id: frontend-proxy-service-1\n metadata:\n description: Request error rate in service frontend-proxy in namespace otel-demo is above 0\ngroups:\n - id: flagd-config-1\n kind: ConfigMap\n namespace: otel-demo\n filter:\n - flagd-config\\b\n root_cause: true\n - id: flagd-pod-1\n kind: Pod\n namespace: otel-demo\n filter:\n - flagd-.*\n - id: flagd-service-1\n kind: Service\n namespace: otel-demo\n filter:\n - flagd\\b\n - id: product-catalog-service-1\n kind: Service\n filter:\n - product-catalog\\b\n namespace: otel-demo\n - id: product-catalog-pod-1\n kind: Pod\n filter:\n - product-catalog-.*\n namespace: otel-demo\n - id: checkout-service-1\n kind: Service\n filter:\n - checkout\\b\n namespace: otel-demo\n - id: checkout-pod-1\n kind: Pod\n filter:\n - checkout-.*\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter:\n - frontend\\b\n namespace: otel-demo\n - id: frontend-pod-1\n kind: Pod\n filter:\n - frontend-.*\n namespace: otel-demo\n - id: frontend-proxy-service-1\n kind: Service\n filter:\n - frontend-proxy\\b\n namespace: otel-demo\n - id: frontend-proxy-pod-1\n kind: Pod\n filter:\n - frontend-proxy-.*\n namespace: otel-demo\naliases:\n - - flagd-pod-1\n - flagd-service-1\n - - product-catalog-service-1\n - product-catalog-pod-1\n - - checkout-service-1\n - checkout-pod-1\n - - frontend-service-1\n - frontend-pod-1\n - - frontend-proxy-service-1\n - frontend-proxy-pod-1\npropagations:\n - source: flagd-config-1\n target: flagd-service-1\n condition: flagd-config ConfigMap productCatalogFailure feature flag enabled\n effect: flagd enables product catalog failure injection\n - source: flagd-service-1\n target: product-catalog-service-1\n condition: flagd enables product catalog failure injection\n effect: product-catalog service returns errors for specific product requests\n - source: product-catalog-service-1\n target: checkout-service-1\n condition: checkout service receives errors when retrieving product information\n effect: checkout service experiences errors during product validation\n - source: checkout-service-1\n target: frontend-service-1\n condition: frontend receives errors from checkout service due to product catalog failures\n effect: frontend service experiences errors during checkout operations\n - source: frontend-service-1\n target: frontend-proxy-service-1\n condition: frontend-proxy receives errors from frontend service due to checkout failures\n effect: frontend-proxy service experiences errors when proxying requests\nrecommended_actions:\n - solution:\n id: disable_productCatalogFailure_feature_flag\n actions:\n - Disable productCatalogFailure feature flag in flagd configuration"}
{"id_aa": "it-bench-sre-public-scenario-5", "scenario_id": "Scenario-5", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: frontend\n kind: Service\n condition: High error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: adservice\n kind: Service\n condition: High error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: flagd-config\n kind: ConfigMap\n changed:\n element: \"data.demo\\\\.flagd\\\\.json\"\n from: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adServiceHighCpu\\\": {\\n \\\"description\\\": \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"loadgeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n to: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adServiceHighCpu\\\": {\\n \\\"description\\\": \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"on\\\"\\n },\\n \\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"loadgeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n condition: adFailure feature flag set\n category: Configuration Setting\n fault_mechanism: custom(flagd)\nalerts:\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Error Rate is Above Threshold\ngroups:\n - id: flagd-config-1\n kind: ConfigMap\n namespace: otel-demo\n filter:\n - flagd-config\n root_cause: true\n - id: flagd-pod-1\n kind: Pod\n namespace: otel-demo\n filter:\n - flagd-.*\n - id: flagd-service-1\n kind: Service\n namespace: otel-demo\n filter:\n - flagd\n - id: getads-endpoint-1\n kind: ServiceOperation\n namespace: otel-demo\n filter:\n - ad-.*_AdService_GetAds\n - id: ad-service-1\n kind: Service\n filter:\n - ad\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter: \n - frontend\n namespace: otel-demo\n - id: ad-pod-1\n kind: Pod\n filter:\n - ad-.*\n namespace: otel-demo\n - id: frontend-pod-1\n kind: Pod\n namespace: otel-demo\n filter:\n - frontend-.*\naliases:\n - - flagd-pod-1\n - flagd-service-1\n - - ad-service-1\n - ad-pod-1\n - getads-endpoint-1\n - - frontend-service-1\n - frontend-pod-1\npropagations:\n - source: flagd-config-1\n target: flagd-service-1\n condition: flagd-config ConfigMap adFailure feature flag set\n effect: flagd enables injection\n - source: flagd-service-1\n target: getads-endpoint-1\n condition: flagd enables injection\n effect: getads endpoint Error Rate is Above Threshold\n - source: getads-endpoint-1\n target: ad-service-1\n condition: flagd-config ConfigMap adFailure feature flag set\n effect: ad service Error Rate is Above Threshold\n - source: ad-service-1\n target: frontend-service-1\n condition: ad service Error Rate is Above Threshold\n effect: frontend service Error Rate is Above Threshold\nrecommended_actions:\n - solution:\n id: Disable_adFailure_feature_flag\n actions:\n - Disable adFailure feature flag"}
{"id_aa": "it-bench-sre-public-scenario-6", "scenario_id": "Scenario-6", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: ad\n kind: Service\n condition: High latency\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: frontend\n kind: Service\n condition: High error rate and high latency\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: flagd-config\n kind: ConfigMap\n changed:\n element: \"data.demo\\\\.flagd\\\\.json\"\n from: \"\\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\"\n to: \"\\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"on\\\"\\n }\"\n condition: adManualGc feature flag set\n category: Configuration Setting\n fault_mechanism: custom(flagd)\ngroups:\n - id: flagd-config\n kind: ConfigMap\n name: flagd-config\n namespace: otel-demo\n root_cause: true\n - id: ad-service-1\n kind: Service\n filter:\n - ad\\b\n namespace: otel-demo\n - id: ad-pod-1\n kind: Pod\n filter:\n - ad-.*\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter:\n - frontend\\b\n namespace: otel-demo\n - id: frontend-pod-1\n kind: Pod\n filter:\n - frontend-.*\n namespace: otel-demo\n - id: frontend-proxy-service-1\n kind: Service\n filter:\n - frontend-proxy\\b\n namespace: otel-demo\n - id: frontend-proxy-pod-1\n kind: Pod\n filter:\n - frontend-proxy-.*\n namespace: otel-demo\naliases:\n - - ad-service-1\n - ad-pod-1\n - - frontend-service-1\n - frontend-pod-1\n - - frontend-proxy-service-1\n - frontend-proxy-pod-1\nalerts:\n - id: RequestLatency\n group_id: ad-service-1\n metadata:\n description: Ad service experiencing increased response times due to GC pauses\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Frontend service experiencing timeouts or errors when calling ad service\n - id: RequestLatency\n group_id: frontend-service-1\n metadata:\n description: Frontend service experiencing increased latency waiting for ad service responses\n - id: RequestLatency\n group_id: frontend-proxy-service-1\n metadata:\n description: Frontend proxy experiencing increased latency serving pages with slow ad responses\npropagations:\n - source: flagd-config\n target: ad-service-1\n condition: Feature flag triggers manual full garbage collection in ad service\n effect: Ad service experiences GC pauses causing increased response times and potential timeouts\n - source: ad-service-1\n target: frontend-service-1\n condition: Frontend service calls to ad service timeout or return slowly due to GC pauses\n effect: Frontend experiences errors and increased latency when loading advertisements\n - source: frontend-service-1\n target: frontend-proxy-service-1\n condition: Frontend returns slow responses to proxy due to ad service delays\n effect: Users experience slow page loads with delayed or missing advertisements\nrecommended_actions:\n - solution:\n id: Disable adManualGc flag\n actions:\n - Disable adManualGc flag in flagd configuration\n - solution:\n id: Restart ad service\n actions:\n - Restart ad service to clear any degraded state"}
{"id_aa": "it-bench-sre-public-scenario-7", "scenario_id": "Scenario-7", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: frontend\n kind: Service\n condition: High error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: checkout\n kind: Service\n condition: High error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: payment\n kind: Service\n condition: High error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: flagd-config\n kind: ConfigMap\n changed:\n element: \"data.demo\\\\.flagd\\\\.json\"\n from: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adServiceHighCpu\\\": {\\n \\\"description\\\": \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"loadgeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n to: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adServiceHighCpu\\\": {\\n \\\"description\\\": \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"on\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"loadgeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n condition: paymentFailure feature flag set\n category: Configuration Setting\n fault_mechanism: custom(flagd)\ngroups:\n - id: flagd-config\n kind: ConfigMap\n name: flagd-config\n namespace: otel-demo\n root_cause: true\n - id: payment-service-1\n kind: Service\n filter:\n - payment\\b\n namespace: otel-demo\n - id: checkout-service-1\n kind: Service\n filter:\n - checkout\\b\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter:\n - frontend\\b\n namespace: otel-demo\n - id: frontend-proxy-service-1\n kind: Service\n filter:\n - frontend-proxy\\b\n namespace: otel-demo\nalerts:\n - id: RequestErrorRate\n group_id: payment-service-1\n metadata:\n description: Payment service charge requests failing due to feature flag\n - id: RequestErrorRate\n group_id: checkout-service-1\n metadata:\n description: Checkout service experiencing errors when attempting to charge payment\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Frontend service experiencing errors during checkout operations\n - id: RequestErrorRate\n group_id: frontend-proxy-service-1\n metadata:\n description: Frontend proxy experiencing errors from failed checkout attempts\npropagations:\n - source: flagd-config\n target: payment-service-1\n condition: Feature flag causes payment service charge method to fail\n effect: Payment service returns errors for all charge requests\n - source: payment-service-1\n target: checkout-service-1\n condition: Checkout service cannot successfully charge payment due to payment service failures\n effect: Checkout operations fail when attempting to process payments\n - source: checkout-service-1\n target: frontend-service-1\n condition: Frontend receives errors from checkout when payment processing fails\n effect: Users cannot complete purchases, checkout flow fails\n - source: frontend-service-1\n target: frontend-proxy-service-1\n condition: Frontend returns error responses to proxy for failed checkout attempts\n effect: Users experience complete checkout failure through the proxy\nrecommended_actions:\n - solution:\n id: Fix the payment service failure error\n actions:\n - Fix the payment service failure error\n - solution:\n id: Disable paymentFailure flag\n actions:\n - Disable paymentFailure flag"}
{"id_aa": "it-bench-sre-public-scenario-8", "scenario_id": "Scenario-8", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: otel-demo-emailservice\n kind: Service\n condition: High error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: checkout\n kind: Service\n condition: High error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: flagd-config\n kind: ConfigMap\n changed:\n element: \"data.demo\\\\.flagd\\\\.json\"\n from: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adServiceHighCpu\\\": {\\n \\\"description\\\": \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"loadgeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n to: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adServiceHighCpu\\\": {\\n \\\"description\\\": \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"on\\\"\\n },\\n \\\"loadgeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n condition: paymentUnreachable feature flag set\n category: Configuration Setting\n fault_mechanism: custom(flagd)\ngroups:\n - id: flagd-config\n kind: ConfigMap\n name: flagd-config\n namespace: otel-demo\n root_cause: true\n - id: payment-service-1\n kind: Service\n filter:\n - payment\\b\n namespace: otel-demo\n - id: checkout-service-1\n kind: Service\n filter:\n - checkout\\b\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter:\n - frontend\\b\n namespace: otel-demo\n - id: frontend-proxy-service-1\n kind: Service\n filter:\n - frontend-proxy\\b\n namespace: otel-demo\nalerts:\n - id: RequestErrorRate\n group_id: payment-service-1\n metadata:\n description: Payment service unavailable due to feature flag\n - id: RequestErrorRate\n group_id: checkout-service-1\n metadata:\n description: Checkout service unable to reach payment service\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Frontend service experiencing errors during checkout operations\n - id: RequestErrorRate\n group_id: frontend-proxy-service-1\n metadata:\n description: Frontend proxy experiencing errors from failed checkout attempts\npropagations:\n - source: flagd-config\n target: payment-service-1\n condition: Feature flag makes payment service completely unavailable\n effect: Payment service cannot be reached by any callers\n - source: payment-service-1\n target: checkout-service-1\n condition: Checkout service cannot connect to payment service at all\n effect: Checkout operations fail when attempting to process payments due to service unavailability\n - source: checkout-service-1\n target: frontend-service-1\n condition: Frontend receives errors from checkout when payment service is unreachable\n effect: Users cannot complete purchases, checkout flow fails\n - source: frontend-service-1\n target: frontend-proxy-service-1\n condition: Frontend returns error responses to proxy for failed checkout attempts\n effect: Users experience complete checkout failure through the proxy\nrecommended_actions:\n - solution:\n id: Disable paymentUnreachable flag\n actions:\n - Disable paymentUnreachable flag"}
{"id_aa": "it-bench-sre-public-scenario-9", "scenario_id": "Scenario-9", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: frontend-proxy\n kind: Service\n condition: High latency\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: flagd-config\n kind: ConfigMap\n changed:\n element: \"data.demo\\\\.flagd\\\\.json\"\n from: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adServiceHighCpu\\\": {\\n \\\"description\\\": \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"loadgeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n to: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adServiceHighCpu\\\": {\\n \\\"description\\\": \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"loadgeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"on\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n condition: loadgeneratorFloodHomepage feature flag set\n category: Configuration Setting\n fault_mechanism: custom(flagd)\ngroups:\n - id: flagd-config\n kind: ConfigMap\n name: flagd-config\n namespace: otel-demo\n root_cause: true\n - id: load-generator-service-1\n kind: Service\n filter:\n - load-generator\\b\n namespace: otel-demo\n - id: frontend-proxy-service-1\n kind: Service\n filter:\n - frontend-proxy\\b\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter:\n - frontend\\b\n namespace: otel-demo\nalerts:\n - id: RequestLatency\n group_id: frontend-proxy-service-1\n metadata:\n description: Frontend proxy experiencing high latency due to flood of homepage requests\n - id: RequestLatency\n group_id: frontend-service-1\n metadata:\n description: Frontend service experiencing high latency from excessive homepage traffic\npropagations:\n - source: flagd-config\n target: load-generator-service-1\n condition: Feature flag triggers load generator to flood frontend with high volume of homepage requests\n effect: Load generator creates excessive traffic surge targeting the homepage\n - source: load-generator-service-1\n target: frontend-proxy-service-1\n condition: Frontend proxy receives flood of incoming homepage requests from load generator\n effect: Frontend proxy experiences high latency and resource saturation from excessive traffic\n - source: frontend-proxy-service-1\n target: frontend-service-1\n condition: Frontend proxy forwards high volume of requests to frontend service\n effect: Frontend service experiences high latency processing excessive homepage traffic\nrecommended_actions:\n - solution:\n id: Identify the home page flood attack source and stop it\n actions:\n - Identify the home page flood attack source and stop it\n - solution:\n id: Disable loadgeneratorFloodHomepage flag\n actions:\n - Disable loadgeneratorFloodHomepage flag"}
{"id_aa": "it-bench-sre-public-scenario-11", "scenario_id": "Scenario-11", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: fraud-detection\n kind: Service\n condition: High Kafka consumer lag and slow message processing\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: flagd-config\n kind: ConfigMap\n changed:\n element: \"data.demo\\\\.flagd\\\\.json\"\n from: \"\\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\"\n to: \"\\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"on\\\"\\n }\"\n condition: kafkaQueueProblems feature flag set\n category: Configuration Setting\n fault_mechanism: custom(flagd)\ngroups:\n - id: flagd-config\n kind: ConfigMap\n name: flagd-config\n namespace: otel-demo\n root_cause: true\n - id: fraud-detection-service-1\n kind: Service\n filter:\n - fraud-detection\\b\n namespace: otel-demo\n - id: kafka-service-1\n kind: Service\n filter:\n - kafka\\b\n namespace: otel-demo\nalerts:\n - id: RequestLatency\n group_id: fraud-detection-service-1\n metadata:\n description: Fraud detection service experiencing artificial delays from feature flag\n - id: KafkaConnectionClosureRate\n group_id: fraud-detection-service-1\n metadata:\n description: Fraud detection service Kafka consumer experiencing lag and slow message processing\npropagations:\n - source: flagd-config\n target: fraud-detection-service-1\n condition: Feature flag causes fraud detection service to sleep 1 second when processing Kafka messages\n effect: Fraud detection consumer processes messages slowly, creating Kafka consumer lag\n - source: fraud-detection-service-1\n target: kafka-service-1\n condition: Slow consumer creates backlog in Kafka queue\n effect: Kafka queue accumulates unprocessed order messages, increasing consumer lag and time between polls\nrecommended_actions:\n - solution:\n id: Disable kafkaQueueProblems flag\n actions:\n - Disable kafkaQueueProblems flag in flagd configuration"}
{"id_aa": "it-bench-sre-public-scenario-12", "scenario_id": "Scenario-12", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: frontend\n kind: Service\n condition: High HTTP error rate\n category: Resource Saturation\n fault_mechanism: custom(flagd)\n - entity:\n name: product-catalog\n kind: Service\n condition: High HTTP error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: flagd-config\n group_id: flagd-config-1\n kind: ConfigMap\n condition: adServiceHighCpu feature flag set\n category: Configuration Setting\n fault_mechanism: custom(flagd)\nalerts:\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Error Rate is Above Threshold\ngroups:\n - id: flagd-config-1\n kind: ConfigMap\n name: flagd-config\n namespace: otel-demo\n root_cause: true\n - id: flagd-pod-1\n kind: Pod\n namespace: otel-demo\n filter:\n - flagd-.*\n - id: flagd-service-1\n kind: Service\n namespace: otel-demo\n filter: \n - flagd\n - id: recommendation-pod-1\n kind: Pod\n filter:\n - recommendation-.*\n namespace: otel-demo\n - id: recommendation-service-1\n kind: Service\n filter: \n - recommendation\\b\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter: \n - frontend\\b\n namespace: otel-demo\n - id: frontend-pod-1\n kind: Pod\n namespace: otel-demo\n filter:\n - frontend-.*\n - id: products-endpoint-2\n kind: ServiceOperation\n namespace: otel-demo\n filter:\n - \"product-catalog-.*_ProductCatalogService_GetProduct\"\n - id: productcatalog-service-2\n kind: Service\n filter: \n - product-catalog\\b\n namespace: otel-demo\n - id: checkout-service-2\n kind: Service\n filter: \n - checkout\\b\n namespace: otel-demo\n - id: productcatalog-pod-2\n kind: Pod\n namespace: otel-demo\n filter:\n - product-catalog-.*\n - id: checkout-pod-2\n kind: Pod\n namespace: otel-demo\n filter:\n - checkout-.*\naliases:\n - - flagd-pod-1\n - flagd-service-1\n - - frontend-service-1\n - frontend-pod-1\n - - recommendation-service-1\n - recommendation-pod-1\n - - productcatalog-service-2\n - productcatalog-pod-2\n - products-endpoint-2\n - - checkout-service-2\n - checkout-pod-2\npropagations:\n - source: flagd-service-1\n target: recommendation-pod-1\n condition: flagd enables injection\n effect: recommendation pod crashLoopBack Failure\n - source: recommendation-pod-1\n target: recommendation-service-1\n condition: recommendation pod crashLoopBack Failure\n effect: recommendation service Error Rate is Above Threshold\n - source: recommendation-service-1\n target: frontend-service-1\n condition: recommendation service Error Rate is Above Threshold\n effect: frontend service Error Rate is Above Threshold\n - source: flagd-config-1\n target: flagd-service-1\n condition: flagd-config ConfigMap ProductCatalog feature flag set and recommendationCacheFailure feature flag set\n effect: flagd enables injection\n - source: flagd-service-1\n target: products-endpoint-2\n condition: flagd enables injection\n effect: products endpoint GetProduct product id OLJCESPC7Z requests returning errors\n - source: products-endpoint-2\n target: productcatalog-service-2\n condition: products endpoint GetProduct product id OLJCESPC7Z requests returning errors\n effect: productcatalog service Error Rate is Above Threshold\n - source: productcatalog-service-2\n target: checkout-service-2\n condition: productcatalog service Error Rate is Above Threshold\n effect: checkout service Error Rate is Above Threshold\n - source: checkout-service-2\n target: frontend-service-1\n condition: checkout service Error Rate is Above Threshold\n effect: frontend service Error Rate is Above Threshold\nrecommended_actions:\n - solution:\n id: Disable_recommendationCacheFailure_feature_flag\n actions:\n - Disable recommendationCacheFailure feature flag\n - solution:\n id: Increase_Memory_Allocation\n actions:\n - Increase Memory Allocation\n - solution:\n id: Disable_ProductCatalogFailure_feature_flag\n actions:\n - Disable ProductCatalogFailure feature flag\n - solution:\n id: Block_traffic_for_product_id_OLJCESPC7Z\n actions:\n - Block traffic for product id OLJCESPC7Z"}
{"id_aa": "it-bench-sre-public-scenario-13", "scenario_id": "Scenario-13", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: frontend\n kind: Service\n condition: High error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: checkout\n kind: Service\n condition: High error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: flagd-config\n kind: ConfigMap\n changed:\n element: data.demo\\\\.flagd\\\\.json\n from: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adServiceHighCpu\\\": {\\n \\\"description\\\": \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"loadgeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n to: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adServiceHighCpu\\\": {\\n \\\"description\\\": \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"on\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"on\\\"\\n },\\n \\\"loadgeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n condition: paymentSeriveFailure and paymentUnreachable feature flag set\n category: Configuration Setting\n fault_mechanism: custom(flagd)\ngroups:\n - id: flagd-config\n kind: ConfigMap\n name: flagd-config\n namespace: otel-demo\n root_cause: true\n - id: payment-service-1\n kind: Service\n filter:\n - payment\\b\n namespace: otel-demo\n - id: checkout-service-1\n kind: Service\n filter:\n - checkout\\b\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter:\n - frontend\\b\n namespace: otel-demo\n - id: frontend-proxy-service-1\n kind: Service\n filter:\n - frontend-proxy\\b\n namespace: otel-demo\nalerts:\n - id: RequestErrorRate\n group_id: payment-service-1\n metadata:\n description: Payment service unavailable and charge requests failing due to combined feature flags\n - id: RequestErrorRate\n group_id: checkout-service-1\n metadata:\n description: Checkout service unable to reach payment service and experiencing charge failures\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Frontend service experiencing errors during checkout operations\n - id: RequestErrorRate\n group_id: frontend-proxy-service-1\n metadata:\n description: Frontend proxy experiencing errors from failed checkout attempts\npropagations:\n - source: flagd-config\n target: payment-service-1\n condition: Combined feature flags make payment service unavailable and cause charge method to fail\n effect: Payment service experiences compound failure with complete unavailability and charge request failures\n - source: payment-service-1\n target: checkout-service-1\n condition: Checkout service cannot connect to payment service and receives charge failures\n effect: Checkout operations fail completely when attempting to process any payments\n - source: checkout-service-1\n target: frontend-service-1\n condition: Frontend receives errors from checkout when payment service is both unreachable and failing\n effect: Users cannot complete purchases, checkout flow completely blocked\n - source: frontend-service-1\n target: frontend-proxy-service-1\n condition: Frontend returns error responses to proxy for all failed checkout attempts\n effect: Users experience complete checkout failure through the proxy with no ability to complete orders\nrecommended_actions:\n - solution:\n id: Fix the payment service failure and unreachable error\n actions:\n - Fix the payment service failure and unreachable error\n - solution:\n id: Disable paymentFailure and paymentUnreachable flag\n actions:\n - Disable paymentFailure and paymentUnreachable flag"}
{"id_aa": "it-bench-sre-public-scenario-14", "scenario_id": "Scenario-14", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: frontend\n kind: Service\n condition: High error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: checkout\n kind: Service\n condition: High error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: payment\n kind: Service\n condition: High error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: flagd-config\n kind: ConfigMap\n changed:\n element: data.demo\\\\.flagd\\\\.json\n from: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adServiceHighCpu\\\": {\\n \\\"description\\\": \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"loadgeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n to: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adServiceHighCpu\\\": {\\n \\\"description\\\": \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"on\\\"\\n },\\n \\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"on\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"loadgeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n condition: paymentSeriveFailure and adFailure feature flag set\n category: Configuration Setting\n fault_mechanism: custom(flagd)\nalerts:\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Error Rate is Above Threshold\n - id: RequestErrorRate\n group_id: checkout-service-2\n metadata:\n description: Error Rate is Above Threshold\n group_id: payment-service-2\n - id: RequestErrorRate\n group_id: checkout-service-2\n metadata:\n description: Error Rate is Above Threshold\ngroups:\n - id: flagd-config-1\n kind: ConfigMap\n name: flagd-config\n namespace: otel-demo\n root_cause: true\n - id: flagd-pod-1\n kind: Pod\n namespace: otel-demo\n filter:\n - flagd-.*\n - id: flagd-service-1\n kind: Service\n namespace: otel-demo\n filter: \n - flagd\n - id: getads-endpoint-1\n kind: ServiceOperation\n filter:\n - ad-.*_Ad_GetAds\n namespace: otel-demo\n - id: ad-service-1\n kind: Service\n filter: \n - ad\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter: \n - frontend\\b\n namespace: otel-demo\n - id: ad-pod-1\n kind: Pod\n namespace: otel-demo\n filter:\n - ad-.*\n - id: frontend-pod-1\n kind: Pod\n namespace: otel-demo\n filter:\n - frontend-.*\n - id: charge-endpoint-2\n kind: ServiceOperation\n namespace: otel-demo\n filter:\n - checkout-.*_PaymentService_Charge\n - id: payment-service-2\n kind: Service\n filter: \n - payment\n namespace: otel-demo\n - id: checkout-service-2\n kind: Service\n filter: \n - .checkout\n namespace: otel-demo\n - id: checkout-pod-2\n kind: Pod\n namespace: otel-demo\n filter:\n - checkout-.*\n - id: payment-pod-2\n kind: Pod\n namespace: otel-demo\n filter:\n - payment-.*\naliases:\n - - flagd-pod-1\n - flagd-service-1\n - - ad-service-1\n - ad-pod-1\n - getads-endpoint-1\n - - frontend-service-1\n - frontend-pod-1\n - - checkout-service-2\n - checkout-pod-2\n - - payment-service-2\n - payment-pod-2\npropagations:\n - source: flagd-config-1\n target: flagd-service-1\n condition: flagd-config ConfigMap adFailure feature flag set and paymentFailure feature flag set\n effect: flagd enables injection\n - source: flagd-service-1\n target: getads-endpoint-1\n condition: flagd enables injection\n effect: getads endpoint Error Rate is Above Threshold\n - source: getads-endpoint-1\n target: ad-service-1\n condition: getads endpoint Error Rate is Above Threshold\n effect: ad service Error Rate is Above Threshold\n - source: ad-service-1\n target: frontend-service-1\n condition: ad service Error Rate is Above Threshold\n effect: frontend service Error Rate is Above Threshold\n - source: flagd-service-1\n target: charge-endpoint-2\n condition: flagd enables injection\n effect: charge endpoint Error Rate is Above Threshold\n - source: charge-endpoint-2\n target: payment-service-2\n condition: charge endpoint Error Rate is Above Threshold\n effect: payment service Error Rate is Above Threshold\n - source: payment-service-2\n target: checkout-service-2\n condition: payment service Error Rate is Above Threshold\n effect: checkout service Error Rate is Above Threshold\n - source: checkout-service-2\n target: frontend-service-1\n condition: checkout service Error Rate is Above Threshold\n effect: frontend service Error Rate is Above Threshold\nrecommended_actions:\n - solution:\n id: Disable_adFailure_feature_flag\n actions:\n - Disable adFailure feature flag\n - solution:\n id: Disable_PaymentFailure_feature_flag\n actions:\n - Disable PaymentFailure feature flag"}
{"id_aa": "it-bench-sre-public-scenario-15", "scenario_id": "Scenario-15", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: frontend\n kind: Service\n condition: High error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: ad\n kind: Service\n condition: High error rate\n category: Resource Unavailable\n fault_mechanism: custom(flagd)\n - entity:\n name: flagd-config\n kind: ConfigMap\n changed:\n element: data.demo\\\\.flagd\\\\.json\n from: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adServiceHighCpu\\\": {\\n \\\"description\\\": \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"loadgeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n to: \"{\\n \\\"$schema\\\": \\\"https://flagd.dev/schema/v0/flags.json\\\",\\n \\\"flags\\\": {\\n \\\"productCatalogFailure\\\": {\\n \\\"description\\\": \\\"Fail product catalog service on a specific product\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"recommendationCacheFailure\\\": {\\n \\\"description\\\": \\\"Fail recommendation service cache\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adManualGc\\\": {\\n \\\"description\\\": \\\"Triggers full manual garbage collections in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adServiceHighCpu\\\": {\\n \\\"description\\\": \\\"Triggers high cpu load in the ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"adFailure\\\": {\\n \\\"description\\\": \\\"Fail ad service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"on\\\"\\n },\\n \\\"kafkaQueueProblems\\\": {\\n \\\"description\\\": \\\"Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"cartFailure\\\": {\\n \\\"description\\\": \\\"Fail cart service\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentFailure\\\": {\\n \\\"description\\\": \\\"Fail payment service charge requests\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"paymentUnreachable\\\": {\\n \\\"description\\\": \\\"Payment service is unavailable\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": true,\\n \\\"off\\\": false\\n },\\n \\\"defaultVariant\\\": \\\"on\\\"\\n },\\n \\\"loadgeneratorFloodHomepage\\\": {\\n \\\"description\\\": \\\"Flood the frontend with a large amount of requests.\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"on\\\": 100,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n },\\n \\\"imageSlowLoad\\\": {\\n \\\"description\\\": \\\"slow loading images in the frontend\\\",\\n \\\"state\\\": \\\"ENABLED\\\",\\n \\\"variants\\\": {\\n \\\"10sec\\\": 10000,\\n \\\"5sec\\\": 5000,\\n \\\"off\\\": 0\\n },\\n \\\"defaultVariant\\\": \\\"off\\\"\\n }\\n }\\n}\\n\"\n condition: paymentUnreachable and adFailure feature flag set\n category: Configuration Setting\n fault_mechanism: custom(flagd)\nalerts:\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Error Rate is Above Threshold\ngroups:\n - id: flagd-config-1\n kind: ConfigMap\n name: flagd-config\n namespace: otel-demo\n root_cause: true\n - id: flagd-pod-1\n kind: Pod\n namespace: otel-demo\n filter:\n - flagd-.*\n - id: flagd-service-1\n kind: Service\n namespace: otel-demo\n filter: \n - flagd\n - id: getads-endpoint-1\n namespace: otel-demo\n kind: ServiceOperation\n filter:\n - ad-.*_AdService_GetAds\n - id: ad-service-1\n kind: Service\n filter: \n - ad\\b\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter: \n - frontend\\b\n namespace: otel-demo\n - id: ad-pod-1\n kind: Pod\n namespace: otel-demo\n filter:\n - ad-.*\n - id: frontend-pod-1\n kind: Pod\n namespace: otel-demo\n filter:\n - frontend-.*\n - id: payment-service-2\n kind: Service\n filter: \n - payment\\b\n namespace: otel-demo\n - id: checkout-service-2\n kind: Service\n filter: \n - checkout\\b\n namespace: otel-demo\n - id: checkout-pod-2\n kind: Pod\n namespace: otel-demo\n filter:\n - checkout-.*\n - id: payment-pod-2\n kind: Pod\n namespace: otel-demo\n filter:\n - payment-.*\naliases:\n - - flagd-pod-1\n - flagd-service-1\n - - ad-service-1\n - ad-pod-1\n - getads-endpoint-1\n - - frontend-service-1\n - frontend-pod-1\n - - checkout-service-2\n - checkout-pod-2\n - - payment-service-2\n - payment-pod-2\npropagations:\n - source: flagd-config-1\n target: flagd-service-1\n condition: flagd-config ConfigMap adFailure feature flag set and paymentUnreachable feature flag set\n effect: flagd enables injection\n - source: flagd-service-1\n target: getads-endpoint-1\n condition: flagd enables injection\n effect: getads endpoint Error Rate is Above Threshold\n - source: getads-endpoint-1\n target: ad-service-1\n condition: getads endpoint Error Rate is Above Threshold\n effect: ad service Error Rate is Above Threshold\n - source: ad-service-1\n target: frontend-service-1\n condition: ad service Error Rate is Above Threshold\n effect: frontend service Error Rate is Above Threshold\n - source: flagd-service-1\n target: payment-service-2\n condition: flagd enables injection\n effect: payment service Unavailable\n - source: payment-service-2\n target: checkout-service-2\n condition: payment service Unavailable\n effect: checkout service Error Rate is Above Threshold\n - source: checkout-service-2\n target: frontend-service-1\n condition: checkout service Error Rate is Above Threshold\n effect: frontend service Error Rate is Above Threshold\nrecommended_actions:\n - solution:\n id: Disable_adFailure_feature_flag\n actions:\n - Disable adFailure feature flag\n - solution:\n id: Disable_paymentUnreachable_feature_flag\n actions:\n - Disable paymentUnreachable feature flag"}
{"id_aa": "it-bench-sre-public-scenario-16", "scenario_id": "Scenario-16", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nfault:\n - entity:\n name: shipping-deployment-1\n group_id: shipping-deployment-1\n kind: Deployment\n condition: QUOTE_ADDR environment variable set to incorrect port 0000\n category: Change\n fault_mechanism: custom\nalerts:\n - id: RequestLatency\n group_id: shipping-service-1\n metadata:\n description: Latency in service shipping in namespace otel-demo is above 1500ms\ngroups:\n - id: shipping-deployment-1\n kind: Deployment\n filter:\n - shipping\\b\n namespace: otel-demo\n root_cause: true\n - id: shipping-service-1\n kind: Service\n filter:\n - shipping\\b\n namespace: otel-demo\n - id: shipping-pod-1\n kind: Pod\n filter:\n - shipping-.*\n namespace: otel-demo\naliases:\n - - shipping-service-1\n - shipping-pod-1\n - shipping-deployment-1\npropagations:\n - source: shipping-deployment-1\n target: shipping-service-1\n condition: Shipping service cannot connect to quote service due to incorrect QUOTE_ADDR port configuration\n effect: Shipping service experiences high latency while attempting to connect to invalid port\nrecommended_actions:\n - solution:\n id: fix_quote_port_configuration\n actions:\n - Identify correct port for quote service\n - Update QUOTE_ADDR environment variable in shipping deployment"}
{"id_aa": "it-bench-sre-public-scenario-17", "scenario_id": "Scenario-17", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: delay-otel-demo-product-catalog-1\n group_id: delay-otel-demo-product-catalog-1\n kind: Service\n condition: To Be Specified\n category: Latency\n fault_mechanism: chaos\nalerts:\n - id: RequestLatency\n group_id: frontend-service-1\n metadata:\n description: Latency is Above Threshold\n - id: RequestLatency\n group_id: recommendation-service-1\n metadata:\n description: Latency is Above Threshold\n - id: RequestLatency\n group_id: checkout-service-1\n metadata:\n description: Latency is Above Threshold\n - id: RequestLatency\n group_id: productcatalog-service-1\n metadata:\n description: Latency is Above Threshold\n - id: RequestLatency\n group_id: frontendproxy-service-1\n metadata:\n description: Latency is Above Threshold\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Error Rate is Above Threshold\n - id: RequestErrorRate\n group_id: checkout-service-1\n metadata:\n description: Error Rate is Above Threshold\n - id: RequestErrorRate\n group_id: recommendation-service-1\n metadata:\n description: Error Rate is Above Threshold\ngroups:\n - id: delay-otel-demo-product-catalog-1\n kind: NetworkChaos\n filter: \n - .*product-catalog\n namespace: chaos-mesh\n root_cause: true\n - id: productcatalog-service-1\n kind: Service\n filter: \n - product-catalog\\b\n namespace: otel-demo\n - id: checkout-service-1\n kind: Service\n filter: \n - checkout\\b\n namespace: otel-demo\n - id: recommendation-service-1\n filter: \n - recommendation\\b\n kind: Service\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter: \n - frontend\\b\n namespace: otel-demo\n - id: frontendproxy-service-1\n kind: Service\n filter: \n - frontend-proxy\\b\n namespace: otel-demo\n - id: frontend-pod-1\n kind: Pod\n namespace: otel-demo\n filter:\n - frontend-.*\n - id: productcatalog-pod-1\n kind: Pod\n namespace: otel-demo\n filter:\n - product-catalog-.*\n - id: checkout-pod-1\n kind: Pod\n namespace: otel-demo\n filter:\n - checkout-.*\n - id: recommendation-pod-1\n kind: Pod\n filter:\n - recommendation-.*\n namespace: otel-demo\naliases:\n - - frontend-service-1\n - frontend-pod-1\n - - productcatalog-service-1\n - productcatalog-pod-1\n - - checkout-service-1\n - checkout-pod-1\n - - recommendation-service-1\n - recommendation-pod-1\npropagations:\n - source: delay-otel-demo-product-catalog-1\n target: productcatalog-service-1\n condition: delay-otel-demo-productcatalogservice networkchaos productcatalogservice\n network delay set to 20 seconds\n effect: productcatalog service Error Rate is Above Threshold\n - source: productcatalog-service-1\n target: checkout-service-1\n condition: Latency is too high or Error Rate is Above Threshold\n effect: checkout service Error Rate is Above Threshold\n - source: productcatalog-service-1\n target: recommendation-service-1\n condition: Latency is too high or Error Rate is Above Threshold\n effect: recommendation service Error Rate is Above Threshold\n - source: productcatalog-service-1\n target: frontend-service-1\n condition: Latency is too high or Error Rate is Above Threshold\n effect: frontend service Error Rate is Above Threshold\nrecommended_actions:\n - solution:\n id: Delete_the_resource_networkchaos_productcatalogservice\n actions:\n - Delete the resource networkchaos productcatalogservice"}
{"id_aa": "it-bench-sre-public-scenario-18", "scenario_id": "Scenario-18", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nalerts:\n - group_id: frontend-service-1\n id: RequestErrorRate\n metadata:\n description: Error Rate is Above Threshold\naliases:\n - - checkout-service-1\n - checkout-pod-1\n - - frontend-service-1\n - frontend-pod-1\n - - otel-demo-product-catalog-network-delay\n - otel-demo-product-catalog-network-delay-1\nfault:\n - category: Resource Unavailable\n condition: To Be Specified\n entity:\n group_id: pod-otel-demo-checkout-1\n kind: Service\n name: pod-otel-demo-checkout-1\n fault_mechanism: chaos\ngroups:\n - filter:\n - .*product-catalog-network-delay\n id: otel-demo-product-catalog-network-delay-1\n kind: PodChaos\n namespace: chaos-mesh\n root_cause: true\n - filter:\n - .*product-catalog-network-delay\n id: otel-demo-product-catalog-network-delay\n kind: Schedule\n namespace: chaos-mesh\n - filter:\n - .*product-catalog-network-delay\n id: otel-demo-product-catalog-network-delay\n kind: Schedule\n namespace: chaos-mesh\n - filter:\n - checkout-.*\n id: checkout-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - frontend\\b\n id: frontend-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - checkout\\b\n id: checkout-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - frontend-.*\n id: frontend-pod-1\n kind: Pod\n namespace: otel-demo\npropagations:\n - condition: set pod-failure on checkoutservice\n effect: checkoutservice pod is unavailable\n source: otel-demo-product-catalog-network-delay-1\n target: checkout-pod-1\n - condition: checkoutservice pod is unavailable\n effect: frontend service Error Rate is Above Threshold\n source: checkout-pod-1\n target: frontend-service-1\nrecommended_actions:\n - solution:\n actions:\n - Delete the resource podchaos checkoutservice\n id: Delete_the_resource_podchaos_checkoutservice\n - solution:\n actions:\n - restart the checkoutservice pod\n id: restart_the_checkoutservice_pod"}
{"id_aa": "it-bench-sre-public-scenario-19", "scenario_id": "Scenario-19", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nalerts:\n - group_id: frontend-service-1\n id: RequestErrorRate\n metadata:\n description: Error Rate is Above Threshold\n - group_id: shipping-service-1\n id: RequestErrorRate\n metadata:\n description: Error Rate is Above Threshold\n - group_id: checkout-service-1\n id: RequestErrorRate\n metadata:\n description: Error Rate is Above Threshold\n - group_id: frontend-service-1\n id: RequestErrorRate\n metadata:\n description: Error Rate is Above Threshold\n - group_id: checkout-service-1\n id: RequestLatency\n metadata:\n description: Latency is Above Threshold\n - group_id: shipping-service-1\n id: RequestLatency\n metadata:\n description: Latency is Above Threshold\naliases:\n - - frontend-service-1\n - frontend-pod-1\n - - checkout-service-1\n - checkout-pod-1\n - - shipping-service-1\n - shipping-pod-1\n - - quote-service-1\n - quote-pod-1\n - - otel-demo-email-checkout-network-partition-1\n - otel-demo-email-checkout-network-partition\nfault:\n - category: Resource Unavailable\n condition: To Be Specified\n entity:\n group_id: partition-otel-demo-shippingservice-1\n kind: Service\n name: partition-otel-demo-shippingservice-1\n fault_mechanism: chaos\ngroups:\n - filter:\n - .*email-checkout-network-partition\n id: otel-demo-email-checkout-network-partition-1\n kind: NetworkChaos\n namespace: chaos-mesh\n root_cause: true\n - filter:\n - .*email-checkout-network-partition\n id: otel-demo-email-checkout-network-partition\n kind: Schedule\n namespace: chaos-mesh\n - filter:\n - shipping\\b\n id: shipping-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - checkout\\b\n id: checkout-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - frontend\\b\n id: frontend-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - frontend-.*\n id: frontend-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - checkout-.*\n id: checkout-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - shipping-.*\n id: shipping-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - quote-.*\n id: quote-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - quote\\b\n id: quote-service-1\n kind: Service\n namespace: otel-demo\npropagations:\n - condition: email-checkout-network-partition networkchaos partitioning network from shippingservice to quoteservice\n effect: quote service Error Rate is Above Threshold\n source: otel-demo-email-checkout-network-partition-1\n target: quote-service-1\n - condition: Latency is too high or quote service Error Rate is Above Threshold\n effect: shipping service Error Rate is Above Threshold\n source: quote-service-1\n target: shipping-service-1\n - condition: Latency is too high or shipping service Error Rate is Above Threshold\n effect: checkout service Error Rate is Above Threshold\n source: shipping-service-1\n target: checkout-service-1\n - condition: checkout service Error Rate is Above Threshold\n effect: frontend service Error Rate is Above Threshold\n source: checkout-service-1\n target: frontend-service-1\nrecommended_actions:\n - solution:\n actions:\n - Delete the resource networkchaos shippingservice\n id: Delete_the_resource_networkchaos_shippingservice"}
{"id_aa": "it-bench-sre-public-scenario-20", "scenario_id": "Scenario-20", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\napiVersion: itbench.io/v1\nkind: GroundTruth\nmetadata:\n name: scenario-20\nspec:\n alerts:\n - group_id: frontend-service-1\n id: RequestErrorRate\n metadata:\n description: Error Rate is Above Threshold\n - group_id: recommendation-service-1\n id: RequestErrorRate\n metadata:\n description: Error Rate is Above Threshold\n aliases:\n - - productcatalog-service-1\n - productcatalog-pod-1\n - - productcatalog-pod-1\n - productcatalog-deployment-1\n - - frontend-service-1\n - frontend-pod-1\n - - checkout-service-1\n - checkout-pod-1\n - - recommendation-service-1\n - recommendation-pod-1\n fault:\n - category: Change\n condition: To Be Specified\n entity:\n group_id: checkout-pod-1\n kind: Pod\n name: productcatalog-pod-1\n fault_mechanism: custom\n groups:\n - filter:\n - product-catalog-.*\n id: productcatalog-deployment-1\n kind: Deployment\n namespace: otel-demo\n root_cause: true\n - filter:\n - product-catalog-.*\n id: productcatalog-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - checkout\\b\n id: checkout-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - recommendation\\b\n id: recommendation-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - frontend\\b\n id: frontend-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - product-catalog\\b\n id: productcatalog-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - frontend-.*\n id: frontend-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - checkout-.*\n id: checkout-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - recommendation-.*\n id: recommendation-pod-1\n kind: Pod\n namespace: otel-demo\n propagations:\n - condition: productcatalogdeployement updated to point to an invalid image - incorrect image path-location\n effect: productcatalog pod is in ImagePullBackOff error\n source: productcatalog-deployment-1\n target: productcatalog-pod-1\n - condition: productcatalog pod is in ImagePullBackOff error\n effect: frontend service Error Rate is Above Threshold\n source: productcatalog-pod-1\n target: frontend-service-1\n - condition: productcatalog pod is in ImagePullBackOff error\n effect: checkout service Error Rate is Above Threshold\n source: productcatalog-pod-1\n target: checkout-service-1\n - condition: checkout service Error Rate is Above Threshold\n effect: frontend service Error Rate is Above Threshold\n source: checkout-service-1\n target: frontend-service-1\n - condition: productcatalog pod is in ImagePullBackOff error\n effect: recommendation service Error Rate is Above Threshold\n source: productcatalog-pod-1\n target: recommendation-service-1\n - condition: recommendation service Error Rate is Above Threshold\n effect: frontend service Error Rate is Above Threshold\n source: recommendation-service-1\n target: frontend-service-1\n recommended_actions:\n - solution:\n actions:\n - change the image field in productcatalogueservice deployment pointing to the correct image\n id: change_the_image_field_in_productcatalogueservice_deployment_pointing_to_the_correct_image"}
{"id_aa": "it-bench-sre-public-scenario-21", "scenario_id": "Scenario-21", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: otel-demo-valkey-memory-stress\n group_id: otel-demo-valkey-memory-stress\n kind: StressChaos\n condition: Chaos Mesh stress injecting memory pressure on valkey-cart pods\n category: Resource\n fault_mechanism: memory_stress\nalerts:\n - id: FailedPodsDetected\n group_id: valkey-cart-pod-1\n metadata:\n description: Valkey cart pods being terminated or restarted due to OOM conditions\n - id: RequestErrorRate\n group_id: cart-service-1\n metadata:\n description: Cart service experiencing errors when accessing valkey cache\n - id: RequestLatency\n group_id: cart-service-1\n metadata:\n description: Cart service experiencing increased latency due to cache unavailability\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Frontend service experiencing errors when accessing cart functionality\n - id: RequestLatency\n group_id: frontend-service-1\n metadata:\n description: Frontend service experiencing increased latency for cart operations\n - id: RequestErrorRate\n group_id: checkout-service-1\n metadata:\n description: Checkout service experiencing errors when retrieving cart data\n - id: RequestLatency\n group_id: frontend-proxy-service-1\n metadata:\n description: Frontend proxy experiencing increased latency serving pages with cart operations\ngroups:\n - id: otel-demo-valkey-memory-stress\n kind: StressChaos\n filter:\n - otel-demo-valkey-memory-stress\n namespace: chaos-mesh\n root_cause: true\n - id: valkey-cart-pod-1\n kind: Pod\n filter:\n - valkey-cart-.*\n namespace: otel-demo\n - id: valkey-cart-service-1\n kind: Service\n filter:\n - valkey-cart\\b\n namespace: otel-demo\n - id: cart-service-1\n kind: Service\n filter:\n - cart\\b\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter:\n - frontend\\b\n namespace: otel-demo\n - id: checkout-service-1\n kind: Service\n filter:\n - checkout\\b\n namespace: otel-demo\n - id: frontend-proxy-service-1\n kind: Service\n filter:\n - frontend-proxy\\b\n namespace: otel-demo\naliases:\n - - valkey-cart-service-1\n - valkey-cart-pod-1\npropagations:\n - source: otel-demo-valkey-memory-stress\n target: valkey-cart-pod-1\n condition: Chaos Mesh StressChaos resource injects memory stress on valkey-cart pods\n effect: Valkey cart pods experience high memory usage and potential OOM kills\n - source: valkey-cart-pod-1\n target: valkey-cart-service-1\n condition: Valkey pods under memory pressure respond slowly, fail requests, or get terminated\n effect: Valkey cart cache becomes unavailable or severely degraded\n - source: valkey-cart-service-1\n target: cart-service-1\n condition: Cart service cannot access valkey cache for storing and retrieving cart data\n effect: Cart operations fail, users cannot add items to cart or view cart contents\n - source: cart-service-1\n target: frontend-service-1\n condition: Frontend receives errors from cart service when users interact with cart\n effect: Cart functionality fails for users browsing and shopping\n - source: cart-service-1\n target: checkout-service-1\n condition: Checkout service cannot retrieve cart data from cart service\n effect: Checkout operations fail as cart contents are unavailable\n - source: frontend-service-1\n target: frontend-proxy-service-1\n condition: Frontend returns error responses to proxy for failed cart and checkout operations\n effect: Users cannot use cart functionality or complete purchases through the proxy\nrecommended_actions:\n - solution:\n id: resolve_memory_stress\n actions:\n - Identify and stop the stress chaos experiment affecting valkey-cart service\n - Monitor valkey memory usage and pod health"}
{"id_aa": "it-bench-sre-public-scenario-22", "scenario_id": "Scenario-22", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: otel-demo-ad-memory-stress\n group_id: otel-demo-ad-memory-stress\n kind: StressChaos\n condition: Chaos Mesh stress injecting memory pressure on ad service pods\n category: Resource\n fault_mechanism: memory_stress\nalerts:\n - id: RequestLatency\n group_id: ad-service-1\n metadata:\n description: Ad service experiencing increased response times due to memory pressure\n - id: FailedPodsDetected\n group_id: ad-pod-1\n metadata:\n description: Ad pods being terminated or restarted due to OOM conditions\n - id: RequestLatency\n group_id: frontend-service-1\n metadata:\n description: Frontend service experiencing increased latency waiting for ad service responses\n - id: RequestLatency\n group_id: frontend-proxy-service-1\n metadata:\n description: Frontend proxy experiencing increased latency serving pages with slow or failed ad responses\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Frontend service experiencing errors when calling ad service\n - id: RequestErrorRate\n group_id: frontend-proxy-service-1\n metadata:\n description: Frontend proxy experiencing increased error rate\ngroups:\n - id: otel-demo-ad-memory-stress\n kind: StressChaos\n filter:\n - otel-demo-ad-memory-stress\n namespace: chaos-mesh\n root_cause: true\n - id: ad-pod-1\n kind: Pod\n filter:\n - ad-.*\n namespace: otel-demo\n - id: ad-service-1\n kind: Service\n filter:\n - ad\\b\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter:\n - frontend\\b\n namespace: otel-demo\n - id: frontend-proxy-service-1\n kind: Service\n filter:\n - frontend-proxy\\b\n namespace: otel-demo\naliases:\n - - ad-service-1\n - ad-pod-1\npropagations:\n - source: otel-demo-ad-memory-stress\n target: ad-pod-1\n condition: Chaos Mesh StressChaos resource injects memory stress on ad service pods\n effect: Ad pods experience high memory usage and potential OOM kills\n - source: ad-pod-1\n target: ad-service-1\n condition: Ad pods under memory pressure respond slowly, fail requests, or get terminated\n effect: Ad service experiences degraded performance with high latency, errors, or complete unavailability\n - source: ad-service-1\n target: frontend-service-1\n condition: Frontend service calls to ad service fail or return slowly\n effect: Frontend pages load slowly or without advertisements, degrading user experience\n - source: frontend-service-1\n target: frontend-proxy-service-1\n condition: Frontend service returns slow or error responses to proxy due to ad service issues\n effect: Users experience slow page loads or pages without ads through the proxy\nrecommended_actions:\n - solution:\n id: resolve_memory_stress\n actions:\n - Identify and stop the stress chaos experiment affecting ad service"}
{"id_aa": "it-bench-sre-public-scenario-23", "scenario_id": "Scenario-23", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\napiVersion: itbench.io/v1\nkind: GroundTruth\nmetadata:\n name: scenario-23\nspec:\n alerts:\n - group_id: checkout-pod-1\n id: PendingPodsDetected\n metadata:\n description: Pods in pending state for checkout service\n aliases:\n - - checkout-service-1\n - checkout-pod-1\n fault:\n - category: Change\n condition: To Be Specified\n entity:\n group_id: checkout-pod-1\n kind: Pod\n name: checkout-pod-1\n fault_mechanism: custom\n groups:\n - filter:\n - checkout-.*\n id: checkout-deployment-1\n kind: Deployment\n namespace: otel-demo\n root_cause: true\n - filter:\n - checkout-.*\n id: checkout-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - checkout\\b\n id: checkout-service-1\n kind: Service\n namespace: otel-demo\n propagations:\n - condition: checkout deployment updated to point to an invalid image - incorrect architecture\n effect: checkout pod is in ImagePullBackOff error\n source: checkout-deployment-1\n target: checkout-pod-1\n - condition: checkout pod is in ImagePullBackOff error\n effect: ''\n source: checkout-pod-1\n target: checkout-service-1\n recommended_actions:\n - solution:\n actions:\n - change the image of checkout to correct image for amd64 system\n id: change_the_image_of_checkout_to_correct_image_for_amd64_system"}
{"id_aa": "it-bench-sre-public-scenario-24", "scenario_id": "Scenario-24", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: checkout-deployment\n group_id: checkout-deployment\n kind: Deployment\n condition: Checkout deployment has misconfigured KAFKA_ADDR environment variable pointing to wrong port 9999\n category: Configuration\n fault_mechanism: environment_variable_misconfiguration\nalerts:\n - id: KafkaConnectionClosureRate\n group_id: checkout-service-1\n metadata:\n description: Checkout service unable to connect to Kafka due to misconfigured port\n - id: RequestLatency\n group_id: checkout-service-1\n metadata:\n description: Checkout service experiencing increased latency due to Kafka connection failures\ngroups:\n - id: checkout-deployment\n kind: Deployment\n filter:\n - checkout\\b\n namespace: otel-demo\n root_cause: true\n - id: checkout-pod-1\n kind: Pod\n filter:\n - checkout-.*\n namespace: otel-demo\n - id: checkout-service-1\n kind: Service\n filter:\n - checkout\\b\n namespace: otel-demo\n - id: kafka-service-1\n kind: Service\n filter:\n - kafka\\b\n namespace: otel-demo\naliases:\n - - checkout-service-1\n - checkout-pod-1\npropagations:\n - source: checkout-deployment\n target: checkout-pod-1\n condition: Deployment configuration specifies incorrect Kafka port 9999 instead of correct port\n effect: Checkout pods cannot establish connections to Kafka on the wrong port\n - source: checkout-pod-1\n target: checkout-service-1\n condition: Checkout pods fail to connect to Kafka due to misconfigured environment variable\n effect: Checkout service cannot publish order events to Kafka, but continues processing orders\n - source: checkout-service-1\n target: kafka-service-1\n condition: Checkout service attempts to connect to Kafka on wrong port 9999\n effect: Order events are not published to Kafka queue, downstream services miss order notifications\nrecommended_actions:\n - solution:\n id: fix_kafka_environment_variable\n actions:\n - Correct KAFKA_ADDR environment variable in checkout deployment to use the correct Kafka port"}
{"id_aa": "it-bench-sre-public-scenario-25", "scenario_id": "Scenario-25", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nalerts:\n - group_id: frontend-service-1\n id: RequestErrorRate\n metadata:\n description: Error Rate is Above Threshold\n - group_id: recommendation-service-1\n id: RequestErrorRate\n metadata:\n description: Error Rate is Above Threshold\naliases:\n - - frontend-service-1\n - frontend-pod-1\n - - recommendation-pod-1\n - recommendation-service-1\nfault:\n - category: Other\n condition: Resource Saturation\n entity:\n group_id: cpustress-recommendation-1\n kind: Service\n name: cpustress-recommendation-1\n fault_mechanism: chaos\ngroups:\n - filter:\n - .*recommendation\n id: otel-demo-recommendation-cpu-stress\n kind: Schedule\n namespace: chaos-mesh\n root_cause: true\n - filter:\n - recommendation-.*\n id: recommendation-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - recommendation\\b\n id: recommendation-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - frontend\\b\n id: frontend-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - frontend-.*\n id: frontend-pod-1\n kind: Pod\n namespace: otel-demo\npropagations:\n - condition: chaosmesh cpustresser hogs cpu\n effect: recommendationservice pod cpu saturation\n source: otel-demo-recommendation-cpu-stress\n target: recommendation-pod-1\n - condition: recommendationservice cpu saturation\n effect: recommendationservice Error Rate is Above Threshold. frontend service Error Rate is Above Threshold\n source: recommendation-pod-1\n target: frontend-service-1\nrecommended_actions:\n - solution:\n actions:\n - Delete the resource stresschaos recommendationservice\n id: Delete_the_resource_stresschaos_recommendationservice\n - solution:\n actions:\n - Increase CPU Allocation\n id: Increase_CPU_Allocation"}
{"id_aa": "it-bench-sre-public-scenario-26", "scenario_id": "Scenario-26", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\napiVersion: itbench.io/v1\nkind: GroundTruth\nmetadata:\n name: scenario-26\nspec:\n alerts:\n - group_id: checkout-service-1\n id: HighRequestErrorRate\n metadata:\n description: Request error rate in service checkout in namespace otel-demo is above 0\n - group_id: checkout-service-1\n id: HighRequestLatency\n metadata:\n description: Checkout service latency increases when email service fails\n - group_id: frontend-service-1\n id: HighRequestErrorRate\n metadata:\n description: Frontend errors cascade from checkout service failures\n - group_id: frontend-proxy-service-1\n id: HighRequestErrorRate\n metadata:\n description: Frontend-proxy errors cascade from checkout service failures\n aliases:\n - - email-service-1\n - email-pod-1\n - - checkout-service-1\n - checkout-pod-1\n fault:\n - category: Chaos\n condition: HTTP Chaos fault tampering POST request body to email service with corrupted JSON payload\n entity:\n group_id: tamper-body-otel-demo-emailservice-1\n kind: HttpChaos\n name: tamper-body-otel-demo-emailservice-1\n fault_mechanism: chaos\n groups:\n - filter:\n - otel-demo-email-http-chaos-post-body-tamper\n id: tamper-body-otel-demo-emailservice-1\n kind: HttpChaos\n namespace: chaos-mesh\n root_cause: true\n - filter:\n - email\\b\n id: email-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - email-.*\n id: email-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - checkout\\b\n id: checkout-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - checkout-.*\n id: checkout-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - frontend\\b\n id: frontend-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - frontend-proxy\n id: frontend-proxy-service-1\n kind: Service\n namespace: otel-demo\n propagations:\n - condition: HTTP Chaos tampers POST request bodies with invalid JSON payload\n effect: Email service receives corrupted requests and fails to process them\n source: tamper-body-otel-demo-emailservice-1\n target: email-service-1\n - condition: Email service returns errors due to corrupted request payload\n effect: Checkout service experiences errors when sending order confirmation emails\n source: email-service-1\n target: checkout-service-1\n - condition: Email service errors cause retry logic in checkout\n effect: Checkout service experiences increased latency from email service retries\n source: email-service-1\n target: checkout-service-1\n - condition: Checkout service errors from email failures\n effect: Frontend experiences errors when calling checkout\n source: checkout-service-1\n target: frontend-service-1\n - condition: Frontend errors from checkout failures\n effect: Frontend-proxy experiences cascading errors\n source: frontend-service-1\n target: frontend-proxy-service-1\n recommendedActions:\n - solution:\n actions:\n - Delete the HTTP Chaos resource tampering email service requests\n id: remove_chaos_experiment"}
{"id_aa": "it-bench-sre-public-scenario-27", "scenario_id": "Scenario-27", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\napiVersion: itbench.io/v1\nkind: GroundTruth\nmetadata:\n name: scenario-27\nspec:\n alerts:\n - group_id: frontend-proxy-service-1\n id: HighRequestErrorRate\n metadata:\n description: Error rate is above threshold for frontend-proxy service\n - group_id: frontend-service-1\n id: HighRequestErrorRate\n metadata:\n description: Error rate is above threshold for frontend service\n - group_id: checkout-service-1\n id: HighRequestErrorRate\n metadata:\n description: Error rate is above threshold for checkout service\n - group_id: shipping-service-1\n id: HighRequestErrorRate\n metadata:\n description: Error rate is above threshold for shipping service\n - group_id: accounting-service-1\n id: HighRequestLatency\n metadata:\n description: Accounting experiences latency during order processing issues\n aliases:\n - - quote-service-1\n - quote-pod-1\n - - checkout-service-1\n - checkout-pod-1\n - - shipping-service-1\n - shipping-pod-1\n - - frontend-service-1\n - frontend-pod-1\n - - frontend-proxy-service-1\n - frontend-proxy-pod-1\n - - accounting-service-1\n fault:\n - category: Chaos\n condition: HTTP Chaos fault aborting POST requests to quote service /getquote endpoint\n entity:\n group_id: http-abort-otel-demo-quoteservice-1\n kind: HttpChaos\n name: http-abort-otel-demo-quoteservice-1\n fault_mechanism: chaos\n groups:\n - filter:\n - otel-demo-quote-http-chaos-abort\n id: otel-demo-quote-http-chaos-abort\n kind: Schedule\n namespace: chaos-mesh\n root_cause: true\n - filter:\n - quote\\b\n id: quote-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - quote-.*\n id: quote-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - checkout\\b\n id: checkout-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - checkout-.*\n id: checkout-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - shipping\\b\n id: shipping-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - shipping-.*\n id: shipping-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - frontend\\b\n id: frontend-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - frontend-.*\n id: frontend-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - frontend-proxy\\b\n id: frontend-proxy-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - frontend-proxy-.*\n id: frontend-proxy-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - accounting\\b\n id: accounting-service-1\n kind: Service\n namespace: otel-demo\n propagations:\n - condition: HTTP Chaos aborts all POST requests to quote service /getquote endpoint\n effect: Quote service becomes unavailable for shipping quote requests\n source: otel-demo-quote-http-chaos-abort\n target: quote-service-1\n - condition: Shipping service cannot get quotes due to quote service failures\n effect: Shipping service experiences errors when calling quote service\n source: quote-service-1\n target: shipping-service-1\n - condition: Checkout service receives errors from shipping service due to quote failures\n effect: Checkout service experiences errors during shipping calculations\n source: shipping-service-1\n target: checkout-service-1\n - condition: Frontend receives errors from checkout service due to shipping/quote failures\n effect: Frontend service experiences errors during checkout process\n source: checkout-service-1\n target: frontend-service-1\n - condition: Frontend-proxy receives errors from frontend service due to checkout failures\n effect: Frontend-proxy service experiences errors when proxying requests\n source: frontend-service-1\n target: frontend-proxy-service-1\n - condition: Checkout failures cause order processing delays\n effect: Accounting experiences latency processing incomplete order events\n source: checkout-service-1\n target: accounting-service-1\n recommended_actions:\n - solution:\n actions:\n - Delete the HTTP Chaos resource targeting quote service\n id: remove_chaos_experiment"}
{"id_aa": "it-bench-sre-public-scenario-29", "scenario_id": "Scenario-29", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: jvm-return-otel-demo-ad-1\n group_id: jvm-return-otel-demo-ad-1\n kind: Service\n condition: To Be Specified\n category: Change\n fault_mechanism: chaos\nalerts:\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Error rate is above threshold for frontend service\n - id: RequestErrorRate\n group_id: ad-service-1\n metadata:\n description: Error rate is above threshold for ad service\ngroups:\n - id: jvm-return-otel-demo-ad-1\n kind: JVMChaos\n filter: \n - .*adservice\n namespace: chaos-mesh\n root_cause: true\n - id: ad-pod-1\n kind: Pod\n filter:\n - ad-.*\n namespace: otel-demo\n - id: ad-service-1\n kind: Service\n filter: \n - ad\\b\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter: \n - frontend\\b\n namespace: otel-demo\n - id: frontend-pod\n kind: Pod\n namespace: otel-demo\n filter:\n - frontend-.*\naliases:\n - - frontend-service-1\n - frontend-pod\n - - ad-service-1\n - ad-pod-1\npropagations:\n - source: jvm-return-otel-demo-ad-1\n target: ad-pod-1\n condition: Return null for method on adservice\n effect: ad pod null service object\n - source: ad-pod-1\n target: ad-service-1\n condition: ad pod null service object\n effect: ad service Error Rate is Above Threshold\n - source: ad-service-1\n target: frontend-service-1\n condition: ad service Error Rate is Above Threshold\n effect: frontend service Error Rate is Above Threshold\nrecommended_actions:\n - solution:\n id: Delete_the_resource_jvm-return_on_adservice\n actions:\n - Delete the resource jvm-return on adservice"}
{"id_aa": "it-bench-sre-public-scenario-31", "scenario_id": "Scenario-31", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\napiVersion: itbench.io/v1\nkind: GroundTruth\nmetadata:\n name: scenario-31\nspec:\n alerts:\n - group_id: frontend-proxy-service-1\n id: RequestErrorRate\n metadata:\n description: Frontend proxy cannot reach frontend service due to network policy blocking ingress\n aliases:\n - - frontend-service-1\n - frontend-pod-1\n - - frontend-proxy-service-1\n - frontend-proxy-pod-1\n fault:\n - category: Configuration\n condition: NetworkPolicy blocks all ingress traffic to frontend pods\n entity:\n group_id: frontend-pod-1\n kind: Pod\n name: frontend-pod-1\n fault_mechanism: misconfigured-network-policy\n groups:\n - filter:\n - frontend-block-all-ports\n id: frontend-block-all-ports\n kind: NetworkPolicy\n namespace: otel-demo\n root_cause: true\n - filter:\n - frontend-.*\n id: frontend-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - frontend\\b\n id: frontend-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - frontend-proxy-.*\n id: frontend-proxy-pod-1\n kind: Pod\n - filter:\n - frontend-proxy\\b\n id: frontend-proxy-service-1\n kind: Service\n namespace: otel-demo\n propagations:\n - condition: Misconfigured network policy\n effect: NetworkPolicy blocks all ingress traffic to frontend pods\n source: frontend-block-all-ports\n target: frontend-pod-1\n - condition: NetworkPolicy blocks all ingress traffic to frontend pods\n effect: Frontend service cannot receive traffic, making it completely unavailable\n source: frontend-pod-1\n target: frontend-service-1\n - condition: Frontend proxy cannot connect to frontend service due to network policy\n effect: All user requests through proxy fail with connection errors\n source: frontend-service-1\n target: frontend-proxy-1\n recommended_actions:\n - solution:\n actions:\n - Identify and remove the NetworkPolicy blocking ingress to frontend pods\n id: remove_blocking_network_policy"}
{"id_aa": "it-bench-sre-public-scenario-33", "scenario_id": "Scenario-33", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: ad-pod-1\n group_id: ad-pod-1\n kind: Pod\n condition: Ad deployment pods cannot be scheduled due to invalid node selector\n category: Configuration\n fault_mechanism: invalid-node-selector\nalerts:\n - id: PendingPodsDetected\n group_id: ad-pod-1\n metadata:\n description: Ad pods stuck in Pending state due to invalid node selector\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Frontend service experiencing connection failures to ad service\n - id: RequestErrorRate\n group_id: frontend-proxy-service-1\n metadata:\n description: Frontend proxy experiencing errors when serving pages that require ads functionality\ngroups:\n - id: ad-pod-1\n kind: Pod\n filter:\n - ad-.*\n namespace: otel-demo\n root_cause: true\n - id: ad-service-1\n kind: Service\n filter:\n - ad\\b\n namespace: otel-demo\n - id: frontend-pod-1\n kind: Pod\n filter:\n - frontend-.*\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter:\n - frontend\\b\n namespace: otel-demo\n - id: frontend-proxy-pod-1\n kind: Pod\n filter:\n - frontend-proxy-.*\n namespace: otel-demo\n - id: frontend-proxy-service-1\n kind: Service\n filter:\n - frontend-proxy\\b\n namespace: otel-demo\naliases:\n - - ad-service-1\n - ad-pod-1\n - - frontend-service-1\n - frontend-pod-1\n - - frontend-proxy-service-1\n - frontend-proxy-pod-1\npropagations:\n - source: ad-pod-1\n target: ad-service-1\n condition: Ad pods cannot be scheduled, no backend pods available for service\n effect: Ad service has no healthy endpoints, becomes completely unavailable\n - source: ad-service-1\n target: frontend-service-1\n condition: Frontend service cannot connect to ad service with no available endpoints\n effect: Frontend fails to retrieve ads and displays pages with missing ad content\n - source: frontend-service-1\n target: frontend-proxy-1\n condition: Frontend service returns degraded responses with missing ads errors\n effect: Frontend service has slower and incorrect responses\nrecommended_actions:\n - solution:\n id: fix_node_selectors\n actions:\n - Review and correct node selector configuration for ad and cart deployments"}
{"id_aa": "it-bench-sre-public-scenario-34", "scenario_id": "Scenario-34", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nfault:\n - entity:\n name: valkey-pod-1\n group_id: valkey-pod-1\n kind: Pod\n condition: Password authentication enabled on valkey-cart service without updating cart service configuration\n category: Configuration\n fault_mechanism: custom\nalerts:\n - id: RequestLatency\n group_id: cart-service-1\n metadata:\n description: Latency in service cart in namespace otel-demo is above 1500ms\n - id: RequestErrorRate\n group_id: cart-service-1\n metadata:\n description: Request error rate in service cart in namespace otel-demo is above 0\n - id: RequestErrorRate\n group_id: checkout-service-1\n metadata:\n description: Request error rate in service checkout in namespace otel-demo is above 0\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Request error rate in service frontend in namespace otel-demo is above 0\n - id: RequestErrorRate\n group_id: frontend-proxy-service-1\n metadata:\n description: Request error rate in service frontend-proxy in namespace otel-demo is above 0\ngroups:\n - id: valkey-pod-1\n kind: Pod\n filter:\n - valkey-cart-.*\n namespace: otel-demo\n root_cause: true\n - id: valkey-service-1\n kind: Service\n filter:\n - valkey-cart\\b\n namespace: otel-demo\n - id: cart-service-1\n kind: Service\n filter:\n - cart\\b\n namespace: otel-demo\n - id: cart-pod-1\n kind: Pod\n filter:\n - cart-.*\n namespace: otel-demo\n - id: checkout-service-1\n kind: Service\n filter:\n - checkout\\b\n namespace: otel-demo\n - id: checkout-pod-1\n kind: Pod\n filter:\n - checkout-.*\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter:\n - frontend\\b\n namespace: otel-demo\n - id: frontend-pod-1\n kind: Pod\n filter:\n - frontend-.*\n namespace: otel-demo\n - id: frontend-proxy-service-1\n kind: Service\n filter:\n - frontend-proxy\\b\n namespace: otel-demo\n - id: frontend-proxy-pod-1\n kind: Pod\n filter:\n - frontend-proxy-.*\n namespace: otel-demo\naliases:\n - - valkey-service-1\n - valkey-pod-1\n - - cart-service-1\n - cart-pod-1\n - - checkout-service-1\n - checkout-pod-1\n - - frontend-service-1\n - frontend-pod-1\n - - frontend-proxy-service-1\n - frontend-proxy-pod-1\npropagations:\n - source: valkey-pod-1\n target: cart-service-1\n condition: Cart service cannot authenticate to valkey-cart due to password mismatch\n effect: Cart service experiences high latency and errors when accessing cart data\n - source: cart-service-1\n target: checkout-service-1\n condition: Checkout service receives errors when trying to retrieve cart information\n effect: Checkout service experiences errors during cart operations\n - source: checkout-service-1\n target: frontend-service-1\n condition: Frontend receives errors from checkout service due to cart failures\n effect: Frontend service experiences errors during cart and checkout operations\n - source: frontend-service-1\n target: frontend-proxy-service-1\n condition: Frontend-proxy receives errors from frontend service due to cart/checkout failures\n effect: Frontend-proxy service experiences errors when proxying requests\nrecommended_actions:\n - solution:\n id: fix_cart_authentication\n actions:\n - Update cart service configuration with correct valkey-cart password\n - Restart cart service pods to apply new authentication settings\n - Verify cart service can successfully connect to valkey-cart"}
{"id_aa": "it-bench-sre-public-scenario-35", "scenario_id": "Scenario-35", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: otel-demo-ad-jvm-chaos\n group_id: otel-demo-ad-jvm-chaos\n kind: JVMChaos\n condition: Chaos Mesh JVM stress injecting heap memory pressure on ad service\n category: Resource\n fault_mechanism: jvm_heap_stress\nalerts:\n - id: RequestLatency\n group_id: ad-service-1\n metadata:\n description: Ad service experiencing increased response times due to memory pressure\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Frontend service experiencing timeouts or errors when calling ad service\n - id: RequestLatency\n group_id: frontend-service-1\n metadata:\n description: Frontend service experiencing increased latency waiting for ad service responses\n - id: RequestLatency\n group_id: frontend-proxy-service-1\n metadata:\n description: Frontend proxy experiencing increased latency serving pages with slow ad responses\ngroups:\n - id: otel-demo-ad-jvm-chaos\n kind: JVMChaos\n filter:\n - otel-demo-ad-jvm-chaos\n namespace: chaos-mesh\n root_cause: true\n - id: ad-pod-1\n kind: Pod\n filter:\n - ad-.*\n namespace: otel-demo\n - id: ad-service-1\n kind: Service\n filter:\n - ad\\b\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter:\n - frontend\\b\n namespace: otel-demo\n - id: frontend-proxy-service-1\n kind: Service\n filter:\n - frontend-proxy\\b\n namespace: otel-demo\naliases:\n - - ad-service-1\n - ad-pod-1\npropagations:\n - source: otel-demo-ad-jvm-chaos\n target: ad-pod-1\n condition: Chaos Mesh JVMChaos resource injects heap memory stress on ad service JVM\n effect: Ad pods experience high heap memory usage and frequent garbage collection\n - source: ad-pod-1\n target: ad-service-1\n condition: Ad pods under memory pressure respond slowly or fail requests\n effect: Ad service experiences degraded performance with high latency and potential timeouts\n - source: ad-service-1\n target: frontend-service-1\n condition: Frontend service calls to ad service timeout or return slowly\n effect: Frontend pages load slowly or without advertisements, degrading user experience\n - source: frontend-service-1\n target: frontend-proxy-service-1\n condition: Frontend service returns slow responses to proxy due to ad service delays\n effect: Users experience slow page loads through the proxy\nrecommended_actions:\n - solution:\n id: resolve_jvm_chaos\n actions:\n - Identify and stop the JVM chaos experiment affecting ad service\n - Monitor ad service heap memory usage and garbage collection metrics"}
{"id_aa": "it-bench-sre-public-scenario-37", "scenario_id": "Scenario-37", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\napiVersion: itbench.io/v1\nkind: GroundTruth\nmetadata:\n name: scenario-37\nspec:\n alerts:\n - group_id: otel-demo-namespace-1\n id: CPUSpend\n metadata:\n description: CPU spend increased by 20 percent\n - group_id: otel-demo-namespace-1\n id: MemorySpend\n metadata:\n description: Memory spend has increased by 20 percent\n aliases:\n - - otel-demo-namespace-1\n fault: []\n groups:\n - id: otel-demo-namespace-1\n kind: Namespace\n name: otel-demo\n namespace: otel-demo\n root_cause: true\n propagations: []\n recommendedActions:\n - solution:\n actions:\n - no changes is needed in application\n - update opencost alert to prevent false alerts\n id: no_action"}
{"id_aa": "it-bench-sre-public-scenario-38", "scenario_id": "Scenario-38", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nfault:\n - entity:\n name: otel-demo-*\n kind: HorizontalPodAutoscaler\n group_id: otel-demo-horizontal-pod-autoscalers\n condition: Misconfigured HPA\n category: Other\n fault_mechanism: custom\nalerts:\n - id: high_cost_variation\n text: Cost has increased significantly despite having low utilization\n group_id: otel-demo-namespace-1\ngroups:\n - id: otel-demo-namespace-1\n kind: Namespace\n name: otel-demo\n namespace:\n - id: otel-demo-horizontal-pod-autoscalers\n kind: HorizontalPodAutoscaler\n namespace: otel-demo\n filter:\n - \"*.*\"\n root_cause: true\nrecommended_actions:\n - solution:\n id: investigate_detect_misconfigured_autoscaler\n actions:\n - check current and recent past utilization numbers through promethous\n - found a temporary spike in application load\n - detect misconfiguration in auto-scaler for scaling down"}
{"id_aa": "it-bench-sre-public-scenario-40", "scenario_id": "Scenario-40", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\napiVersion: itbench.io/v1\nkind: GroundTruth\nmetadata:\n name: scenario-40\nspec:\n alerts:\n - group_id: valkey-pod-1\n id: KubePodCrashLooping\n metadata:\n description: Valkey-cart pod crashing due to storage exhaustion\n - group_id: cart-service-1\n id: HighRequestErrorRate\n metadata:\n description: Request error rate in service cart in namespace otel-demo is above 0\n - group_id: cart-service-1\n id: HighRequestLatency\n metadata:\n description: Latency in service cart in namespace otel-demo is above 1500ms\n - group_id: checkout-service-1\n id: HighRequestErrorRate\n metadata:\n description: Request error rate in service checkout in namespace otel-demo is above 0\n - group_id: checkout-service-1\n id: HighRequestLatency\n metadata:\n description: Latency in service checkout in namespace otel-demo propagated from cart service delays\n - group_id: frontend-service-1\n id: HighRequestErrorRate\n metadata:\n description: Request error rate in service frontend in namespace otel-demo is above 0\n - group_id: frontend-service-1\n id: HighRequestLatency\n metadata:\n description: Latency in service frontend in namespace otel-demo propagated from checkout service delays\n - group_id: frontend-proxy-service-1\n id: HighRequestErrorRate\n metadata:\n description: Request error rate in service frontend-proxy in namespace otel-demo is above 0\n - group_id: frontend-proxy-service-1\n id: HighRequestLatency\n metadata:\n description: Latency in service frontend-proxy in namespace otel-demo propagated from frontend service delays\n aliases:\n - - valkey-service-1\n - valkey-pod-1\n - - cart-service-1\n - cart-pod-1\n - - checkout-service-1\n - checkout-pod-1\n - - frontend-service-1\n - frontend-pod-1\n - - frontend-proxy-service-1\n - frontend-proxy-pod-1\n fault:\n - category: Resource\n condition: Storage filled to 90% capacity by sidecar container writing dummy data\n entity:\n group_id: valkey-pod-1\n kind: Pod\n name: valkey-cart-pod\n fault_mechanism: custom\n groups:\n - filter:\n - valkey-cart-.*\n id: valkey-pod-1\n kind: Pod\n namespace: otel-demo\n root_cause: true\n - filter:\n - valkey-cart\\b\n id: valkey-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - cart\\b\n id: cart-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - cart-.*\n id: cart-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - checkout\\b\n id: checkout-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - checkout-.*\n id: checkout-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - frontend\\b\n id: frontend-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - frontend-.*\n id: frontend-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - frontend-proxy\\b\n id: frontend-proxy-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - frontend-proxy-.*\n id: frontend-proxy-pod-1\n kind: Pod\n namespace: otel-demo\n propagations:\n - condition: Storage filled to 90% capacity by sidecar container\n effect: Valkey pod crashes repeatedly due to storage exhaustion\n source: valkey-pod-1\n target: valkey-pod-1\n - condition: Valkey storage full, unable to write new cart data\n effect: Cart service experiences write failures and errors when storing cart items\n source: valkey-pod-1\n target: cart-service-1\n - condition: Checkout service receives errors when trying to access cart information\n effect: Checkout service experiences errors during cart operations\n source: cart-service-1\n target: checkout-service-1\n - condition: Frontend receives errors from checkout service due to cart failures\n effect: Frontend service experiences errors during cart and checkout operations\n source: checkout-service-1\n target: frontend-service-1\n - condition: Frontend-proxy receives errors from frontend service due to cart/checkout failures\n effect: Frontend-proxy service experiences errors when proxying requests\n source: frontend-service-1\n target: frontend-proxy-service-1\n recommendedActions:\n - solution:\n actions:\n - Identify and remove the storage-filler sidecar container from valkey-cart deployment\n - Delete the /data/filler file to free up disk space\n - Verify valkey-cart can successfully write data\n - Monitor disk usage to prevent future storage exhaustion\n id: fix_storage_issue"}
{"id_aa": "it-bench-sre-public-scenario-80", "scenario_id": "Scenario-80", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: otel-demo-checkout-kafka-network-partition\n group_id: otel-demo-checkout-kafka-network-partition\n kind: NetworkChaos\n condition: Chaos Mesh network partition blocking checkout pods from reaching Kafka\n category: Network\n fault_mechanism: network_partition\nalerts:\n - id: KafkaConnectionClosureRate\n group_id: checkout-service-1\n metadata:\n description: Checkout service experiencing high Kafka connection closure rate due to network partition\n - id: RequestLatency\n group_id: checkout-service-1\n metadata:\n description: Checkout service experiencing increased latency due to Kafka connection issues\ngroups:\n - id: otel-demo-checkout-kafka-network-partition\n kind: NetworkChaos\n filter:\n - otel-demo-checkout-kafka-network-partition\n namespace: chaos-mesh\n root_cause: true\n - id: checkout-pod-1\n kind: Pod\n filter:\n - checkout-.*\n namespace: otel-demo\n - id: checkout-service-1\n kind: Service\n filter:\n - checkout\\b\n namespace: otel-demo\n - id: kafka-service-1\n kind: Service\n filter:\n - kafka\\b\n namespace: otel-demo\naliases:\n - - checkout-service-1\n - checkout-pod-1\npropagations:\n - source: otel-demo-checkout-kafka-network-partition\n target: checkout-pod-1\n condition: Chaos Mesh NetworkChaos resource injects network partition affecting checkout pods\n effect: Checkout pods cannot establish or maintain connections to Kafka\n - source: checkout-pod-1\n target: checkout-service-1\n condition: Checkout pods cannot communicate with Kafka due to network partition\n effect: Checkout service cannot publish order events to Kafka, but continues processing orders\n - source: checkout-service-1\n target: kafka-service-1\n condition: Network partition prevents checkout service from communicating with Kafka\n effect: Order events are not published to Kafka queue, downstream services miss order notifications\nrecommended_actions:\n - solution:\n id: resolve_network_partition\n actions:\n - Identify and resolve network partition between checkout and Kafka pods\n - Verify network policies and connectivity between the services"}
{"id_aa": "it-bench-sre-public-scenario-81", "scenario_id": "Scenario-81", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nfault:\n - entity:\n name: otel-demo-shipping-quote-network-partition\n group_id: otel-demo-shipping-quote-network-partition\n kind: NetworkChaos\n condition: Chaos Mesh network partition blocking shipping pods from reaching quote service\n category: Network\n fault_mechanism: network_partition\nalerts:\n - id: RequestErrorRate\n group_id: shipping-service-1\n metadata:\n description: Shipping service cannot reach quote service due to network partition, returning 500 errors\n - id: RequestLatency\n group_id: shipping-service-1\n metadata:\n description: Shipping service experiencing increased latency due to quote service timeouts\n - id: RequestErrorRate\n group_id: checkout-service-1\n metadata:\n description: Checkout service receiving errors from shipping service\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Frontend service experiencing errors during checkout flow\n - id: RequestErrorRate\n group_id: frontend-proxy-service-1\n metadata:\n description: Frontend proxy experiencing errors from failed checkout attempts\ngroups:\n - id: otel-demo-shipping-quote-network-partition\n kind: NetworkChaos\n filter:\n - otel-demo-shipping-quote-network-partition\n namespace: chaos-mesh\n root_cause: true\n - id: shipping-pod-1\n kind: Pod\n filter:\n - shipping-.*\n namespace: otel-demo\n - id: shipping-service-1\n kind: Service\n filter:\n - shipping\\b\n namespace: otel-demo\n - id: quote-service-1\n kind: Service\n filter:\n - quote\\b\n namespace: otel-demo\n - id: checkout-service-1\n kind: Service\n filter:\n - checkout\\b\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter:\n - frontend\\b\n namespace: otel-demo\n - id: frontend-proxy-service-1\n kind: Service\n filter:\n - frontend-proxy\\b\n namespace: otel-demo\naliases:\n - - shipping-service-1\n - shipping-pod-1\npropagations:\n - source: otel-demo-shipping-quote-network-partition\n target: shipping-pod-1\n condition: Chaos Mesh NetworkChaos resource injects network partition affecting shipping pods\n effect: Shipping pods cannot establish or maintain connections to quote service\n - source: shipping-pod-1\n target: shipping-service-1\n condition: Shipping pods cannot communicate with quote service due to network partition\n effect: Shipping service cannot retrieve shipping cost quotes and returns 500 errors\n - source: shipping-service-1\n target: quote-service-1\n condition: Network partition prevents shipping service from communicating with quote service\n effect: Quote service becomes unreachable from shipping, causing shipping requests to fail\n - source: quote-service-1\n target: checkout-service-1\n condition: Checkout service calls shipping service which fails due to quote service unavailability\n effect: Checkout operations fail when attempting to calculate shipping costs\n - source: checkout-service-1\n target: frontend-service-1\n condition: Frontend receives errors from checkout when shipping calculations fail\n effect: Users cannot complete checkout due to shipping service failures\n - source: frontend-service-1\n target: frontend-proxy-service-1\n condition: Frontend returns errors to proxy for failed checkout attempts\n effect: User-facing checkout operations fail through the proxy\nrecommended_actions:\n - solution:\n id: resolve_network_partition\n actions:\n - Identify and resolve network partition between shipping and quote pods\n - Verify network policies and connectivity between the services"}
{"id_aa": "it-bench-sre-public-scenario-83", "scenario_id": "Scenario-83", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nalerts:\n - group_id: checkout-service-1\n id: RequestLatency\n metadata:\n description: Checkout service experiencing increased latency due to email service connection timeouts\naliases:\n - - email-service-1\n - email-pod-1\nfault:\n - category: Network\n condition: Chaos Mesh network partition blocking email pods from reaching checkout service\n entity:\n group_id: otel-demo-email-checkout-network-partition\n kind: NetworkChaos\n name: otel-demo-email-checkout-network-partition\n fault_mechanism: network_partition\ngroups:\n - filter:\n - otel-demo-email-checkout-network-partition\n id: otel-demo-email-checkout-network-partition\n kind: NetworkChaos\n namespace: chaos-mesh\n root_cause: true\n - filter:\n - checkout-.*\n id: checkout-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - email-.*\n id: email-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - email\\b\n id: email-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - checkout\\b\n id: checkout-service-1\n kind: Service\n namespace: otel-demo\npropagations:\n - condition: Chaos Mesh NetworkChaos resource injects network partition affecting email and checkout pods\n effect: Email pods cannot receive connections from checkout service\n source: otel-demo-email-checkout-network-partition\n target: email-pod-1\n - condition: Chaos Mesh NetworkChaos resource injects network partition affecting email and checkout pods\n effect: Checkout pods cannot receive connections\n source: otel-demo-email-checkout-network-partition\n target: checkout-pod-1\n - condition: Email pods cannot receive or respond to checkout requests due to network partition\n effect: Email service becomes unreachable from checkout service\n source: email-pod-1\n target: email-service-1\n - condition: Checkout service cannot connect to email service to send order confirmation emails\n effect: Checkout completes orders but experiences latency waiting for email service timeouts, no confirmation emails sent\n source: email-service-1\n target: checkout-service-1\nrecommended_actions:\n - solution:\n actions:\n - Identify and stop the network partition chaos experiment between email and checkout\n id: resolve_network_partition"}
{"id_aa": "it-bench-sre-public-scenario-91", "scenario_id": "Scenario-91", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nmetadata:\n version: \"v1\"\nalerts:\n - group_id: otel-demo-fraud-detection-kafka-network-partition\n id: KafkaConnectionClosureRate\n metadata:\n description: Fraud detection service experiencing high Kafka connection closure rate due to network partition\n - group_id: fraud-detection-service-1\n id: RequestErrorRate\n metadata:\n description: Fraud detection service unable to publish or consume messages from Kafka\naliases:\n - - fraud-detection-service-1\n - fraud-detection-pod-1\nfault:\n - category: Network\n condition: Chaos Mesh network partition blocking fraud-detection pods from reaching Kafka\n entity:\n group_id: otel-demo-fraud-detection-kafka-network-partition\n kind: NetworkChaos\n name: otel-demo-fraud-detection-kafka-network-partition\n fault_mechanism: network_partition\ngroups:\n - filter:\n - otel-demo-fraud-detection-kafka-network-partition\n id: otel-demo-fraud-detection-kafka-network-partition\n kind: NetworkChaos\n namespace: chaos-mesh\n root_cause: true\n - filter:\n - fraud-detection-.*\n id: fraud-detection-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - kafka-.*\n id: kafka-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - fraud-detection\\b\n id: fraud-detection-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - kafka\\b\n id: kafka-service-1\n kind: Service\n namespace: otel-demo\npropagations:\n - condition: Chaos Mesh NetworkChaos resource injects network partition affecting fraud-detection and kafka pods\n effect: Fraud detection pods cannot establish or maintain connections to Kafka\n source: otel-demo-fraud-detection-kafka-network-partition\n target: fraud-detection-pod-1\n - condition: Chaos Mesh NetworkChaos resource injects network partition affecting fraud-detection and kafka pods\n effect: Kafka pods cannot establish or maintain connections\n source: otel-demo-fraud-detection-kafka-network-partition\n target: kafka-pod-1\n - condition: Fraud detection pods cannot communicate with Kafka due to network partition\n effect: Fraud detection service cannot consume order events from Kafka or publish fraud analysis results\n source: fraud-detection-pod-1\n target: fraud-detection-service-1\n - condition: Network partition prevents fraud detection service from communicating with Kafka\n effect: Order fraud analysis pipeline is blocked, fraud checks not performed on new orders\n source: fraud-detection-service-1\n target: kafka-service-1\nrecommended_actions:\n - solution:\n actions:\n - Identify and resolve network partition between fraud-detection and Kafka pods\n - Verify network policies and connectivity between the services\n id: resolve_network_partition"}
{"id_aa": "it-bench-sre-public-scenario-102", "scenario_id": "Scenario-102", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\nfault:\n - entity:\n name: otel-demo-namespace-1\n group_id: otel-demo-namespace-1\n kind: Namespace\n condition: Memory quota imposed on namespace preventing pod scheduling\n category: custom\n fault_mechanism: resource_quota_enforcement\nalerts:\n - id: NoRequestsDetected\n group_id: ad-service-1\n metadata:\n description: Service ad in namespace otel-demo has 0 requests\n - id: RequestErrorRate\n group_id: frontend-service-1\n metadata:\n description: Request error rate in service frontend in namespace otel-demo is above 0\n - id: RequestErrorRate\n group_id: frontend-proxy-service-1\n metadata:\n description: Request error rate in service frontend-proxy in namespace otel-demo is above 0\ngroups:\n - id: otel-demo-namespace-1\n kind: Namespace\n filter:\n - otel-demo\n root_cause: true\n - id: ad-pod-1\n kind: Pod\n filter:\n - ad-.*\n namespace: otel-demo\n - id: ad-service-1\n kind: Service\n filter:\n - ad\\b\n namespace: otel-demo\n - id: ad-deployment-1\n kind: Deployment\n filter:\n - ad\\b\n namespace: otel-demo\n - id: ad-replicaset-1\n kind: ReplicaSet\n filter:\n - ad-.*\n namespace: otel-demo\n - id: frontend-service-1\n kind: Service\n filter:\n - frontend\\b\n namespace: otel-demo\n - id: frontend-pod-1\n kind: Pod\n filter:\n - frontend-.*\n namespace: otel-demo\n - id: frontend-proxy-service-1\n kind: Service\n filter:\n - frontend-proxy\\b\n namespace: otel-demo\n - id: frontend-proxy-pod-1\n kind: Pod\n filter:\n - frontend-proxy-.*\n namespace: otel-demo\n - id: flagd-service-1\n kind: Service\n filter:\n - flagd\\b\n namespace: otel-demo\n - id: flagd-pod-1\n kind: Pod\n filter:\n - flagd-.*\n namespace: otel-demo\naliases:\n - - ad-service-1\n - ad-pod-1\n - ad-deployment-1\n - ad-replicaset-1\n - - frontend-service-1\n - frontend-pod-1\n - - frontend-proxy-service-1\n - frontend-proxy-pod-1\npropagations:\n - source: otel-demo-namespace-1\n target: ad-deployment-1\n condition: Memory quota prevents new pod scheduling when deployment tries to scale up\n effect: Ad deployment unable to create new pods despite scale-up command\n - source: ad-deployment-1\n target: ad-replicaset-1\n condition: Deployment cannot create new ReplicaSet due to namespace memory constraints\n effect: Ad ReplicaSet shows 0/1 replicas created with FailedCreate condition\n - source: ad-replicaset-1\n target: ad-pod-1\n condition: ReplicaSet cannot schedule pods due to memory quota enforcement\n effect: Ad pods cannot be created, resulting in MinimumReplicasUnavailable\n - source: ad-pod-1\n target: ad-service-1\n condition: No healthy pods available to serve requests\n effect: Ad service becomes unavailable and receives no requests\n - source: ad-service-1\n target: frontend-service-1\n condition: Frontend cannot retrieve ads via gRPC call to ad service\n effect: Frontend service experiences request errors\n - source: frontend-service-1\n target: frontend-proxy-service-1\n condition: Frontend errors propagate to frontend-proxy due to service dependencies\n effect: Frontend-proxy service experiences request errors\nrecommended_actions:\n - solution:\n id: increase_memory_quota\n actions:\n - Evaluate current namespace memory usage and requirements\n - Increase memory quota on otel-demo namespace to accommodate all services"}
{"id_aa": "it-bench-sre-public-scenario-105", "scenario_id": "Scenario-105", "category": "sre", "source_split": "public", "scenario_root": "/home/user", "ground_truth_yaml": "---\napiVersion: itbench.io/v1\nkind: GroundTruth\nmetadata:\n name: scenario-105\nspec:\n alerts:\n - group_id: product-catalog-pod-1\n id: PodCrashLoopBackOff\n metadata:\n description: Product catalog pod is in CrashLoopBackOff state\n - group_id: checkout-service-1\n id: RequestErrorRate\n metadata:\n description: Checkout service experiencing connection failures to product-catalog\n - group_id: payment-service-1\n id: NoRequestsDetected\n metadata:\n description: Payment service receiving no requests - checkout flow blocked\n - group_id: shipping-service-1\n id: NoRequestsDetected\n metadata:\n description: Shipping service receiving no requests - checkout flow blocked\n - group_id: email-service-1\n id: NoRequestsDetected\n metadata:\n description: Email service receiving no requests - checkout flow blocked\n - group_id: currency-service-1\n id: NoRequestsDetected\n metadata:\n description: Currency service receiving no requests - checkout flow blocked\n - group_id: accounting-service-1\n id: NoRequestsDetected\n metadata:\n description: Accounting service receiving no requests - order processing blocked\n - group_id: fraud-detection-service-1\n id: NoRequestsDetected\n metadata:\n description: Fraud detection service receiving no requests - order processing blocked\n aliases:\n - - product-catalog-service-1\n - product-catalog-pod-1\n - - checkout-service-1\n - checkout-pod-1\n - - payment-service-1\n - payment-pod-1\n - - shipping-service-1\n - shipping-pod-1\n - - email-service-1\n - email-pod-1\n - - currency-service-1\n - currency-pod-1\n - - accounting-service-1\n - accounting-pod-1\n - - fraud-detection-service-1\n - fraud-detection-pod-1\n - - quote-service-1\n - quote-pod-1\n fault:\n - category: Infrastructure\n condition: Pod container in CrashLoopBackOff state due to invalid command\n entity:\n group_id: product-catalog-pod-1\n kind: Pod\n name: product-catalog-pod-1\n fault_mechanism: command_injection\n groups:\n - filter:\n - product-catalog-.*\n id: product-catalog-deployment\n kind: Deployment\n namespace: otel-demo\n root_cause: true\n - filter:\n - product-catalog-.*\n id: product-catalog-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - product-catalog\\b\n id: product-catalog-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - checkout\\b\n id: checkout-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - checkout-.*\n id: checkout-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - payment\\b\n id: payment-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - payment-.*\n id: payment-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - shipping\\b\n id: shipping-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - shipping-.*\n id: shipping-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - email\\b\n id: email-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - email-.*\n id: email-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - currency\\b\n id: currency-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - currency-.*\n id: currency-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - accounting\\b\n id: accounting-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - accounting-.*\n id: accounting-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - fraud-detection\\b\n id: fraud-detection-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - fraud-detection-.*\n id: fraud-detection-pod-1\n kind: Pod\n namespace: otel-demo\n - filter:\n - quote\\b\n id: quote-service-1\n kind: Service\n namespace: otel-demo\n - filter:\n - quote-.*\n id: quote-pod-1\n kind: Pod\n namespace: otel-demo\n propagations:\n - condition: Invalid command in deployment\n effect: Pod container fails to start due to invalid command\n source: product-catalog-deployment\n target: product-catalog-pod-1\n - condition: Pod container fails to start due to invalid command\n effect: Product catalog service becomes unavailable\n source: product-catalog-pod-1\n target: product-catalog-service-1\n - condition: Checkout service cannot validate products via product-catalog\n effect: Checkout operations fail early in the process\n source: product-catalog-service-1\n target: checkout-service-1\n - condition: Checkout process never reaches payment stage due to product validation failure\n effect: Payment service receives zero requests\n source: checkout-service-1\n target: payment-service-1\n - condition: Checkout process never reaches shipping stage due to product validation failure\n effect: Shipping service receives zero requests\n source: checkout-service-1\n target: shipping-service-1\n - condition: Checkout process never completes to send order confirmation emails\n effect: Email service receives zero requests\n source: checkout-service-1\n target: email-service-1\n - condition: Checkout process never reaches currency conversion stage\n effect: Currency service receives zero requests\n source: checkout-service-1\n target: currency-service-1\n - condition: No completed orders to process via Kafka queue\n effect: Accounting service receives zero order messages\n source: checkout-service-1\n target: accounting-service-1\n - condition: No completed orders to analyze via Kafka queue\n effect: Fraud detection service receives zero order messages\n source: checkout-service-1\n target: fraud-detection-service-1\n - condition: Shipping service not processing any requests\n effect: Quote service receives zero shipping quote requests\n source: shipping-service-1\n target: quote-service-1\n recommended_actions:\n - solution:\n actions:\n - Identify and correct the invalid command in product-catalog deployment\n id: fix_container_command"}