类 JDBCPluginConfig.Plugin.JDBC
java.lang.Object
org.apache.skywalking.apm.plugin.jdbc.JDBCPluginConfig.Plugin.JDBC
-
字段概要
字段修饰符和类型字段说明static intFor the sake of performance, SkyWalking won't save the entire sql body into the tag, but only the firstSQL_BODY_MAX_LENGTHcharacters.static intFor the sake of performance, SkyWalking won't save the entire parameters string into the tag, but only the firstSQL_PARAMETERS_MAX_LENGTHcharacters.static booleanIf set to true, the parameters of the sql (typicallyPreparedStatement) would be collected. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
TRACE_SQL_PARAMETERS
public static volatile boolean TRACE_SQL_PARAMETERSIf set to true, the parameters of the sql (typicallyPreparedStatement) would be collected. -
SQL_PARAMETERS_MAX_LENGTH
public static int SQL_PARAMETERS_MAX_LENGTHFor the sake of performance, SkyWalking won't save the entire parameters string into the tag, but only the firstSQL_PARAMETERS_MAX_LENGTHcharacters.Set a negative number to save the complete parameter string to the tag.
-
SQL_BODY_MAX_LENGTH
public static int SQL_BODY_MAX_LENGTHFor the sake of performance, SkyWalking won't save the entire sql body into the tag, but only the firstSQL_BODY_MAX_LENGTHcharacters.Set a negative number to save the complete sql body to the tag.
-
-
构造器详细资料
-
JDBC
public JDBC()
-