hellgate/compose.tracing.yaml
Артем 42af922405
OPS-375: Add change body event (#102)
* added draft impl

* added tests

* fixed tests

* added review changes

* moved on damsel master

* fixed

* OPS-378: Implements payment amount adjustment  (#104)

* Adds tracing to invoice tests
* Adds cashflow amount change test

---------

Co-authored-by: Aleksey Kashapov <nanodirijabl@gmail.com>
2023-11-17 09:56:13 +03:00

43 lines
962 B
YAML

services:
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
testrunner:
environment:
<<: *otlp_enabled
OTEL_SERVICE_NAME: hellgate_testrunner
OTEL_TRACES_SAMPLER: parentbased_always_on
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