We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecbfec commit 3ea41b5Copy full SHA for 3ea41b5
services/simcore/docker-compose.deploy.master.yml
@@ -48,10 +48,11 @@ services:
48
- "--providers.swarm.refreshSeconds=1"
49
- "--providers.swarm.exposedByDefault=false"
50
- "--providers.swarm.constraints=Label(`io.simcore.zone`, `${TRAEFIK_SIMCORE_ZONE}`)"
51
- - "--tracing=true"
52
- - "--tracing.addinternals"
53
- - "--tracing.otlp=true"
54
- - "--tracing.otlp.http=true"
+ #- "--tracing=true"
+ #- "--tracing.addinternals"
+ #- "--tracing.otlp=true"
+ #- "--tracing.otlp.http=true"
55
+ - "--tracing.otlp.http.endpoint=https://otel-collector:4318/v1/traces"
56
deploy:
57
resources:
58
limits:
0 commit comments