File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ LOCUST_HOST=http://${FRONTEND_PROXY_ADDR}
67
67
LOCUST_WEB_HOST = loadgenerator
68
68
LOCUST_AUTOSTART = true
69
69
LOCUST_HEADLESS = false
70
+ LOCUST_BROWSER_TRAFFIC_ENABLED = false
70
71
71
72
# Payment Service
72
73
PAYMENT_SERVICE_PORT = 50051
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ services:
371
371
deploy :
372
372
resources :
373
373
limits :
374
- memory : 120M
374
+ memory : 1G
375
375
restart : unless-stopped
376
376
ports :
377
377
- " ${LOCUST_WEB_PORT}"
@@ -381,6 +381,7 @@ services:
381
381
- LOCUST_HOST
382
382
- LOCUST_HEADLESS
383
383
- LOCUST_AUTOSTART
384
+ - LOCUST_BROWSER_TRAFFIC_ENABLED
384
385
- OTEL_EXPORTER_OTLP_ENDPOINT
385
386
- OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE
386
387
- OTEL_RESOURCE_ATTRIBUTES
Original file line number Diff line number Diff line change @@ -10041,6 +10041,8 @@ spec:
10041
10041
value : " false"
10042
10042
- name : LOCUST_AUTOSTART
10043
10043
value : " true"
10044
+ - name : LOCUST_BROWSER_TRAFFIC_ENABLED
10045
+ value : " false"
10044
10046
- name : PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION
10045
10047
value : python
10046
10048
- name : OTEL_EXPORTER_OTLP_ENDPOINT
@@ -10049,7 +10051,7 @@ spec:
10049
10051
value : service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
10050
10052
resources :
10051
10053
limits :
10052
- memory : 120Mi
10054
+ memory : 1Gi
10053
10055
---
10054
10056
# Source: opentelemetry-demo/templates/component.yaml
10055
10057
apiVersion : apps/v1
You can’t perform that action at this time.
0 commit comments