Skip to content

Commit 896278e

Browse files
committed
add comment for lambda constant
1 parent e046683 commit 896278e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const _GRAPHQL_OPERATION_TYPE: string = 'graphql.operation.type';
5151
// Special DEPENDENCY attribute value if GRAPHQL_OPERATION_TYPE attribute key is present.
5252
const GRAPHQL: string = 'graphql';
5353

54+
// Constants for Lambda operations
5455
const LAMBDA_INVOKE_OPERATION: string = 'Invoke';
5556

5657
// Normalized remote service names for supported AWS services

0 commit comments

Comments
 (0)