Skip to content

Commit a5bdfec

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ For more on AWS X-Ray permissions for AWS Lambda, see the [AWS Lambda documentat
5151

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

54-
To enable only specific instrumentation you can use the following environment variables:
54+
To enable only specific instrumentations 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.
56-
* `OTEL_INSTRUMENTATION_[NAME]_ENABLED` - Set to `true` to enable auto-instrumentation for a specific library or framework. `[NAME]` should be replaced by the instrumentation that you want to enable. The full list of available instrumentation can be found in [this link](https://opentelemetry.io/docs/instrumentation/java/automatic/agent-config/#suppressing-specific-agent-instrumentation).
56+
* `OTEL_INSTRUMENTATION_[NAME]_ENABLED` - Set to `true` to enable auto-instrumentation for a specific library or framework. `[NAME]` should be replaced by the instrumentation that you want to enable. The full list of available instrumentations can be found in [this link](https://opentelemetry.io/docs/instrumentation/java/automatic/agent-config/#suppressing-specific-agent-instrumentation).
5757

5858
For example, to only enable auto-instrumentation for Lambda and the AWS SDK, you would have to set the following environment variables:
5959
```bash

0 commit comments

Comments
 (0)