Skip to content

Commit f72ae47

Browse files
authored
Update instrumentation/kafka/kafka-clients/kafka-clients-2.6/library/src/main/java/io/opentelemetry/instrumentation/kafkaclients/v2_6/TracingProducerInterceptor.java
1 parent 3fdd463 commit f72ae47

File tree

1 file changed

+1
-3
lines changed
  • instrumentation/kafka/kafka-clients/kafka-clients-2.6/library/src/main/java/io/opentelemetry/instrumentation/kafkaclients/v2_6

1 file changed

+1
-3
lines changed

instrumentation/kafka/kafka-clients/kafka-clients-2.6/library/src/main/java/io/opentelemetry/instrumentation/kafkaclients/v2_6/TracingProducerInterceptor.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
* via ProducerConfig.INTERCEPTOR_CLASSES_CONFIG property to your Producer's properties to get it
2424
* instantiated and used. See more details on ProducerInterceptor usage in its Javadoc.
2525
*
26-
* @deprecated Use {@link OpenTelemetryProducerInterceptor} instead. This class uses {@link
27-
* GlobalOpenTelemetry} and is not configurable. The new class allows you to pass a configured
28-
* {@link KafkaTelemetry} instance.
26+
* @deprecated Use {@link OpenTelemetryProducerInterceptor} instead.
2927
*/
3028
@Deprecated
3129
public class TracingProducerInterceptor<K, V> implements ProducerInterceptor<K, V> {

0 commit comments

Comments
 (0)