From ed8c1ab7414b148c8aa7811caaf0e131d376f759 Mon Sep 17 00:00:00 2001 From: Ivan Santos Date: Fri, 25 Jun 2021 14:43:15 -0500 Subject: [PATCH] chore(README): update link to BatchSpanProcessor in sdk node (#2300) Co-authored-by: Bartlomiej Obecny --- packages/opentelemetry-sdk-node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opentelemetry-sdk-node/README.md b/packages/opentelemetry-sdk-node/README.md index e9c57e0332..312181551c 100644 --- a/packages/opentelemetry-sdk-node/README.md +++ b/packages/opentelemetry-sdk-node/README.md @@ -124,7 +124,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