fix(infra): correct Traefik OTLP tracing flags
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user