diff --git a/exporter/awsxrayexporter/internal/translator/segment.go b/exporter/awsxrayexporter/internal/translator/segment.go index f2fadfc5108e..c8d78792fa11 100644 --- a/exporter/awsxrayexporter/internal/translator/segment.go +++ b/exporter/awsxrayexporter/internal/translator/segment.go @@ -745,7 +745,7 @@ func fixAnnotationKey(key string) string { case 'A' <= r && r <= 'Z': fallthrough case 'a' <= r && r <= 'z': - fallthrough + fallthrough case r == '.': return r default: