Skip to content

Commit 3392004

Browse files
Flarnalmolkova
andauthoredFeb 14, 2025··
[chore] correct consumer group attribute name in kafka sample (#1907)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
1 parent a92b6bd commit 3392004

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
@@ -201,7 +201,7 @@ flowchart LR;
201201
| Status | `UNSET` | `UNSET` | `UNSET` | `UNSET` |
202202
| `messaging.system` | `"kafka"` | `"kafka"` | `"kafka"` | `"kafka"` |
203203
| `messaging.destination.name` | `"T"` | `"T"` | `"T"` | `"T"` |
204-
| `messaging.destination.consumer.group` | | `"my-group"` | `"my-group"` | `"my-group"` |
204+
| `messaging.consumer.group.name` | | `"my-group"` | `"my-group"` | `"my-group"` |
205205
| `messaging.destination.partition.id` | `"1"` | `"1"` | `"1"` | `"1"` |
206206
| `messaging.operation.name` | `"send"` | `"poll"` | `"process"` | `"commit"` |
207207
| `messaging.operation.type` | `"send"` | `"receive"` | `"process"` | `"settle"` |

0 commit comments

Comments
 (0)
Please sign in to comment.