Skip to content

Commit

Permalink
Move text directly to table
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi committed Oct 15, 2024
1 parent 98390a6 commit 26ec550
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/messaging/messaging-spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,7 @@ Span kind SHOULD be set according to the following table, based on the operation
| `send` | `PRODUCER` if the context of the "Send" span is used as creation context, otherwise `CLIENT`. |
| `receive` | `CLIENT` |
| `process` | `CONSUMER` |
| `settle` | (see below) |

The span kind of a `settle` operation SHOULD be set to `CLIENT` if the span
models a synchronous call to the intermediary. In other cases, it can be set to `INTERNAL`.
| `settle` | `CLIENT` if the span models a synchronous call to the intermediary. Otherwise `INTERNAL` |

Setting span kinds according to this table allows analysis tools to interpret spans
and relationships between them without the need for additional semantic hints.
Expand Down

0 comments on commit 26ec550

Please sign in to comment.