Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Jun 13, 2024
1 parent 500574e commit f0e7bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/messaging/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ flowchart LR;
| Parent | | | (optional) Span Publish | Span Process |
| Links | | Span Publish | Span Publish | |
| SpanKind | `PRODUCER` | `CONSUMER` | `SERVER` | `CLIENT` |
| Status | `Ok` | `Ok` | `Ok` | `Ok` | `Ok` |
| Status | `Ok` | `Ok` | `Ok` | `Ok` |
| `messaging.system` | `"kafka"` | `"kafka"` | `"kafka"` | `"kafka"` |
| `messaging.destination.name` | `"T"` | `"T"` | `"T"` | `"T"` |
| `messaging.operation.type` | `"publish"` | `"receive"` | `"process"` | `"settle"` |
| `messaging.client.id` | `"5"` | `"8"` | `"8"` | `"8"` | `"8"` |
| `messaging.client.id` | `"5"` | `"8"` | `"8"` | `"8"` |
| `messaging.kafka.message.key` | `"myKey"` | `"myKey"` | `"myKey"` | |
| `messaging.kafka.consumer.group` | | `"my-group"` | `"my-group"` | `"my-group"` |
| `messaging.kafka.destination.partition` | `"1"` | `"1"` | `"1"` | `"1"` |
Expand Down

0 comments on commit f0e7bd4

Please sign in to comment.