From a7e02af8b0fabfcd5e5e86bd2c892cde94047764 Mon Sep 17 00:00:00 2001 From: KJ <38991076+KJ1010G@users.noreply.github.com> Date: Thu, 27 Jun 2024 00:07:34 +0530 Subject: [PATCH] Hot rod load command fix (#5352) * fix: added user_count and spawn_rate options to hotRod load data command * fix: removed locust_count and hatch_rate options * fix: updated user_count and spawn_rate values to the default values used in other places --------- Co-authored-by: Prashant Shahi --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6123bd747b..cc1c4399d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -347,7 +347,7 @@ curl -sL https://github.com/SigNoz/signoz/raw/develop/sample-apps/hotrod/hotrod- ```bash kubectl -n sample-application run strzal --image=djbingham/curl \ --restart='OnFailure' -i --tty --rm --command -- curl -X POST -F \ - 'locust_count=6' -F 'hatch_rate=2' http://locust-master:8089/swarm + 'user_count=6' -F 'spawn_rate=2' http://locust-master:8089/swarm ``` **5.1.3 To stop the load generation:**