From cebedf18c4ca2ea72b55003c8e8d106eef7f00c0 Mon Sep 17 00:00:00 2001 From: "Pal K. Klucsik" Date: Wed, 15 May 2024 10:43:01 +0200 Subject: [PATCH] [demo docs] Add imageSlowLoad featureflag description (#4483) Co-authored-by: Severin Neumann Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> --- content/en/docs/demo/feature-flags.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/demo/feature-flags.md b/content/en/docs/demo/feature-flags.md index e41cc68e7273..f7a798f4b625 100644 --- a/content/en/docs/demo/feature-flags.md +++ b/content/en/docs/demo/feature-flags.md @@ -25,6 +25,7 @@ change the `defaultVariant` value in the config file for a given flag to "on". | `paymentServiceUnreachable` | Checkout Service | Use a bad address when calling the PaymentService to make it seem like the PaymentService is unavailable. | | `loadgeneratorFloodHomepage` | Loadgenerator | Start flooding the homepage with a huge amount of requests, configurable by changing flagd JSON on state. | | `kafkaQueueProblems` | Kafka | Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike. | +| `imageSlowLoad` | Frontend | Utilizes envoy fault injection, produces a delay in loading of product images in the frontend. | ## Feature Flag Architecture