File tree Expand file tree Collapse file tree
python/workers/serverless-workers
typescript/workers/serverless-workers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,9 +213,8 @@ service:
213213` ` `
214214<!--SNIPEND-->
215215
216- Set the following environment variables on the Lambda function:
216+ Set the following environment variable on the Lambda function:
217217
218- - ` AWS_LAMBDA_EXEC_WRAPPER=/opt/otel-instrument`
219218- ` OPENTELEMETRY_COLLECTOR_CONFIG_FILE=/var/task/otel-collector-config.yaml`
220219
221220Enable X-Ray active tracing on the Lambda function :
Original file line number Diff line number Diff line change @@ -204,9 +204,8 @@ service:
204204` ` `
205205<!--SNIPEND-->
206206
207- Set the following environment variables on the Lambda function:
207+ Set the following environment variable on the Lambda function:
208208
209- - ` AWS_LAMBDA_EXEC_WRAPPER=/opt/otel-handler`
210209- ` OPENTELEMETRY_COLLECTOR_CONFIG_URI=/var/task/otel-collector-config.yaml`
211210
212211Enable X-Ray active tracing on the Lambda function :
You can’t perform that action at this time.
0 commit comments