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 46eac99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion semantic_conventions/trace/messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ groups:
value: 'broadcasting'
brief: 'Broadcasting consumption mode'
brief: >
Mode of message consumption.
Model of message consumption.
- id: batch_size
type: int
brief: >
Expand Down
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 46eac99

Please sign in to comment.