Skip to content

Commit

Permalink
Update messaging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi authored Oct 16, 2024
1 parent e3dbd43 commit 899c382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/attributes-registry/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ This group describes attributes specific to RocketMQ.

| Attribute | Type | Description | Examples | Stability |
| ----------------------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------- | ---------------------------------------------------------------- |
| <a id="cell1" href="/cell1">`messaging.rocketmq.consumption_model` </a> | string | Model of message consumption. This only applies to consumer spans. | `clustering`; `broadcasting` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| <a id="cell1" href="#cell1">`messaging.rocketmq.consumption_model` </a> | string | Model of message consumption. This only applies to consumer spans. | `clustering`; `broadcasting` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `messaging.rocketmq.message.delay_time_level` | int | The delay time level for delay message, which determines the message delay time. | `3` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `messaging.rocketmq.message.delivery_timestamp` | int | The timestamp in milliseconds that the delay message is expected to be delivered to consumer. | `1665987217045` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `messaging.rocketmq.message.group` | string | It is essential for FIFO message. Messages that belong to the same message group are always processed one by one within the same consumer group. | `myMessageGroup` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
Expand Down

0 comments on commit 899c382

Please sign in to comment.