Skip to content

Commit cbb236d

Browse files
committed
fix(session-service-ts): fix instrumentation suppression
1 parent 78dfb4e commit cbb236d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.session.ts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
# OpenTelemetry
99
- NODE_OPTIONS=--require @opentelemetry/auto-instrumentations-node/register
1010
- OTEL_SERVICE_NAME=session-service
11-
- OTEL_NODE_DISABLED_INSTRUMENTATIONS="fs" # Produces too many spans
11+
- OTEL_NODE_DISABLED_INSTRUMENTATIONS=fs # Produces too many spans
1212
- OTEL_EXPORTER_OTLP_ENDPOINT=http://collector:4317
1313
- OTEL_EXPORTER_OTLP_PROTOCOL=grpc
1414
ports:

0 commit comments

Comments
 (0)