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 d0f0cfc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion schema-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ versions:
- rename_attributes:
attribute_map:
messaging.kafka.destination.partition: messaging.destination.partition.id
# TODO
# https://github.com/open-telemetry/semantic-conventions/pull/815
- rename_attributes:
attribute_map:
messaging.kafka.consumer.group: messaging.consumer.group.name
Expand Down

0 comments on commit d0f0cfc

Please sign in to comment.