Skip to content

Configuration

mjok edited this page Jul 27, 2020 · 13 revisions

Configurable properties for advices

Advice Property Values Default Comment
Common properties logLevel OFF/ERROR/WARN/INFO/DEBUG/TRACE OFF false
enabled true/false true Enables loaded Advice.
load true/false true Loads Advice. This property cannot be changed "on the fly", needs application restart.
checkCallRepeats true/false true Adds property if the key already exists with _1, if enabled this will check other is not the same value.
sendStackTrace true/false true Collects stackTrace of Advice intercepted methods.
maxStackTraceElements integer 30 Max StatckTraceElements collected.
callStackLimit integer 100 Max of events tracked under the single activity.
excludeProperties List none Exclude collected properties for advice.
doNotCorrelate true/false false If enabled it does not create call stack on entry. Usable in complicated systems, there correlation cannot be started on particular event, i.e. socket open on application server.
JavaxServletAdvice attachCorrelator true/false true Attaches response header with GUUID.
headerCorrIDName String REMORA_CORR Header name.
headerPrefix String HDR_ Collected properties prefix for headers.
cookiePrefix String CKIE_ Collected properties prefix for cookies.
RemoraControlAdvice port integer 7366 Remora Http server port.
reporterSchedule integer 300 Http server start is delayed. This property configures time in seconds when the Remora control Http server should be started.
heapDumpPath String [remoraPath]\dumps Absolute path there the dump files should be created.
ApacheHttpClientAdvice headerCorrIDName String REMORA_CORR Header correlator name for outgoing request, must comply with JavaxServletAdvice to correlate.
extractParams true/false true Extract request parameters into properties i.e. http://example.com/page?parameter=value&also=another will add PAR_parameter and PAR_also.
paramPrefix String PAR_ Property key prefix for parameter.
HttpUrlConnectionAdvice headerCorrIDName String REMORA_CORR Header correlator name for outgoing request, must comply with JavaxServletAdvice to correlate.
JDBCCallableStatementAdvice parameterPrefix String PARAM_ Property key prefix for parameter.
JMSReceiveAdvice fetchMsg true/false false Add JMS text message as property.
JMSReceiveAdvice fetchMsg true/false false Add JMS text message as property
Clone this wiki locally