-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo Docs: Update the name of recommendation cache feature flag #4159
Conversation
The name of the feature-flag for introducing the memory leak is actually `recommendationServiceCacheFailure`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @cthain!
No worries. Before this gets merged, do you have any input on my comment about the feature flags when running in kube: open-telemetry/opentelemetry-demo#1343 (comment)? I'm happy to augment this PR with k8s-specific info if you think that would be helpful. It might also be helpful to harmonize on the flag names, since they are currently named differently in the json file (docker compose) vs the ffspostgres (k8s) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
final whitespace changes
/fix:all |
You triggered fix:all action run at https://github.com/open-telemetry/opentelemetry.io/actions/runs/8308575573 |
This PR updates the demo docs to reference the correct name of the feature flag for the recommendation service cache failure. It's not a significant change but brings the docs in line with the flag name in the
demo.flagd.json
file.