Skip to content

Commit 4e79015

Browse files
committed
fix typo
1 parent 2029b37 commit 4e79015

File tree

2 files changed

+2
-2
lines changed
  • instrumentation/aws-lambda

2 files changed

+2
-2
lines changed

instrumentation/aws-lambda/aws-lambda-core-1.0/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This package contains libraries to help instrument AWS lambda functions in your
77
To use the instrumentation, configure `OTEL_INSTRUMENTATION_AWS_LAMBDA_HANDLER` env property to your lambda handler method in following format `package.ClassName::methodName`
88
and use one of wrappers as your lambda `Handler`.
99

10-
In order to configure a span flush timeout (default is set to 10 second), please configure `OTEL_INSTRUMENTATION_AWS_LAMBDA_FLUSH_TIMEOUT` env property. The value is in milliseconds.
10+
In order to configure a span flush timeout (default is set to 10 seconds), please configure `OTEL_INSTRUMENTATION_AWS_LAMBDA_FLUSH_TIMEOUT` env property. The value is in milliseconds.
1111

1212
Available wrappers:
1313

instrumentation/aws-lambda/aws-lambda-events-2.2/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This package contains libraries to help instrument AWS lambda functions in your
77
To use the instrumentation, configure `OTEL_INSTRUMENTATION_AWS_LAMBDA_HANDLER` env property to your lambda handler method in following format `package.ClassName::methodName`
88
and use one of wrappers as your lambda `Handler`.
99

10-
In order to configure a span flush timeout (default is set to 10 second), please configure `OTEL_INSTRUMENTATION_AWS_LAMBDA_FLUSH_TIMEOUT` env property. The value is in milliseconds.
10+
In order to configure a span flush timeout (default is set to 10 seconds), please configure `OTEL_INSTRUMENTATION_AWS_LAMBDA_FLUSH_TIMEOUT` env property. The value is in milliseconds.
1111

1212
Available wrappers:
1313

0 commit comments

Comments
 (0)