Class JDBCPluginConfig.Plugin.JDBC
java.lang.Object
org.apache.skywalking.apm.plugin.jdbc.JDBCPluginConfig.Plugin.JDBC
- Enclosing class:
- JDBCPluginConfig.Plugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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.
-
-
Constructor Details
-
JDBC
public JDBC()
-