Skip to content

Commit

Permalink
changed to aws_sqs
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wert <[email protected]>
  • Loading branch information
AlexanderWert committed Nov 14, 2023
1 parent 46b024a commit 3ac990e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/attributes-registry/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ size should be used.
| Value | Description |
|---|---|
| `activemq` | Apache ActiveMQ |
| `amazon_sqs` | Amazon Simple Queue Service (SQS) |
| `aws_sqs` | Amazon Simple Queue Service (SQS) |
| `gcp_pubsub` | Google Cloud Pub/Sub |
| `jms` | Java Message Service |
| `kafka` | Apache Kafka |
Expand Down
2 changes: 1 addition & 1 deletion docs/messaging/messaging-spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
| Value | Description |
|---|---|
| `activemq` | Apache ActiveMQ |
| `amazon_sqs` | Amazon Simple Queue Service (SQS) |
| `aws_sqs` | Amazon Simple Queue Service (SQS) |
| `gcp_pubsub` | Google Cloud Pub/Sub |
| `jms` | Java Message Service |
| `kafka` | Apache Kafka |
Expand Down
4 changes: 2 additions & 2 deletions model/registry/messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ groups:
- id: activemq
value: 'activemq'
brief: 'Apache ActiveMQ'
- id: amazon_sqs
value: 'amazon_sqs'
- id: aws_sqs
value: 'aws_sqs'
brief: 'Amazon Simple Queue Service (SQS)'
- id: gcp_pubsub
value: 'gcp_pubsub'
Expand Down

0 comments on commit 3ac990e

Please sign in to comment.