Skip to content

Commit

Permalink
[loadgenerator] start locust with host "0.0.0.0" (open-telemetry#1437) (
Browse files Browse the repository at this point in the history
open-telemetry#1509)

Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
  • Loading branch information
2 people authored and AlexPSplunk committed Jul 10, 2024
1 parent 9833348 commit 406a492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ services:
- OTEL_RESOURCE_ATTRIBUTES
- OTEL_SERVICE_NAME=loadgenerator
- PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
- LOCUST_WEB_HOST=0.0.0.0
- FLAGD_HOST
- FLAGD_PORT
depends_on:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ services:
- OTEL_RESOURCE_ATTRIBUTES
- OTEL_SERVICE_NAME=loadgenerator
- PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
- LOCUST_WEB_HOST=0.0.0.0
- FLAGD_HOST
- FLAGD_PORT
depends_on:
Expand Down

0 comments on commit 406a492

Please sign in to comment.