From d0f0cfc39e6d8585e7a1ac9a321855850a147b37 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Wed, 13 Mar 2024 18:39:26 -0700 Subject: [PATCH] oops --- docs/attributes-registry/messaging.md | 4 ++-- model/registry/deprecated/messaging.yaml | 4 ++-- schema-next.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/attributes-registry/messaging.md b/docs/attributes-registry/messaging.md index 52f1e5814c..13edf45d57 100644 --- a/docs/attributes-registry/messaging.md +++ b/docs/attributes-registry/messaging.md @@ -174,7 +174,7 @@ size should be used. | Attribute | Type | Description | Examples | |---|---|---|---| -| `kafka.consumer.group` | string | ![Deprecated](https://img.shields.io/badge/-deprecated-red)
Deprecated, use `messaging.consumer.group.name` instead. | `my-group` | +| `messaging.kafka.consumer.group` | string | ![Deprecated](https://img.shields.io/badge/-deprecated-red)
Deprecated, use `messaging.consumer.group.name` instead. | `my-group` | | `messaging.kafka.destination.partition` | int | ![Deprecated](https://img.shields.io/badge/-deprecated-red)
Deprecated, use `messaging.destination.partition.id` instead. | `2` | -| `rocketmq.client_group` | string | ![Deprecated](https://img.shields.io/badge/-deprecated-red)
Deprecated, use `messaging.consumer.group.name` instead. | `myConsumerGroup` | +| `messaging.rocketmq.client_group` | string | ![Deprecated](https://img.shields.io/badge/-deprecated-red)
Deprecated, use `messaging.consumer.group.name` instead. | `myConsumerGroup` | \ No newline at end of file diff --git a/model/registry/deprecated/messaging.yaml b/model/registry/deprecated/messaging.yaml index 8469f35cda..ee45547b07 100644 --- a/model/registry/deprecated/messaging.yaml +++ b/model/registry/deprecated/messaging.yaml @@ -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. diff --git a/schema-next.yaml b/schema-next.yaml index 232ff24f15..062a824aff 100644 --- a/schema-next.yaml +++ b/schema-next.yaml @@ -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