Skip to content

Commit a5aef73

Browse files
committed
address adot issue
1 parent 42edfbd commit a5aef73

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

docs/develop/python/workers/serverless-workers/aws-lambda.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

221220
Enable X-Ray active tracing on the Lambda function:

docs/develop/typescript/workers/serverless-workers/aws-lambda.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

212211
Enable X-Ray active tracing on the Lambda function:

0 commit comments

Comments
 (0)