You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`adServiceFailure`| Ad Service| Generate an error for `GetAds` 1/10th of the time |
37
-
|`adServiceManualGc`| Ad Service| Trigger full manual garbage collections in the ad service |
38
-
|`adServiceHighCpu`| Ad Service| Trigger high cpu load in the ad service. If you want to demo cpu throttling, set cpu resource limits |
39
-
|`cartServiceFailure`| Cart Service| Generate an error whenever `EmptyCart` is called |
40
-
|`productCatalogFailure`| Product Catalog | Generate an error for `GetProduct` requests with product ID: `OLJCESPC7Z`|
41
-
|`recommendationServiceCacheFailure`| Recommendation | Create a memory leak due to an exponentially growing cache. 1.4x growth, 50% of requests trigger growth. |
42
-
|`paymentServiceFailure`| Payment Service| Generate an error when calling the `charge` method. |
43
-
|`paymentServiceUnreachable`| Checkout Service| Use a bad address when calling the PaymentService to make it seem like the PaymentService is unavailable. |
44
-
|`loadgeneratorFloodHomepage`|Loadgenerator | Start flooding the homepage with a huge amount of requests, configurable by changing flagd JSON on state. |
45
-
|`kafkaQueueProblems`| Kafka | Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike. |
46
-
|`imageSlowLoad`| Frontend | Utilizes envoy fault injection, produces a delay in loading of product images in the frontend. |
|`adServiceFailure`| Ad | Generate an error for `GetAds` 1/10th of the time |
37
+
|`adServiceManualGc`| Ad | Trigger full manual garbage collections in the ad service |
38
+
|`adServiceHighCpu`| Ad | Trigger high cpu load in the ad service. If you want to demo cpu throttling, set cpu resource limits |
39
+
|`cartServiceFailure`| Cart | Generate an error whenever `EmptyCart` is called |
40
+
|`productCatalogFailure`| Product Catalog | Generate an error for `GetProduct` requests with product ID: `OLJCESPC7Z`|
41
+
|`recommendationServiceCacheFailure`| Recommendation | Create a memory leak due to an exponentially growing cache. 1.4x growth, 50% of requests trigger growth. |
42
+
|`paymentServiceFailure`| Payment | Generate an error when calling the `charge` method. |
43
+
|`paymentServiceUnreachable`| Checkout | Use a bad address when calling the PaymentService to make it seem like the PaymentService is unavailable. |
44
+
|`loadgeneratorFloodHomepage`|Load Generator| Start flooding the homepage with a huge amount of requests, configurable by changing flagd JSON on state. |
45
+
|`kafkaQueueProblems`| Kafka | Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike. |
46
+
|`imageSlowLoad`| Frontend | Utilizes envoy fault injection, produces a delay in loading of product images in the frontend. |
0 commit comments