Skip to content

Commit e005a1a

Browse files
committed
Remove link from README to fix check-links CI
1 parent 6d9b85e commit e005a1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If not already set, the wrapper scripts default `OTEL_PROPAGATORS` to `tracecont
6666
The wrapper scripts extend `OTEL_RESOURCE_ATTRIBUTES` with:
6767

6868
- **`service.name`** — set to the Lambda function name (`AWS_LAMBDA_FUNCTION_NAME`) if not already present.
69-
- **`cloud.account.id`** — the AWS account ID, read from a symlink at `/tmp/.otel-aws-account-id` that is created by the collector extension during registration (see [#2127](https://github.com/open-telemetry/opentelemetry-lambda/pull/2127)). This is added automatically when the collector layer is used alongside a language layer. If the symlink does not exist (e.g., when running without the collector layer), the attribute is silently skipped.
69+
- **`cloud.account.id`** — the AWS account ID, read from a symlink at `/tmp/.otel-aws-account-id` that is created by the collector extension during registration. This is added automatically when the collector layer is used alongside a language layer. If the symlink does not exist (e.g., when running without the collector layer), the attribute is silently skipped.
7070

7171
User-provided values in `OTEL_RESOURCE_ATTRIBUTES` are never overwritten.
7272

0 commit comments

Comments
 (0)