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
  • Loading branch information
MoZhonghua committed Apr 8, 2024
1 parent 2596ca0 commit 5423d20
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
depends_on:
frontend:
condition: service_started
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
depends_on:
frontend:
condition: service_started
Expand Down

0 comments on commit 5423d20

Please sign in to comment.