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

Render full MD tables for messaging systems #1018

Merged
merged 8 commits into from
May 10, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update azure
  • Loading branch information
lmolkova committed May 10, 2024
commit 52116e4447afe61554d17e01fff674d302c19967
2 changes: 2 additions & 0 deletions model/trace/messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ groups:
brief: >
Attributes for Azure Service Bus
attributes:
- ref: messaging.operation.name
- ref: messaging.servicebus.message.delivery_count
requirement_level:
conditionally_required: If delivery count is available and is bigger than 0.
Expand All @@ -206,6 +207,7 @@ groups:
brief: >
Attributes for Azure Event Hubs
attributes:
- ref: messaging.operation.name
- ref: messaging.destination.partition.id
brief: >
String representation of the partition id messages are sent to or received from, unique within the Event Hub.
Expand Down