Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi committed Oct 16, 2024
1 parent 490a2b7 commit 925f8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/messaging/messaging-spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +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` | `CLIENT` if the span models a synchronous call to the intermediary. Otherwise `INTERNAL` |
| `settle` | `CLIENT` |

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 925f8ab

Please sign in to comment.