类 JDBCPluginConfig.Plugin.JDBC

java.lang.Object
org.apache.skywalking.apm.plugin.jdbc.JDBCPluginConfig.Plugin.JDBC
封闭类:
JDBCPluginConfig.Plugin

public static class JDBCPluginConfig.Plugin.JDBC extends Object
  • 字段详细资料

    • TRACE_SQL_PARAMETERS

      public static volatile boolean TRACE_SQL_PARAMETERS
      If set to true, the parameters of the sql (typically PreparedStatement) would be collected.
    • SQL_PARAMETERS_MAX_LENGTH

      public static int SQL_PARAMETERS_MAX_LENGTH
      For the sake of performance, SkyWalking won't save the entire parameters string into the tag, but only the first SQL_PARAMETERS_MAX_LENGTH characters.

      Set a negative number to save the complete parameter string to the tag.

    • SQL_BODY_MAX_LENGTH

      public static int SQL_BODY_MAX_LENGTH
      For the sake of performance, SkyWalking won't save the entire sql body into the tag, but only the first SQL_BODY_MAX_LENGTH characters.

      Set a negative number to save the complete sql body to the tag.

  • 构造器详细资料

    • JDBC

      public JDBC()