From 6e2ae507f2489019c71b6ba6075d4fe332d6e619 Mon Sep 17 00:00:00 2001 From: Tyler Benson Date: Thu, 12 Oct 2023 15:23:42 -0400 Subject: [PATCH] trace-lambda -> xray-lambda Fix a typo --- docs/faas/aws-lambda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faas/aws-lambda.md b/docs/faas/aws-lambda.md index 0467d6849f..2562460e93 100644 --- a/docs/faas/aws-lambda.md +++ b/docs/faas/aws-lambda.md @@ -76,7 +76,7 @@ To avoid broken traces, if OpenTelemetry is reporting traces to another system b `OTEL_PROPAGATORS=xray-lambda,tracecontext,baggage,xray` -*Note: The `trace-lambda` propagator can only `extract` context. The `inject` operation MUST be a no-op.* +*Note: The `xray-lambda` propagator can only `extract` context. The `inject` operation MUST be a no-op.* ## API Gateway