Skip to content

Commit da5decf

Browse files
committed
Update descriptions
1 parent 866d03a commit da5decf

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

docs/instrumentation-list.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ libraries:
945945
type: STRING
946946
- name: aws-lambda-events-2.2
947947
description: |
948-
This version of the library instrumentation is deprecated, please use the aws-lambda-events-3.11 library instrumentation instead. Provides instrumentation of the Lambda library, including standard and custom event types, from `aws-lambda-java-events` 2.2+. Does not support SQSBatchResponse.
948+
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.
949949
source_path: instrumentation/aws-lambda/aws-lambda-events-2.2
950950
scope:
951951
name: io.opentelemetry.aws-lambda-events-2.2
@@ -990,7 +990,7 @@ libraries:
990990
type: STRING
991991
- name: aws-lambda-events-3.11
992992
description: |
993-
Provides full instrumentation of the Lambda library, including standard and custom event types, from `aws-lambda-java-events` 3.11+.
993+
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.
994994
source_path: instrumentation/aws-lambda/aws-lambda-events-3.11
995995
scope:
996996
name: io.opentelemetry.aws-lambda-events-3.11

instrumentation/aws-lambda/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ We provide two packages for instrumenting AWS lambda functions.
77
`aws-lambda-java-events`. This also includes when you are using `aws-serverless-java-container` to run e.g., a
88
Spring Boot application on Lambda.
99

10-
- [aws-lambda-events-2.2](./aws-lambda-events-2.2/library) provides full instrumentation of the Lambda library, including standard
11-
and custom event types, from `aws-lambda-java-events` 2.2+.
10+
- [aws-lambda-events-2.2](./aws-lambda-events-2.2/library) (Library instrumentation is deprecated) provides instrumentation of the Lambda library,
11+
including standard and custom event types, from `aws-lambda-java-events` 2.2+.
12+
13+
- [aws-lambda-events-3.11](./aws-lambda-events-2.2/library) provides instrumentation of the Lambda library, including standard and custom event
14+
types, from `aws-lambda-java-events` 3.11+.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
description: >
22
This version of the library instrumentation is deprecated, please use the aws-lambda-events-3.11
3-
library instrumentation instead. Provides instrumentation of the Lambda library, including
4-
standard and custom event types, from `aws-lambda-java-events` 2.2+. Does not support
5-
SQSBatchResponse.
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.
66
configurations:
77
- name: otel.instrumentation.aws-lambda.flush-timeout
88
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-
Provides full instrumentation of the Lambda library, including standard and custom event types,
3-
from `aws-lambda-java-events` 3.11+.
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.
44
configurations:
55
- name: otel.instrumentation.aws-lambda.flush-timeout
66
type: int

0 commit comments

Comments
 (0)