This page should help you tune the configuration for APM Insight agent configuration profile. The APM agent configuration profile enables you to set threshold values for key parameters and web transactions. These settings can be configured in apminsight.conf file or from the web client (represented by ). Make sure that this file is present in the folder where you have deployed the APM Insight agent.
The APM agent configuration profile is categorized into three parts:
Configuration | Description | Default Value |
---|---|---|
application.name* |
Example: myonlineshopping.com Note: With the APM Insight Java agent, you have the option to configure the application name through JVM arguments instead of configuring it in the apminsight.conf file. Add the following parameter: |
My Application |
behind.proxy |
|
false |
agent.server.port* |
|
8080 |
apminsight.log.dir |
Note : The apminsight.log.dir line needs to be uncommented for the changes to take place. |
|
apminsight.log.level |
|
INFO (level) |
transaction.skip.listening |
|
*.css, *.js, *.gif, *.jpg, *.jpeg, *.bmp, *.png |
Capture database SQL queries |
|
true |
Parametrize SQLs in transaction trace |
|
true |
Stacktrace threshold for SQLs in transaction trace |
|
3 (Second) |
Agent Auto-upgrade |
|
false |
The following properties are applicable for Applications Manager build 14440 and above | ||
apm.host* |
|
https://localhost:8443 |
license.key* |
Example:
license.key=APMI_38497e5d7f08c97214db485882372818b854445c98e2927e94
|
|
The following properties are applicable for Applications Manager build below 14440 | ||
apm.host* |
Example: mymachine.mydomain.com |
localhost |
apm.protocol.https |
|
false |
apm.port* |
|
9090 |
Notes:
|
Configuration | Description | Default Value |
---|---|---|
Apdex threshold |
|
0.5 (Second) |
Sampling factor |
|
1 (request) |
Enable transaction tracing |
|
true |
Transaction tracing threshold |
|
2 (Seconds) |
webtransaction.trace.input.params.record |
|
false |
webtransaction.trace.input.params.ignore |
|
password, authKey |
webtransaction.naming.use.requesturl |
|
|
webtransaction.encoding.charset |
|
APM Insight will use its default factory value, if any invalid value specified for an option.