From e01a9111b2801027dabb2d4b16b0481b18e37532 Mon Sep 17 00:00:00 2001 From: Simplychee Date: Tue, 10 Dec 2024 13:42:42 +0200 Subject: [PATCH] Update java.md --- docs/shipping/Code/java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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