Skip to content

Commit

Permalink
Remove rogue bracket (open-telemetry#3108)
Browse files Browse the repository at this point in the history
  • Loading branch information
martincostello authored Jan 17, 2023
1 parent 1f0073c commit 5907c62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 5907c62

Please sign in to comment.