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

Mvp demo #1197

Closed
wants to merge 5 commits into from
Closed

Mvp demo #1197

wants to merge 5 commits into from

Conversation

rkothari007
Copy link

Changes

MVP Demo related changes

This demo does the following:
1. Loadgenerator doesn't complete the checkout if the latency from
   adding items to the cart is more than a second. The bulk of this
   latency comes from fetching the item from the product catalog. We
   have configured the delay to be high for a specific item. This
   results in order drop by 10%, because this is one of the 10 item that
   is randomly picked.
2. Added a flag to control if productcatalog service should add a delay
   of 1 second to the item.
3. Feature flag for the "productCatalogTimeout" can be toggled on/off.

Merge Requirements

For new features contributions please make sure you have completed the following
essential items:

  • CHANGELOG.md updated to document new feature additions
  • Appropriate documentation updates in the docs
  • Appropriate Helm chart updates in the helm-charts

Maintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.

codesee-maps[bot] and others added 5 commits June 17, 2023 17:48
This demo does the following:
1. Loadgenerator doesn't complete the checkout if the latency from
   adding items to the cart is more than a second. The bulk of this
   latency comes from fetching the item from the product catalog. We
   have configured the delay to be high for a specific item. This
   results in order drop by 10%, because this is one of the 10 item that
   is randomly picked.
2. Added a flag to control if productcatalog service should add a delay
   of 1 second to the item.
3. Feature flag for the "productCatalogTimeout" can be toggled on/off.
This demo does the following:
1. Loadgenerator doesn't complete the checkout if the latency from
   adding items to the cart is more than a second. The bulk of this
   latency comes from fetching the item from the product catalog. We
   have configured the delay to be high for a specific item. This
   results in order drop by 10%, because this is one of the 10 item that
   is randomly picked.
2. Added a flag to control if productcatalog service should add a delay
   of 1 second to the item.
3. Feature flag for the "productCatalogTimeout" can be toggled on/off.
@rkothari007 rkothari007 requested a review from a team October 26, 2023 22:59
@linux-foundation-easycla
Copy link

CLA Not Signed

@austinlparker
Copy link
Member

Duplicate PR, closing

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.

2 participants