From c9c15038baf1996040f8614bec86c1d55c2fe8e5 Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:01:19 -0700 Subject: [PATCH] docs: update variable name in documentation (#5270) Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com> --- sdk/internal/env/env.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/internal/env/env.go b/sdk/internal/env/env.go index 7eaa07696..07923ed8d 100644 --- a/sdk/internal/env/env.go +++ b/sdk/internal/env/env.go @@ -22,7 +22,7 @@ const ( BatchSpanProcessorMaxQueueSizeKey = "OTEL_BSP_MAX_QUEUE_SIZE" // BatchSpanProcessorMaxExportBatchSizeKey is the maximum batch size (i.e. // 512). Note: it must be less than or equal to - // EnvBatchSpanProcessorMaxQueueSize. + // BatchSpanProcessorMaxQueueSize. BatchSpanProcessorMaxExportBatchSizeKey = "OTEL_BSP_MAX_EXPORT_BATCH_SIZE" // AttributeValueLengthKey is the maximum allowed attribute value size.