public interface TransactionTracerConfig
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getCollectSlowQueriesFromModules()
The set of modules that are allowed to send up obfuscated slow query information when high_security
mode is enabled.
|
double |
getExplainThresholdInMillis()
The threshold for sending an explain plan for a SQL query to New Relic.
|
double |
getExplainThresholdInNanos() |
int |
getInsertSqlMaxLength()
The limit on the length of a SQL statement sent to New Relic.
|
int |
getMaxExplainPlans()
The limit on the number of explain plans per transaction.
|
int |
getMaxSegments()
The limit on the number of transaction trace segments per transaction.
|
int |
getMaxStackTraces()
The limit on the number of stack traces to store per transaction.
|
int |
getMaxTokens()
The limit on the number of tokens to be retrieved per transaction.
|
java.lang.String |
getRecordSql()
The form for sending SQL statements to New Relic.
|
double |
getStackTraceThresholdInMillis()
The threshold for sending a stack trace for a SQL query to New Relic.
|
double |
getStackTraceThresholdInNanos() |
int |
getTopN()
The number of unique traces to report before starting over.
|
long |
getTransactionThresholdInMillis()
The threshold for sending a transaction trace to New Relic.
|
long |
getTransactionThresholdInNanos()
The threshold for sending a transaction trace to New Relic.
|
boolean |
isEnabled() |
boolean |
isExplainEnabled() |
boolean |
isGCTimeEnabled() |
boolean |
isLogSql()
If
true, send recorded SQL to the agent log file, but do not report it to New Relic. |
boolean isEnabled()
true if transaction traces are enabledjava.lang.String getRecordSql()
java.util.Set<java.lang.String> getCollectSlowQueriesFromModules()
boolean isLogSql()
true, send recorded SQL to the agent log file, but do not report it to New Relic.int getInsertSqlMaxLength()
long getTransactionThresholdInMillis()
long getTransactionThresholdInNanos()
double getStackTraceThresholdInMillis()
double getStackTraceThresholdInNanos()
double getExplainThresholdInMillis()
double getExplainThresholdInNanos()
boolean isExplainEnabled()
true if explain plans are enabledint getMaxExplainPlans()
boolean isGCTimeEnabled()
true if GC time is enabledint getMaxStackTraces()
int getMaxSegments()
int getMaxTokens()
int getTopN()