Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed Sep 2, 2021
1 parent cb4c6ff commit 2b2cf6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions semantic_conventions/trace/messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,12 @@ groups:
members:
- id: clustering
value: 'clustering'
brief: 'Clustering consumption mode'
brief: 'Clustering consumption model'
- id: broadcasting
value: 'broadcasting'
brief: 'Broadcasting consumption mode'
brief: 'Broadcasting consumption model'
brief: >
Mode of message consumption.
Model of message consumption.
- id: batch_size
type: int
brief: >
Expand Down
6 changes: 3 additions & 3 deletions specification/trace/semantic_conventions/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Specific attributes for Apache RocketMQ are defined below.
| `messaging.rocketmq.message_type` | string | Type of message. | `normal` | No |
| `messaging.rocketmq.message_tag` | string | The secondary classifier of message besides topic. | `tagA` | No |
| `messaging.rocketmq.message_keys` | string | Key of message, which is unique generally, would split by blank space if more than one. | `keyA` | No |
| `messaging.rocketmq.consumption_model` | string | Mode of message consumption. | `clustering` | No |
| `messaging.rocketmq.consumption_model` | string | Model of message consumption. | `clustering` | No |
| `messaging.rocketmq.batch_size` | int | The number of messages produced or consumed in the traced operation. [1] | `1` | No |

**[1]:** 1 is assumed if omitted.
Expand All @@ -250,8 +250,8 @@ Specific attributes for Apache RocketMQ are defined below.

| Value | Description |
|---|---|
| `clustering` | Clustering consumption mode |
| `broadcasting` | Broadcasting consumption mode |
| `clustering` | Clustering consumption model |
| `broadcasting` | Broadcasting consumption model |
<!-- endsemconv -->

## Examples
Expand Down

0 comments on commit 2b2cf6e

Please sign in to comment.