Adding `messaging.rabbitmq.message.delivery_tag` to the list of RabbitMQ specific tags (#433)

Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
This commit is contained in:
Stefán Jökull Sigurðarson 2024-02-22 12:51:32 +00:00 committed by GitHub
parent 1e7bb0e462
commit 096596b200
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 17 additions and 0 deletions

4
.chloggen/433.yaml Normal file
View File

@ -0,0 +1,4 @@
change_type: enhancement
component: messaging
note: Add `messaging.rabbitmq.message.delivery_tag`` to the list of RabbitMQ specific tags
issues: [433]

View File

@ -106,6 +106,7 @@ size should be used.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| `messaging.rabbitmq.destination.routing_key` | string | RabbitMQ message routing key. | `myKey` |
| `messaging.rabbitmq.message.delivery_tag` | int | RabbitMQ message delivery tag | `123` |
<!-- endsemconv -->
## RocketMQ Attributes

View File

@ -21,6 +21,7 @@ In RabbitMQ, the destination is defined by an *exchange* and a *routing key*.
| Attribute | Type | Description | Examples | Requirement Level |
|---|---|---|---|---|
| [`messaging.rabbitmq.destination.routing_key`](../attributes-registry/messaging.md) | string | RabbitMQ message routing key. | `myKey` | Conditionally Required: If not empty. |
| [`messaging.rabbitmq.message.delivery_tag`](../attributes-registry/messaging.md) | int | RabbitMQ message delivery tag | `123` | Conditionally Required: When available. |
<!-- endsemconv -->
[DocumentStatus]: https://github.com/open-telemetry/opentelemetry-specification/tree/v1.26.0/specification/document-status.md

View File

@ -156,6 +156,13 @@ groups:
RabbitMQ message routing key.
examples: 'myKey'
tag: tech-specific-rabbitmq
- id: rabbitmq.message.delivery_tag
type: int
brief: >
RabbitMQ message delivery tag
examples: 123
tag: tech-specific-rabbitmq
- id: rocketmq.client_group
type: string
brief: >

View File

@ -102,6 +102,10 @@ groups:
requirement_level:
conditionally_required: If not empty.
tag: tech-specific-rabbitmq
- ref: messaging.rabbitmq.message.delivery_tag
requirement_level:
conditionally_required: When available.
tag: tech-specific-rabbitmq
- id: messaging.kafka
type: attribute_group