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

n-opensearch_3.2.7.4.source-code.reference.conf Maven / Gradle / Ivy

The newest version!
# ================================================== #
# kamon Opensearch client reference configuration #
# ================================================== #

kamon.instrumentation.opensearch {
}

kanela {
  modules {
    opensearch-driver {

      name = "Opensearch Client"
      description = "Provides tracing of client calls made with the official Opensearch Client library."
      instrumentations = [
        "kamon.instrumentation.opensearch.OSInstrumentation"
      ]

      within = [
        "org.opensearch.client..*"
      ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy