Skip to content

Commit d434f84

Browse files
docs: fix sdk-node config instructions (#4249)
Co-authored-by: Marc Pichler <[email protected]>
1 parent cd232cd commit d434f84

File tree

1 file changed

+1
-1
lines changed
  • experimental/packages/opentelemetry-sdk-node

1 file changed

+1
-1
lines changed

experimental/packages/opentelemetry-sdk-node/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const jaegerExporter = new JaegerExporter();
5050
const prometheusExporter = new PrometheusExporter({ startServer: true });
5151

5252
const sdk = new opentelemetry.NodeSDK({
53-
// Optional - if omitted, the tracing SDK will not be initialized
53+
// Optional - if omitted, the tracing SDK will be initialized from environment variables
5454
traceExporter: jaegerExporter,
5555
// Optional - If omitted, the metrics SDK will not be initialized
5656
metricReader: prometheusExporter,

0 commit comments

Comments
 (0)