Class MongoClientInstrumentationAutoConfiguration
java.lang.Object
io.opentelemetry.instrumentation.spring.autoconfigure.internal.instrumentation.mongo.MongoClientInstrumentationAutoConfiguration
@ConditionalOnBean(io.opentelemetry.api.OpenTelemetry.class)
@ConditionalOnClass(com.mongodb.MongoClientSettings.class)
@Configuration
public class MongoClientInstrumentationAutoConfiguration
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
-
MongoClientInstrumentationAutoConfiguration
public MongoClientInstrumentationAutoConfiguration()
-