We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78dfb4e commit cbb236dCopy full SHA for cbb236d
compose.session.ts.yaml
@@ -8,7 +8,7 @@ services:
8
# OpenTelemetry
9
- NODE_OPTIONS=--require @opentelemetry/auto-instrumentations-node/register
10
- OTEL_SERVICE_NAME=session-service
11
- - OTEL_NODE_DISABLED_INSTRUMENTATIONS="fs" # Produces too many spans
+ - OTEL_NODE_DISABLED_INSTRUMENTATIONS=fs # Produces too many spans
12
- OTEL_EXPORTER_OTLP_ENDPOINT=http://collector:4317
13
- OTEL_EXPORTER_OTLP_PROTOCOL=grpc
14
ports:
0 commit comments