Skip to content

Commit 9e04975

Browse files
committed
Dont sample internals in simcore-traefik telemetry
1 parent c770b72 commit 9e04975

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ services:
5858
- "--providers.swarm.constraints=Label(`io.simcore.zone`, `${TRAEFIK_SIMCORE_ZONE}`)"
5959
- "--tracing.serviceName=simcore-traefik"
6060
- "--tracing.otlp.http.endpoint=http://otel-collector:4318/v1/traces"
61+
- "--tracing.addinternals=false"
6162
deploy:
6263
resources:
6364
limits:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ services:
5353
- "--providers.swarm.constraints=Label(`io.simcore.zone`, `${TRAEFIK_SIMCORE_ZONE}`)"
5454
- "--tracing.serviceName=simcore-traefik"
5555
- "--tracing.otlp.http.endpoint=http://otel-collector:4318/v1/traces"
56+
- "--tracing.addinternals=false"
5657
deploy:
5758
resources:
5859
limits:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ services:
110110
- "--providers.swarm.constraints=Label(`io.simcore.zone`, `${TRAEFIK_SIMCORE_ZONE}`)"
111111
- "--tracing.serviceName=simcore-traefik"
112112
- "--tracing.otlp.http.endpoint=http://otel-collector:4318/v1/traces"
113+
- "--tracing.addinternals=false"
113114
deploy:
114115
labels:
115116
# oSparc postgres

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ services:
5151
- "--providers.swarm.constraints=Label(`io.simcore.zone`, `${TRAEFIK_SIMCORE_ZONE}`)"
5252
- "--tracing.serviceName=simcore-traefik"
5353
- "--tracing.otlp.http.endpoint=http://otel-collector:4318/v1/traces"
54+
- "--tracing.addinternals=false"
5455
deploy:
5556
resources:
5657
limits:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ services:
4747
- "--providers.swarm.constraints=Label(`io.simcore.zone`, `${TRAEFIK_SIMCORE_ZONE}`)"
4848
- "--tracing.serviceName=simcore-traefik"
4949
- "--tracing.otlp.http.endpoint=http://otel-collector:4318/v1/traces"
50+
- "--tracing.addinternals=false"
5051
deploy:
5152
labels:
5253
- prometheus-job=traefik_simcore_production

0 commit comments

Comments
 (0)