Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Mar 14, 2024
1 parent aa5951c commit 506dcc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/attributes-registry/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ size should be used.
<!-- semconv attributes.messaging.deprecated(omit_requirement_level) -->
| Attribute | Type | Description | Examples |
|---|---|---|---|
| `kafka.consumer.group` | string | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Deprecated, use `messaging.consumer.group.name` instead. | `my-group` |
| `messaging.kafka.consumer.group` | string | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Deprecated, use `messaging.consumer.group.name` instead. | `my-group` |
| `messaging.kafka.destination.partition` | int | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Deprecated, use `messaging.destination.partition.id` instead. | `2` |
| `rocketmq.client_group` | string | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Deprecated, use `messaging.consumer.group.name` instead. | `myConsumerGroup` |
| `messaging.rocketmq.client_group` | string | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Deprecated, use `messaging.consumer.group.name` instead. | `myConsumerGroup` |
<!-- endsemconv -->
4 changes: 2 additions & 2 deletions model/registry/deprecated/messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ groups:
examples: 2
deprecated: >
Replaced by `messaging.destination.partition.id`.
- id: kafka.consumer.group
- id: messaging.kafka.consumer.group
type: string
brief: >
Deprecated, use `messaging.consumer.group.name` instead.
deprecated: >
Replaced by `messaging.consumer.group.name`.
examples: 'my-group'
- id: rocketmq.client_group
- id: messaging.rocketmq.client_group
type: string
brief: >
Deprecated, use `messaging.consumer.group.name` instead.
Expand Down

0 comments on commit 506dcc8

Please sign in to comment.