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 e046683 commit 896278eCopy full SHA for 896278e
aws-distro-opentelemetry-node-autoinstrumentation/src/aws-metric-attribute-generator.ts
@@ -51,6 +51,7 @@ const _GRAPHQL_OPERATION_TYPE: string = 'graphql.operation.type';
51
// Special DEPENDENCY attribute value if GRAPHQL_OPERATION_TYPE attribute key is present.
52
const GRAPHQL: string = 'graphql';
53
54
+// Constants for Lambda operations
55
const LAMBDA_INVOKE_OPERATION: string = 'Invoke';
56
57
// Normalized remote service names for supported AWS services
0 commit comments