We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c3a3e commit 9236434Copy full SHA for 9236434
aws-distro-opentelemetry-node-autoinstrumentation/src/aws-metric-attribute-generator.ts
@@ -459,7 +459,6 @@ export class AwsMetricAttributeGenerator implements MetricAttributeGenerator {
459
}
460
461
attributes[AWS_ATTRIBUTE_KEYS.AWS_CLOUDFORMATION_PRIMARY_IDENTIFIER] = cloudFormationIdentifier;
462
-
463
} else if (AwsSpanProcessingUtil.isDBSpan(span)) {
464
remoteResourceType = DB_CONNECTION_RESOURCE_TYPE;
465
remoteResourceIdentifier = AwsMetricAttributeGenerator.getDbConnection(span);
0 commit comments