Skip to content

Commit

Permalink
Fix a series of issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed Sep 15, 2021
1 parent be6b711 commit f7ddc84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions semantic_conventions/trace/messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ groups:
- id: message_keys
type: string[]
brief: >
Key(s) of message, which is unique generally.
Key(s) of message, another way to mark message besides message id.
examples: ['keyA', 'keyB']
- id: consumption_model
type:
Expand All @@ -244,4 +244,4 @@ groups:
value: 'broadcasting'
brief: 'Broadcasting consumption model'
brief: >
Model of message consumption, which is only applies to consumer.
Model of message consumption. This only applies to consumer spans.
4 changes: 2 additions & 2 deletions specification/trace/semantic_conventions/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ Specific attributes for Apache RocketMQ are defined below.
| `messaging.rocketmq.client_id` | string | The unique identifier for each client. | `myhost@8742@s8083jm` | Yes |
| `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(s) of message, which is unique generally. | `[keyA, keyB]` | No |
| `messaging.rocketmq.consumption_model` | string | Model of message consumption, which is only applies to consumer. | `clustering` | No |
| `messaging.rocketmq.message_keys` | string[] | Key(s) of message, another way to mark message besides message id. | `[keyA, keyB]` | No |
| `messaging.rocketmq.consumption_model` | string | Model of message consumption. This only applies to consumer spans. | `clustering` | No |

`messaging.rocketmq.message_type` MUST be one of the following:

Expand Down

0 comments on commit f7ddc84

Please sign in to comment.