@@ -38,7 +38,7 @@ services:
38
38
- OTEL_RESOURCE_ATTRIBUTES
39
39
- OTEL_SERVICE_NAME=accounting
40
40
depends_on :
41
- otelcol :
41
+ otel-collector :
42
42
condition : service_started
43
43
kafka :
44
44
condition : service_healthy
@@ -72,7 +72,7 @@ services:
72
72
- OTEL_LOGS_EXPORTER=otlp
73
73
- OTEL_SERVICE_NAME=ad
74
74
depends_on :
75
- otelcol :
75
+ otel-collector :
76
76
condition : service_started
77
77
flagd :
78
78
condition : service_started
@@ -106,7 +106,7 @@ services:
106
106
depends_on :
107
107
valkey-cart :
108
108
condition : service_started
109
- otelcol :
109
+ otel-collector :
110
110
condition : service_started
111
111
flagd :
112
112
condition : service_started
@@ -156,7 +156,7 @@ services:
156
156
condition : service_started
157
157
shippingservice :
158
158
condition : service_started
159
- otelcol :
159
+ otel-collector :
160
160
condition : service_started
161
161
kafka :
162
162
condition : service_healthy
@@ -188,7 +188,7 @@ services:
188
188
- OTEL_EXPORTER_OTLP_ENDPOINT
189
189
- OTEL_RESOURCE_ATTRIBUTES=${OTEL_RESOURCE_ATTRIBUTES},service.name=currencyservice # The C++ SDK does not support OTEL_SERVICE_NAME
190
190
depends_on :
191
- otelcol :
191
+ otel-collector :
192
192
condition : service_started
193
193
logging : *logging
194
194
@@ -215,7 +215,7 @@ services:
215
215
- OTEL_RESOURCE_ATTRIBUTES
216
216
- OTEL_SERVICE_NAME=emailservice
217
217
depends_on :
218
- otelcol :
218
+ otel-collector :
219
219
condition : service_started
220
220
logging : *logging
221
221
@@ -246,7 +246,7 @@ services:
246
246
- OTEL_RESOURCE_ATTRIBUTES
247
247
- OTEL_SERVICE_NAME=frauddetectionservice
248
248
depends_on :
249
- otelcol :
249
+ otel-collector :
250
250
condition : service_started
251
251
kafka :
252
252
condition : service_healthy
@@ -305,7 +305,7 @@ services:
305
305
condition : service_started
306
306
shippingservice :
307
307
condition : service_started
308
- otelcol :
308
+ otel-collector :
309
309
condition : service_started
310
310
imageprovider :
311
311
condition : service_started
@@ -384,7 +384,7 @@ services:
384
384
- OTEL_SERVICE_NAME=imageprovider
385
385
- OTEL_RESOURCE_ATTRIBUTES
386
386
depends_on :
387
- otelcol :
387
+ otel-collector :
388
388
condition : service_started
389
389
logging : *logging
390
390
@@ -451,7 +451,7 @@ services:
451
451
- OTEL_RESOURCE_ATTRIBUTES
452
452
- OTEL_SERVICE_NAME=paymentservice
453
453
depends_on :
454
- otelcol :
454
+ otel-collector :
455
455
condition : service_started
456
456
flagd :
457
457
condition : service_started
@@ -482,7 +482,7 @@ services:
482
482
- OTEL_RESOURCE_ATTRIBUTES
483
483
- OTEL_SERVICE_NAME=productcatalogservice
484
484
depends_on :
485
- otelcol :
485
+ otel-collector :
486
486
condition : service_started
487
487
flagd :
488
488
condition : service_started
@@ -512,7 +512,7 @@ services:
512
512
- OTEL_SERVICE_NAME=quoteservice
513
513
- OTEL_PHP_INTERNAL_METRICS_ENABLED=true
514
514
depends_on :
515
- otelcol :
515
+ otel-collector :
516
516
condition : service_started
517
517
logging : *logging
518
518
@@ -546,7 +546,7 @@ services:
546
546
depends_on :
547
547
productcatalogservice :
548
548
condition : service_started
549
- otelcol :
549
+ otel-collector :
550
550
condition : service_started
551
551
flagd :
552
552
condition : service_started
@@ -575,7 +575,7 @@ services:
575
575
- OTEL_RESOURCE_ATTRIBUTES
576
576
- OTEL_SERVICE_NAME=shippingservice
577
577
depends_on :
578
- otelcol :
578
+ otel-collector :
579
579
condition : service_started
580
580
logging : *logging
581
581
@@ -628,7 +628,7 @@ services:
628
628
ports :
629
629
- " ${FLAGD_UI_PORT}"
630
630
depends_on :
631
- otelcol :
631
+ otel-collector :
632
632
condition : service_started
633
633
flagd :
634
634
condition : service_started
@@ -689,15 +689,15 @@ services:
689
689
image : ${JAEGERTRACING_IMAGE}
690
690
container_name : jaeger
691
691
command :
692
- - " --memory.max-traces=5000 "
692
+ - " --memory.max-traces=25000 "
693
693
- " --query.base-path=/jaeger/ui"
694
694
- " --prometheus.server-url=http://${PROMETHEUS_ADDR}"
695
695
- " --prometheus.query.normalize-calls=true"
696
696
- " --prometheus.query.normalize-duration=true"
697
697
deploy :
698
698
resources :
699
699
limits :
700
- memory : 400M
700
+ memory : 1200M
701
701
restart : unless-stopped
702
702
ports :
703
703
- " ${JAEGER_SERVICE_PORT}" # Jaeger UI
@@ -725,9 +725,9 @@ services:
725
725
logging : *logging
726
726
727
727
# OpenTelemetry Collector
728
- otelcol :
728
+ otel-collector :
729
729
image : ${COLLECTOR_CONTRIB_IMAGE}
730
- container_name : otel-col
730
+ container_name : otel-collector
731
731
deploy :
732
732
resources :
733
733
limits :
0 commit comments