Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Feb 23, 2024
1 parent ea43fd6 commit 18c532f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/messaging/azure-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ The Semantic Conventions for [Azure Service Bus](https://learn.microsoft.com/azu

The span name SHOULD follow [general messaging span name pattern](../messaging/azure-messaging.md): it SHOULD start with the messaging destination name (Event Hubs queue or topic name) and
contain a low-cardinality name of an operation span describes:

- Spans for `deliver` operation SHOULD follow `<destination name> process` pattern (matching terminology used in Azure client libraries)
- Spans for `settle` operation SHOULD follow `<destination name> <disposition status>` pattern. Disposition status MUST match the value of `messaging.servicebus.disposition_status` attribute.
- Spans names for `settle` operation SHOULD follow `<destination name> {messaging.servicebus.disposition_status}` pattern.
For example, `my-queue complete` or `my-queue abandon`
- Spans names for `publish` operation SHOULD follow `<destination name> send` pattern.
- Spans for `create`, `receive`, and `publish` operations SHOULD follow general `<destination name> <operation name>` pattern

### Span attributes
Expand All @@ -45,8 +44,8 @@ The following additional attributes are defined:
The span name SHOULD follow [general messaging span name pattern](../messaging/azure-messaging.md): it SHOULD start with the messaging destination name (Event Hubs namespace) and
contain a low-cardinality name of an operation span describes:

- Spans for `deliver` operation SHOULD follow `<destination name> process` pattern (matching terminology used in Azure client libraries)
- Spans for `settle` operation SHOULD follow `<destination name> checkpoint` (matching Event Hubs terminology)
- Spans names for `publish` operation SHOULD follow `<destination name> send` pattern
- Spans for `create`, `receive`, and `publish` operations SHOULD follow general `<destination name> <operation name>` pattern

### Span attributes
Expand Down

0 comments on commit 18c532f

Please sign in to comment.