[loadgenerator] - rewrite for new frontend and feature flags#290
Merged
Conversation
Member
|
Suggesting an update for the commit message: |
Member
|
When running the updated loadgen, I can see the following in the log: |
Member
After building with --no-cache option the error is gone. Loadgen seems to be running fine now. |
mviitane
approved these changes
Aug 15, 2022
Contributor
|
confirmed -- this seems to work well for me too! |
Contributor
|
@puckpuck update (🙄) & merge at your leisure 🏎 |
Contributor
|
Working well here too 👍 |
mic-max
approved these changes
Aug 16, 2022
jmichalak9
pushed a commit
to jmichalak9/opentelemetry-demo
that referenced
this pull request
Mar 22, 2024
…lemetry#290) * loadgenerator rewrite * remove set_currency from load generator * add multi item checkout
mohamed3637
added a commit
to mohamed3637/opentelemetry-demo
that referenced
this pull request
Oct 7, 2025
…lemetry#290) * loadgenerator rewrite * remove set_currency from load generator * add multi item checkout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
A major rewrite of the load generator to incorporate 3 big changes
@taskannotationsThe recently updated frontend service meant some changes to the load generator. Namely, there is no more
set_currencyload since that route no longer exists. Thecartandcheckoutloads were updated to match what the new frontend service has in place.CHANGELOG.mdupdated for non-trivial changes