You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/kafka/kafka-connect-2.6/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/kafkaconnect/v2_6/WorkerSinkTaskInstrumentation.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@
15
15
importnet.bytebuddy.matcher.ElementMatcher;
16
16
17
17
/**
18
-
* This instrumentation is responsible for suppressing the underlying Kafka client consumer spans
19
-
* to avoid duplicate telemetry. Without this suppression, both high-level Kafka Connect spans (from
18
+
* This instrumentation is responsible for suppressing the underlying Kafka client consumer spans to
19
+
* avoid duplicate telemetry. Without this suppression, both high-level Kafka Connect spans (from
20
20
* {@link SinkTaskInstrumentation}) and low-level kafka-clients spans would be created for the same
21
21
* consumer operation. This ensures only the meaningful Kafka Connect spans are generated.
0 commit comments