Skip to content

Commit 5d6c893

Browse files
committed
update comment: normalize_remote_service -> normalizeRemoteService
1 parent 896278e commit 5d6c893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ export class AwsMetricAttributeGenerator implements MetricAttributeGenerator {
427427
cloudFormationIdentifier = AwsMetricAttributeGenerator.escapeDelimiters(activityArn);
428428
} else if (AwsSpanProcessingUtil.isKeyPresent(span, AWS_ATTRIBUTE_KEYS.AWS_LAMBDA_FUNCTION_NAME)) {
429429
// For non-Invoke Lambda operations, treat Lambda as a resource,
430-
// see normalize_remote_service_name for more information.
430+
// see normalizeRemoteServiceName for more information.
431431
if (!AwsMetricAttributeGenerator.isLambdaInvokeOperation(span)) {
432432
remoteResourceType = NORMALIZED_LAMBDA_SERVICE_NAME + '::Function';
433433
remoteResourceIdentifier = AwsMetricAttributeGenerator.escapeDelimiters(

0 commit comments

Comments
 (0)