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 2d85020 commit 0584a66Copy full SHA for 0584a66
aws-distro-opentelemetry-node-autoinstrumentation/src/aws-metric-attribute-generator.ts
@@ -512,6 +512,10 @@ export class AwsMetricAttributeGenerator implements MetricAttributeGenerator {
512
}
513
514
515
+ /**
516
+ * Remote environment is used to identify the environment of downstream services. Currently only
517
+ * set to "lambda:default" for Lambda Invoke operations when aws-api system is detected.
518
+ */
519
private static setRemoteEnvironment(span: ReadableSpan, attributes: Attributes): void {
520
// We want to treat downstream Lambdas as a service rather than a resource because
521
// Application Signals topology map gets disconnected due to conflicting Lambda Entity
0 commit comments