Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add rabbitmq to semantic conventions yaml #1651

Merged
merged 6 commits into from
Apr 27, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions semantic_conventions/trace/messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,19 @@ groups:
Semantic convention for servers that consume messages received from messaging systems
and always send back replies directed to the producers of these messages.

- id: messaging.rabbitmq
prefix: messaging.rabbitmq
extends: messaging
brief: >
Attributes for RabbitMQ
attributes:
- id: routing_key
type: string
brief: >
In RabbitMQ, the destination is defined by an exchange and a routing key.
The routing key MUST be provided to this attribute, unless it is empty.
blumamir marked this conversation as resolved.
Show resolved Hide resolved
examples: 'myKey'

- id: messaging.kafka
prefix: messaging.kafka
extends: messaging
Expand Down