feat: enhance observability with dynamic links, Docker API integration, and health checks
This commit is contained in:
@@ -50,10 +50,10 @@ services:
|
||||
- '--experimental.plugins.blockpath.moduleName=github.com/traefik/plugin-blockpath'
|
||||
- '--experimental.plugins.blockpath.version=v0.2.1'
|
||||
- '--ping=true'
|
||||
- '--tracing.openTelemetry=true'
|
||||
- '--tracing.openTelemetry.address=otel-collector:4318'
|
||||
- '--tracing.openTelemetry.insecure=true'
|
||||
- '--tracing.openTelemetry.grpc=false'
|
||||
- '--tracing.otel=true'
|
||||
- '--tracing.otel.address=otel-collector:4318'
|
||||
- '--tracing.otel.insecure=true'
|
||||
- '--tracing.otel.grpc=false'
|
||||
- '--tracing.serviceName=traefik'
|
||||
healthcheck:
|
||||
test: ['CMD', 'wget', '--spider', 'http://localhost:8080/ping']
|
||||
|
||||
Reference in New Issue
Block a user