From 444f4c9e4e17d84c66db7943697a1b6c678df662 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Thu, 4 Apr 2024 16:11:06 +0200 Subject: [PATCH] Replace recommendationCache for recommendationServiceCacheFailure (#4249) --- content/en/docs/demo/scenarios/recommendation-cache/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/docs/demo/scenarios/recommendation-cache/index.md b/content/en/docs/demo/scenarios/recommendation-cache/index.md index 881a19916d3..4db3ba63386 100644 --- a/content/en/docs/demo/scenarios/recommendation-cache/index.md +++ b/content/en/docs/demo/scenarios/recommendation-cache/index.md @@ -12,8 +12,9 @@ traces to determine the cause of a memory leak. ## Setup To run this scenario, you will need to deploy the demo application and enable -the `recommendationCache` feature flag. Let the application run for about 10 -minutes or so after enabling the feature flag to allow for data to populate. +the `recommendationServiceCacheFailure` feature flag. Let the application run +for about 10 minutes or so after enabling the feature flag to allow for data to +populate. ## Diagnosis