Skip to content

Commit c1f8e0a

Browse files
Flarnaarminru
andauthored
[chore] correct kafka offset attribute name in kafka sample (#1929)
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
1 parent 231ba7b commit c1f8e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/messaging/kafka.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,6 @@ flowchart LR;
207207
| `messaging.operation.type` | `"send"` | `"receive"` | `"process"` | `"settle"` |
208208
| `messaging.client.id` | `"5"` | `"8"` | `"8"` | `"8"` |
209209
| `messaging.kafka.message.key` | `"myKey"` | `"myKey"` | `"myKey"` | |
210-
| `messaging.kafka.message.offset` | | `"12"` | `"12"` | `"12"` |
210+
| `messaging.kafka.offset` | | `"12"` | `"12"` | `"12"` |
211211

212212
[DocumentStatus]: https://opentelemetry.io/docs/specs/otel/document-status

0 commit comments

Comments
 (0)