Skip to content

Commit 9236434

Browse files
committed
linting fix
1 parent e3c3a3e commit 9236434

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws-distro-opentelemetry-node-autoinstrumentation/src/aws-metric-attribute-generator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ export class AwsMetricAttributeGenerator implements MetricAttributeGenerator {
459459
}
460460

461461
attributes[AWS_ATTRIBUTE_KEYS.AWS_CLOUDFORMATION_PRIMARY_IDENTIFIER] = cloudFormationIdentifier;
462-
463462
} else if (AwsSpanProcessingUtil.isDBSpan(span)) {
464463
remoteResourceType = DB_CONNECTION_RESOURCE_TYPE;
465464
remoteResourceIdentifier = AwsMetricAttributeGenerator.getDbConnection(span);

0 commit comments

Comments
 (0)