diff --git a/docs/shipping/Code/java.md b/docs/shipping/Code/java.md index 4c1d1ecd..e9f4ca5f 100644 --- a/docs/shipping/Code/java.md +++ b/docs/shipping/Code/java.md @@ -808,7 +808,7 @@ Replace `<>` with the latest version of the layer. You can find the lat #### Create a configuration file for the OpenTelemetry collector -By default, the OpenTelemetry collector layer exports data to the Lambda console. To customize the collector configuration, you need to add a `collector.yaml` to your function and its location via the `OPENTELEMETRY_COLLECTOR_CONFIG_URI` environment variable. +By default, the OpenTelemetry collector layer exports data to the Lambda console. To customize the collector configuration, you need to add a `collector.yaml` to your function and specify its location via the `OPENTELEMETRY_COLLECTOR_CONFIG_URI` environment variable. The `collector.yaml` file will have the following configuration: ```yaml