Skip to content

Commit

Permalink
Updated .net dependencies [loadgenerator] run load through frontend p…
Browse files Browse the repository at this point in the history
…roxy (Envoy) (open-telemetry#914)

Co-authored-by: Austin Parker <austin@ap2.io>
  • Loading branch information
austinlparker authored and trask committed Jun 8, 2023
1 parent b099531 commit 9941290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ FRONTEND_ADDR=frontend:${FRONTEND_PORT}
# Frontend Proxy (Envoy)
FRONTEND_HOST=frontend
ENVOY_PORT=8080
FRONTEND_PROXY_ADDR=frontend-proxy:${ENVOY_PORT}

# Load Generator
LOCUST_WEB_PORT=8089
LOCUST_USERS=10
LOCUST_HOST=http://${FRONTEND_ADDR}
LOCUST_HOST=http://${FRONTEND_PROXY_ADDR}
LOCUST_WEB_HOST=loadgenerator
LOCUST_AUTOSTART=true
LOCUST_HEADLESS=false
Expand Down

0 comments on commit 9941290

Please sign in to comment.