All Downloads are FREE. Search and download functionalities are using the official Maven repository.

n-mongo_2.13.2.5.4.source-code.reference.conf Maven / Gradle / Ivy

There is a newer version: 2.7.5
Show newest version
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