diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f10348fd7b..ae4d3d93dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,8 @@ release. - Metric requirement levels are now stable ([#3271](https://github.com/open-telemetry/opentelemetry-specification/pull/3271)) - BREAKING: remove `messaging.destination.kind` and `messaging.source.kind`. - ([#3214](https://github.com/open-telemetry/opentelemetry-specification/pull/3214)) + ([#3214](https://github.com/open-telemetry/opentelemetry-specification/pull/3214), + [#3348](https://github.com/open-telemetry/opentelemetry-specification/pull/3348)) - Define attributes collected for `cosmosdb` by Cosmos DB SDK ([#3097](https://github.com/open-telemetry/opentelemetry-specification/pull/3097)) diff --git a/specification/trace/semantic_conventions/instrumentation/aws-lambda.md b/specification/trace/semantic_conventions/instrumentation/aws-lambda.md index 16914ea0870..9c2eb2ae99f 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.