2023-10-26 10:46:33 +00:00
|
|
|
services:
|
|
|
|
|
2024-05-28 13:10:46 +00:00
|
|
|
dominant:
|
|
|
|
environment: &otlp_enabled
|
|
|
|
OTEL_TRACES_EXPORTER: otlp
|
|
|
|
OTEL_TRACES_SAMPLER: parentbased_always_off
|
|
|
|
OTEL_EXPORTER_OTLP_PROTOCOL: http_protobuf
|
|
|
|
OTEL_EXPORTER_OTLP_ENDPOINT: http://jaeger:4318
|
|
|
|
|
|
|
|
bender:
|
|
|
|
environment: *otlp_enabled
|
|
|
|
|
|
|
|
limiter:
|
|
|
|
environment: *otlp_enabled
|
|
|
|
|
|
|
|
party-management:
|
|
|
|
environment: *otlp_enabled
|
|
|
|
|
|
|
|
machinegun:
|
|
|
|
environment: *otlp_enabled
|
|
|
|
|
2023-10-26 10:46:33 +00:00
|
|
|
testrunner:
|
2024-05-28 13:10:46 +00:00
|
|
|
environment:
|
|
|
|
<<: *otlp_enabled
|
|
|
|
OTEL_SERVICE_NAME: hellgate_testrunner
|
|
|
|
OTEL_TRACES_SAMPLER: parentbased_always_on
|
2023-10-26 10:46:33 +00:00
|
|
|
depends_on:
|
|
|
|
jaeger:
|
|
|
|
condition: service_healthy
|
|
|
|
|
|
|
|
jaeger:
|
|
|
|
image: jaegertracing/all-in-one:1.47
|
|
|
|
environment:
|
|
|
|
- COLLECTOR_OTLP_ENABLED=true
|
|
|
|
healthcheck:
|
|
|
|
test: "/go/bin/all-in-one-linux status"
|
|
|
|
interval: 2s
|
|
|
|
timeout: 1s
|
|
|
|
retries: 20
|
|
|
|
ports:
|
|
|
|
- 4317:4317 # OTLP gRPC receiver
|
|
|
|
- 4318:4318 # OTLP http receiver
|
|
|
|
- 5778:5778
|
|
|
|
- 14250:14250
|
|
|
|
- 16686:16686
|