Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.29 KB

File metadata and controls

18 lines (13 loc) · 1.29 KB

AWS

Type: aws

Description: Resources specific to Amazon Web Services.

Attribute Type Description Example Required
aws.loggroup.name string The name of the AWS log group an application is writing to. /aws/lambda/my-function
opentelemetry-service
No
aws.loggroup.arn string The Amazon Resource Name (ARN) of an AWS log group. [1] arn:aws:logs:us-west-1:123456789012:log-group:/aws/my/group:* No
aws.logstream.name string The name of the AWS log stream an application is writing to. logs/main/10838bed-421f-43ef-870a-f43feacbbb5b No
aws.logstream.arn string The ARN of the AWS log stream. [2] arn:aws:logs:us-west-1:123456789012:log-group:/aws/my/group:log-stream:logs/main/10838bed-421f-43ef-870a-f43feacbbb5b No

[1]: See the log group ARN format documentation.

[2]: See the log stream ARN format documentation. One log group can contain several log streams, so this ARN necessarily identifies both a log group and a log stream.