Skip to content

Commit

Permalink
trace-lambda -> xray-lambda
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
tylerbenson committed Oct 12, 2023
1 parent edf72f0 commit 6e2ae50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faas/aws-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6e2ae50

Please sign in to comment.