public static class JDBCPluginConfig.Plugin.POSTGRESQL extends Object
| Modifier and Type | Field and Description |
|---|---|
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. |
static boolean |
TRACE_SQL_PARAMETERS
If set to true, the parameters of the sql (typically
PreparedStatement) would be
collected. |
| Constructor and Description |
|---|
POSTGRESQL() |
public static boolean TRACE_SQL_PARAMETERS
PreparedStatement) would be
collected.public static int SQL_PARAMETERS_MAX_LENGTH
SQL_PARAMETERS_MAX_LENGTH characters.
Set a negative number to save the complete parameter string to the tag.
Copyright © 2020 The Apache Software Foundation. All rights reserved.