opentelemetry_semantic_conventions::attribute

Constant AWS_LOG_STREAM_ARNS

Source
pub const AWS_LOG_STREAM_ARNS: &str = "aws.log.stream.arns";
Expand description

The ARN(s) of the AWS log stream(s).

§Notes

See the log stream ARN format documentation. One log group can contain several log streams, so these ARNs necessarily identify both a log group and a log stream.

§Examples

  • [ "arn:aws:logs:us-west-1:123456789012:log-group:/aws/my/group:log-stream:logs/main/10838bed-421f-43ef-870a-f43feacbbb5b", ]