Skip to content

Commit

Permalink
Fix typo in schemas for messaging attribute changes (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDanielson authored Nov 26, 2024
1 parent 7c76c20 commit aca6d57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .chloggen/fix-typo-messaging-schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
change_type: 'bug_fix'
component: messaging
note: Fix typo in schemas for messaging attribute changes
issues: [1595]
4 changes: 2 additions & 2 deletions schema-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ versions:
attribute_map:
messaging.kafka.consumer.group: messaging.consumer.group.name
messaging.rocketmq.client_group: messaging.consumer.group.name
messaging.evenhubs.consumer.group: messaging.consumer.group.name
message.servicebus.destination.subscription_name: messaging.destination.subscription.name
messaging.eventhubs.consumer.group: messaging.consumer.group.name
messaging.servicebus.destination.subscription_name: messaging.destination.subscription.name
# https://github.com/open-telemetry/semantic-conventions/pull/1200
- rename_attributes:
attribute_map:
Expand Down

0 comments on commit aca6d57

Please sign in to comment.