App Agent Node Properties (F-I)
This reference page contains information about app agent node properties. The properties are listed in alphabetical order.
find-entry-points
true to log all potential entry points that are hitting instrumented exit points or loggers to the Business Transactions log file.
| Type | Default value | Platform(s) |
|---|---|---|
| Boolean | False | Java, .NET |
heap-storage-monitor-devmode-disable-trigger-pct
| Type | Default value | Range | Platform(s) |
|---|---|---|---|
| Integer | 90 | Minimum=0, Maximum=100 | Java |
ibmbpm-systemtask-bt-naming
The property value is comma-separated identifiers chosen from project, bpd, task, and implementation, and is order-sensitive.
| Type | Default value | Platform(s) |
|---|---|---|
| String | default | Java |
Example
For example:
- value =
project, taskmeans that the POJO business transactions are named as:<project-name> / <task-name> - value =
task, projectmeans 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 =
defaultmeans 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>