Skip to content

Commit

Permalink
Merge 42bb776 into 95471d1
Browse files Browse the repository at this point in the history
  • Loading branch information
edosrecki authored Nov 5, 2023
2 parents 95471d1 + 42bb776 commit 765f149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/packages/opentelemetry-sdk-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const jaegerExporter = new JaegerExporter();
const prometheusExporter = new PrometheusExporter({ startServer: true });

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

0 comments on commit 765f149

Please sign in to comment.