[chore] correct consumer group attribute name in kafka sample (#1907)

Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
This commit is contained in:
Gerhard Stöbich 2025-02-14 18:24:28 +01:00 committed by GitHub
parent a92b6bd1bd
commit 33920043c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ flowchart LR;
| Status | `UNSET` | `UNSET` | `UNSET` | `UNSET` | | Status | `UNSET` | `UNSET` | `UNSET` | `UNSET` |
| `messaging.system` | `"kafka"` | `"kafka"` | `"kafka"` | `"kafka"` | | `messaging.system` | `"kafka"` | `"kafka"` | `"kafka"` | `"kafka"` |
| `messaging.destination.name` | `"T"` | `"T"` | `"T"` | `"T"` | | `messaging.destination.name` | `"T"` | `"T"` | `"T"` | `"T"` |
| `messaging.destination.consumer.group` | | `"my-group"` | `"my-group"` | `"my-group"` | | `messaging.consumer.group.name` | | `"my-group"` | `"my-group"` | `"my-group"` |
| `messaging.destination.partition.id` | `"1"` | `"1"` | `"1"` | `"1"` | | `messaging.destination.partition.id` | `"1"` | `"1"` | `"1"` | `"1"` |
| `messaging.operation.name` | `"send"` | `"poll"` | `"process"` | `"commit"` | | `messaging.operation.name` | `"send"` | `"poll"` | `"process"` | `"commit"` |
| `messaging.operation.type` | `"send"` | `"receive"` | `"process"` | `"settle"` | | `messaging.operation.type` | `"send"` | `"receive"` | `"process"` | `"settle"` |