n-mongo_2.13.2.5.4.source-code.reference.conf Maven / Gradle / Ivy
kanela.modules {
mongo-driver {
name = "Mongo Driver Instrumentation"
description = "Provides automatic tracing of client operations on the official Mongo driver"
instrumentations = [
"kamon.instrumentation.mongo.MongoClientInstrumentation"
]
within = [
"^com.mongodb.client.*"
"^com.mongodb.async.client.*"
"^com.mongodb.internal.*"
"^com.mongodb.operation.*"
]
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy