open-telemetry / opentelemetry-java-instrumentation

OpenTelemetry auto-instrumentation and instrumentation libraries for Java

Home Page:https://opentelemetry.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deprecation of in "messaging.kafka.destination.partition" semconv 1.25.0

SylvainJuge opened this issue · comments

The messaging.kafka.destination.partition attribute that was available until 1.24.0 included is now deprecated as of version 1.25.0 (code).

As a shortcut, some @SuppressWarnings("deprecation") has been added in #10983 as the deprecation warnings make the build fail.

The task here is to remove all those extra @SuppressWarnings("deprecation") and replace usages of MessagingIncubatingAttributes.MESSAGING_KAFKA_DESTINATION_PARTITION with the messaging.destination.partition.id attribute.