Skip to content

Commit 1694e43

Browse files
committed
Fix typo
Signed-off-by: Raphael Silva <[email protected]>
1 parent 71599ee commit 1694e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/getting-started/lambda/lambda-java-auto-instr.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For more on AWS X-Ray permissions for AWS Lambda, see the [AWS Lambda documentat
4949

5050
* By default, the ADOT Java Agent in the Layer will try to auto-instrument all the code in your application. This can have a negative impact on the Lambda cold startup time.
5151

52-
We recommend that you only enable auto instrumentation for the libraries/frameworks that are used by your application.
52+
We recommend that you only enable auto-instrumentation for the libraries/frameworks that are used by your application.
5353

5454
To enable only specific instrumentation you can use the following environment variables:
5555
* `OTEL_INSTRUMENTATION_COMMON_DEFAULT_ENABLED` - When set to `false`, disables auto-instrumentation in the Layer, requiring each instrumentation to be enabled individually.

0 commit comments

Comments
 (0)