fix(infra): correct Traefik OTLP tracing flags

This commit is contained in:
asepharyana
2026-07-22 18:16:18 +07:00
parent 362e9f4115
commit 46314e6d38
+3 -5
View File
@@ -50,11 +50,9 @@ services:
- '--experimental.plugins.blockpath.moduleName=github.com/traefik/plugin-blockpath'
- '--experimental.plugins.blockpath.version=v0.2.1'
- '--ping=true'
- '--tracing.otel=true'
- '--tracing.otel.address=otel-collector:4318'
- '--tracing.otel.insecure=true'
- '--tracing.otel.grpc=false'
- '--tracing.serviceName=traefik'
- '--tracing.otlp=true'
- '--tracing.otlp.http=true'
- '--tracing.otlp.http.endpoint=http://otel-collector:4318'
healthcheck:
test: ['CMD', 'wget', '--spider', 'http://localhost:8080/ping']
interval: 30s