Skip to content
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

(instrument)(carts) create a degraded version of cart service #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ksatchit
Copy link

@ksatchit ksatchit commented Oct 23, 2022

Signed-off-by: ksatchit [email protected]

Background

The loadgenerator performs multiple requests against the cart service - such as adding to cart, & viewing it .

We want to simulate a degradation in the metrics returned by the loadgen and the frontend service due to a non-performant/erroneous carts.

Hence, a sleep of 1000ms has been added to the the individual cart functions.

The image generated from this instrumented carts will be used to demonstrate the efficacy of chaos tests on boutique and subsequent rollback triggered by it.

Fixes

Change Summary

Additional Notes

Testing Procedure

Related PRs or Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant