AWS Lambda - remove references to messaging.destination.kind and messaging.source.kind (#3348)

This commit is contained in:
Piotr Kiełkowicz 2023-03-28 18:14:27 +02:00 committed by GitHub
parent 4e836b488f
commit dcc954abd6
1 changed files with 0 additions and 1 deletions

View File

@ -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.