Skip to content

Commit 3ea41b5

Browse files
committed
Experimental: Try to add tracing to simcore-traefik on master
1 parent 5ecbfec commit 3ea41b5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

services/simcore/docker-compose.deploy.master.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ services:
4848
- "--providers.swarm.refreshSeconds=1"
4949
- "--providers.swarm.exposedByDefault=false"
5050
- "--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"
51+
#- "--tracing=true"
52+
#- "--tracing.addinternals"
53+
#- "--tracing.otlp=true"
54+
#- "--tracing.otlp.http=true"
55+
- "--tracing.otlp.http.endpoint=https://otel-collector:4318/v1/traces"
5556
deploy:
5657
resources:
5758
limits:

0 commit comments

Comments
 (0)