From dcc954abd62a85bc01ae39e159635f7bbc84afaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Tue, 28 Mar 2023 18:14:27 +0200 Subject: [PATCH] AWS Lambda - remove references to messaging.destination.kind and messaging.source.kind (#3348) --- .../trace/semantic_conventions/instrumentation/aws-lambda.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specification/trace/semantic_conventions/instrumentation/aws-lambda.md b/specification/trace/semantic_conventions/instrumentation/aws-lambda.md index 16914ea08..9c2eb2ae9 100644 --- a/specification/trace/semantic_conventions/instrumentation/aws-lambda.md +++ b/specification/trace/semantic_conventions/instrumentation/aws-lambda.md @@ -126,7 +126,6 @@ added as a link to the span. - [`faas.trigger`][faas] MUST be set to `pubsub`. - [`messaging.operation`](../messaging.md#messaging-attributes) MUST be set to `process`. - [`messaging.system`](../messaging.md#messaging-attributes) MUST be set to `AmazonSQS`. -- [`messaging.destination.kind` or `messaging.source.kind`](../messaging.md#messaging-attributes) MUST be set to `queue`. Other [Messaging attributes](../messaging.md#messaging-attributes) SHOULD be set based on the available information in the SQS message event.