Class TraceJdbcProperties.DataSourceProxyProperties.SlowQuery

java.lang.Object
org.springframework.cloud.sleuth.autoconfig.instrument.jdbc.TraceJdbcProperties.DataSourceProxyProperties.SlowQuery
Enclosing class:
TraceJdbcProperties.DataSourceProxyProperties

public static class TraceJdbcProperties.DataSourceProxyProperties.SlowQuery extends Object
Properties to configure slow query logging listener.
  • Constructor Details

    • SlowQuery

      public SlowQuery()
  • Method Details

    • isEnableLogging

      public boolean isEnableLogging()
    • setEnableLogging

      public void setEnableLogging(boolean enableLogging)
    • getLoggerName

      public String getLoggerName()
    • setLoggerName

      public void setLoggerName(String loggerName)
    • getLogLevel

      public String getLogLevel()
    • setLogLevel

      public void setLogLevel(String logLevel)
    • getThreshold

      public long getThreshold()
    • setThreshold

      public void setThreshold(long threshold)