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-clients/kafka-clients-2.6/library/src/main/java/io/opentelemetry/instrumentation/kafkaclients/v2_6/KafkaTelemetry.java
Copy file name to clipboardExpand all lines: instrumentation/kafka/kafka-clients/kafka-clients-2.6/library/src/main/java/io/opentelemetry/instrumentation/kafkaclients/v2_6/internal/KafkaConsumerTelemetry.java
Copy file name to clipboardExpand all lines: instrumentation/kafka/kafka-clients/kafka-clients-2.6/library/src/main/java/io/opentelemetry/instrumentation/kafkaclients/v2_6/internal/KafkaProducerTelemetry.java
Copy file name to clipboardExpand all lines: instrumentation/kafka/kafka-clients/kafka-clients-2.6/library/src/test/java/io/opentelemetry/instrumentation/kafkaclients/v2_6/internal/SerializationTestUtil.java
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,13 @@
19
19
classSerializationTestUtil {
20
20
21
21
/**
22
-
* Tests that a configuration map can be serialized and that OpenTelemetry classes are replaced
23
-
* with null during serialization (via writeReplace()).
24
-
*
25
-
* @param map the configuration map to serialize
26
-
* @param configKey the key to check for in the deserialized map
22
+
* Tests that a configuration map can be serialized and that supplier instance is replaced with
0 commit comments