Skip to content

Commit d808fb6

Browse files
committed
./gradlew spotlessApply
1 parent 30b1107 commit d808fb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instrumentation/kafka/kafka-connect-2.6/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/kafkaconnect/v2_6/WorkerSinkTaskInstrumentation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
import net.bytebuddy.matcher.ElementMatcher;
1616

1717
/**
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
2020
* {@link SinkTaskInstrumentation}) and low-level kafka-clients spans would be created for the same
2121
* consumer operation. This ensures only the meaningful Kafka Connect spans are generated.
2222
*/

0 commit comments

Comments
 (0)