From c46f75bb29be292782fd2334a28da0b1097e99c2 Mon Sep 17 00:00:00 2001 From: Joey Zhao <5253430+joeyzhao2018@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:55:44 -0500 Subject: [PATCH] wording --- pkg/serverless/invocationlifecycle/trace.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/serverless/invocationlifecycle/trace.go b/pkg/serverless/invocationlifecycle/trace.go index ba2d9697a10a9..66687bc3934e4 100644 --- a/pkg/serverless/invocationlifecycle/trace.go +++ b/pkg/serverless/invocationlifecycle/trace.go @@ -132,7 +132,7 @@ func (lp *LifecycleProcessor) endExecutionSpan(endDetails *InvocationEndDetails) } if len(executionSpan.Meta) > 1000 { - log.Warn("The number of span tags for the aws.lambda span is over 1000. This may cause unexpected behaviours such as missing spans. Please consider setting DD_CAPTURE_LAMBDA_PAYLOAD_MAX_DEPTH to limit the number of span tags used for capturing payloads.") + log.Warn("The number of span tags for the aws.lambda span is over 1000. This may cause unexpected behaviours such as missing spans. Please consider setting DD_CAPTURE_LAMBDA_PAYLOAD_MAX_DEPTH to reduce the number of span tags used for capturing payloads.") } return executionSpan