Skip to content

Commit a8da39e

Browse files
committed
pr review updates
1 parent 55b6534 commit a8da39e

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

docs/instrumentation-list.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ libraries:
923923
- name: aws-lambda-core-1.0
924924
description: |
925925
Provides lightweight instrumentation of the Lambda core library, supporting all versions. It generates FaaS SERVER spans with the `faas.invocation_id` attribute. Use this package if you only use `RequestStreamHandler` or know you don't use any event classes from `aws-lambda-java-events`. This also includes when you are using `aws-serverless-java-container` to run e.g., a Spring Boot application on Lambda.
926-
For custom wrappers when using library instrumentation, you can configure the `OTEL_INSTRUMENTATION_AWS_LAMBDA_HANDLER` env property to your lambda handler method in following format `package.ClassName::methodName` and use one of wrappers as your lambda `Handler`.
926+
For custom wrappers when using library instrumentation, you can configure the `OTEL_INSTRUMENTATION_AWS_LAMBDA_HANDLER` environment variable to contain your lambda handler method (in the format `package.ClassName::methodName`) and use one of wrappers as your lambda `Handler`.
927927
source_path: instrumentation/aws-lambda/aws-lambda-core-1.0
928928
scope:
929929
name: io.opentelemetry.aws-lambda-core-1.0
@@ -946,7 +946,7 @@ libraries:
946946
type: STRING
947947
- name: aws-lambda-events-2.2
948948
description: |
949-
This version of the library instrumentation is deprecated, please use the aws-lambda-events-3.11 library instrumentation instead. This instrumentation builds on top of the lightweight `aws-lambda-core-1.0` instrumentation, expanding support to cover the Lambda library, including standard and custom event types.
949+
This version of the library instrumentation is deprecated, please use the `aws-lambda-events-3.11` library instrumentation instead. This instrumentation builds on top of the `aws-lambda-core-1.0` instrumentation, expanding support to cover the Lambda library, including standard and custom event types.
950950
source_path: instrumentation/aws-lambda/aws-lambda-events-2.2
951951
scope:
952952
name: io.opentelemetry.aws-lambda-events-2.2
@@ -991,7 +991,7 @@ libraries:
991991
type: STRING
992992
- name: aws-lambda-events-3.11
993993
description: |
994-
This instrumentation builds on top of the lightweight `aws-lambda-core-1.0` instrumentation, expanding support to cover the Lambda library, including standard and custom event types.
994+
This instrumentation builds on top of the `aws-lambda-core-1.0` instrumentation, expanding support to cover the Lambda library, including standard and custom event types.
995995
source_path: instrumentation/aws-lambda/aws-lambda-events-3.11
996996
scope:
997997
name: io.opentelemetry.aws-lambda-events-3.11

instrumentation/aws-lambda/aws-lambda-core-1.0/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ description: >
66
application on Lambda.
77
88
For custom wrappers when using library instrumentation, you can configure the `OTEL_INSTRUMENTATION_AWS_LAMBDA_HANDLER`
9-
env property to your lambda handler method in following format `package.ClassName::methodName` and use one of wrappers
10-
as your lambda `Handler`.
9+
environment variable to contain your lambda handler method (in the format `package.ClassName::methodName`) and use
10+
one of wrappers as your lambda `Handler`.
1111
configurations:
1212
- name: otel.instrumentation.aws-lambda.flush-timeout
1313
type: int

instrumentation/aws-lambda/aws-lambda-events-2.2/metadata.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
description: >
2-
This version of the library instrumentation is deprecated, please use the aws-lambda-events-3.11
3-
library instrumentation instead. This instrumentation builds on top of the lightweight
4-
`aws-lambda-core-1.0` instrumentation, expanding support to cover the Lambda library, including
5-
standard and custom event types.
2+
This version of the library instrumentation is deprecated, please use the `aws-lambda-events-3.11`
3+
library instrumentation instead. This instrumentation builds on top of the `aws-lambda-core-1.0`
4+
instrumentation, expanding support to cover the Lambda library, including standard and custom event types.
65
configurations:
76
- name: otel.instrumentation.aws-lambda.flush-timeout
87
type: int

instrumentation/aws-lambda/aws-lambda-events-3.11/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: >
2-
This instrumentation builds on top of the lightweight `aws-lambda-core-1.0` instrumentation,
3-
expanding support to cover the Lambda library, including standard and custom event types.
2+
This instrumentation builds on top of the `aws-lambda-core-1.0` instrumentation, expanding support
3+
to cover the Lambda library, including standard and custom event types.
44
configurations:
55
- name: otel.instrumentation.aws-lambda.flush-timeout
66
type: int

0 commit comments

Comments
 (0)