Skip to content

Commit

Permalink
copy aws.log.group.names from resource attributes to attributes (#1220)
Browse files Browse the repository at this point in the history
Co-authored-by: Lisa Guo <[email protected]>
  • Loading branch information
pxaws and lisguo authored Jun 21, 2024
1 parent f095643 commit ba91a87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ var copyMapForMetric = map[string]string{
semconv.AttributeK8SJobName: "K8s.Workload",
semconv.AttributeK8SCronJobName: "K8s.Workload",
semconv.AttributeK8SPodName: "K8s.Pod",
semconv.AttributeAWSLogGroupNames: "aws.log.group.names",
}

const (
Expand Down

0 comments on commit ba91a87

Please sign in to comment.