This reference page contains information about app agent node properties. The properties are listed in alphabetical order.
find-entry-points
Set this property to true to log all potential entry points that are hitting instrumented exit points or loggers to the Business Transactions log file.
Use this property when you suspect that some traffic is not being detected as business transactions. You should only enable this property for debugging purposes. You should deactivate this property in a production setup.
Tip: For new applications, you can use the interactive Live Preview tools to discover entry points.
Type:
Boolean
Default value:
false
Platform(s):
Java, .NET
heap-storage-monitor-devmode-disable-trigger-pct
The maximum Java heap utilization percentage for development mode. If the heap utilization exceeds this value, development mode is automatically deactivated.
Type:
Integer
Default value:
90
Range:
Minimum=0, Maximum=100
Platform(s):
Java
ibmbpm-systemtask-bt-naming
Decides BT naming scheme for IBM-BPM System Task POJO business transactions.
The property value is comma-separated identifiers chosen from project, bpd, task, and implementation,and is order-sensitive.
Type:
String
Default value:
default
Platform(s):
Java
Example
For example:
value = project, task means that the POJO business transactions are named as: <project-name> / <task-name> value = task, project means that the POJO business transactions are named as: <task-name> / <project-name> value = nonemeans that the POJO business transactions are not detected, in other words, deactivated. value = defaultwould mean that all the identifiers are used for BT naming are in the default order, that is, they are named as: <project-name> / <bpd-name> / <task-name> / <implementation-name>