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

n-jdbc_2.11.0.6.1.source-code.reference.conf Maven / Gradle / Ivy

There is a newer version: 2.7.5
Show newest version
# ================================== #
# Kamon-jdbc Reference Configuration #
# ================================== #

kamon {
  jdbc {
    slow-query-threshold = 2 seconds

    # Fully qualified name of the implementation of kamon.jdbc.SlowQueryProcessor.
    slow-query-processor = kamon.jdbc.DefaultSlowQueryProcessor

    # Fully qualified name of the implementation of kamon.jdbc.SqlErrorProcessor.
    sql-error-processor = kamon.jdbc.DefaultSqlErrorProcessor

    # Fully qualified name of the implementation of kamon.jdbc.JdbcNameGenerator that will be used for assigning names to segments.
    name-generator = kamon.jdbc.DefaultJdbcNameGenerator
  }

  modules {
    kamon-jdbc {
      requires-aspectj = yes
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy