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

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

{
  "properties": [
    {
      "name": "opentracing.spring.cloud.jdbc.enabled",
      "type": "java.lang.Boolean",
      "description": "Enable JDBC tracing.",
      "defaultValue": true
    },
    {
      "name": "opentracing.spring.cloud.jdbc.withActiveSpanOnly",
      "type": "java.lang.Boolean",
      "description": "Only trace JDBC calls if they are part of an active Span.",
      "defaultValue": false
    },
    {
      "name": "opentracing.spring.cloud.jdbc.ignoreStatements",
      "type": "java.util.Set",
      "description": "Set of JDBC statements to not trace.",
      "defaultValue": null
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy