feat(*): OpenTelemetry traces

Fixes #6149
This commit is contained in:
Loïc Mathieu
2024-10-01 17:37:00 +02:00
parent 33308c49c8
commit e87b97a2e1
28 changed files with 903 additions and 297 deletions

View File

@@ -21,4 +21,15 @@ services:
POSTGRES_PASSWORD: k3str4
ports:
- 5432:5432
restart: on-failure
restart: on-failure
# jaeger-all-in-one:
# image: jaegertracing/all-in-one:latest
# ports:
# - "16686:16686" # Jaeger UI
# - "14268:14268" # Receive legacy OpenTracing traces, optional
# - "4317:4317" # OTLP gRPC receiver
# - "4318:4318" # OTLP HTTP receiver
# - "14250:14250" # Receive from external otel-collector, optional
# environment:
# - COLLECTOR_OTLP_ENABLED=true