Class KafkaInstrumentationAutoConfiguration
java.lang.Object
io.opentelemetry.instrumentation.spring.autoconfigure.internal.instrumentation.kafka.KafkaInstrumentationAutoConfiguration
@ConditionalOnClass({org.springframework.kafka.core.KafkaTemplate.class,org.springframework.kafka.config.ConcurrentKafkaListenerContainerFactory.class})
@Configuration
public class KafkaInstrumentationAutoConfiguration
extends Object
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KafkaInstrumentationAutoConfiguration
public KafkaInstrumentationAutoConfiguration()
-