Skip to content

Commit

Permalink
chore(README): update link to BatchSpanProcessor in sdk node
Browse files Browse the repository at this point in the history
  • Loading branch information
pragmaticivan committed Jun 25, 2021
1 parent 6fb4fd1 commit d2e8b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-sdk-node/README.md
Expand Up @@ -126,7 +126,7 @@ Configure a custom sampler. By default all traces will be sampled.

### traceExporter

Configure a trace exporter. If an exporter OR span processor is not configured, the tracing SDK will not be initialized and registered. If an exporter is configured, it will be used with a [BatchSpanProcessor](../opentelemetry-tracing/src/export/BatchSpanProcessor.ts).
Configure a trace exporter. If an exporter OR span processor is not configured, the tracing SDK will not be initialized and registered. If an exporter is configured, it will be used with a [BatchSpanProcessor](../opentelemetry-tracing/src/platform/node/export/BatchSpanProcessor.ts).

### spanLimits

Expand Down

0 comments on commit d2e8b52

Please sign in to comment.