Remove rogue bracket (#3108)

This commit is contained in:
Martin Costello 2023-01-17 17:54:55 +00:00 committed by GitHub
parent 54ca902e06
commit ebcf353c33
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ the user) SHOULD be checked for the key `AWSTraceHeader`. If it is present, an O
parsed from the value of the attribute using the [AWS X-Ray Propagator](../../../context/api-propagators.md) and
added as a link to the span. This means the span may have as many links as messages in the batch.
- [`faas.trigger`][faas]] MUST be set to `pubsub`.
- [`faas.trigger`][faas] MUST be set to `pubsub`.
- [`messaging.operation`](../messaging.md) MUST be set to `process`.
- [`messaging.system`](../messaging.md) MUST be set to `AmazonSQS`.
- [`messaging.destination.kind` or `messaging.source.kind`](../messaging.md#messaging-attributes) MUST be set to `queue`.