Skip to content

Commit

Permalink
Merge branch 'main' into kubernetes-make-http-receiver-accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
puckpuck authored Jun 5, 2023
2 parents 92cb481 + 708388d commit ae9511e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ release.
([#903](https://github.com/open-telemetry/opentelemetry-demo/pull/903))
* Regenerate kubernetes manifest and add auto-generate comment
([#909](https://github.com/open-telemetry/opentelemetry-demo/pull/909))
* [loadgenerator] fix redirect on recommendations load
([#913](https://github.com/open-telemetry/opentelemetry-demo/pull/913))

## 1.4.0

Expand Down
2 changes: 1 addition & 1 deletion src/loadgenerator/locustfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def get_recommendations(self):
params = {
"productIds": [random.choice(products)],
}
self.client.get("/api/recommendations/", params=params)
self.client.get("/api/recommendations", params=params)

@task(3)
def get_ads(self):
Expand Down

0 comments on commit ae9511e

Please sign in to comment.