opentelemetry_semantic_conventions::attribute

Constant AWS_LOG_GROUP_NAMES

Source
pub const AWS_LOG_GROUP_NAMES: &str = "aws.log.group.names";
Expand description

The name(s) of the AWS log group(s) an application is writing to.

§Notes

Multiple log groups must be supported for cases like multi-container applications, where a single application has sidecar containers, and each write to their own log group.

§Examples

  • [ "/aws/lambda/my-function", "opentelemetry-service", ]