Dynatrace APM Polling LAM Reference
This is a reference for the Dynatrace APM Polling LAM and UI integration. The Dynatrace APM Polling LAM configuration file is located at $MOOGSOFT_HOME/config/dynatrace_apm_lam.conf
.
The following properties are unique to the Dynatrace APM Polling LAM and UI integration.
See the LAM and Integration Reference for a full description of all common properties used to configure LAMs and UI integrations.
See the Dynatrace documentation for details on Dynatrace components.
url
URL of your Dynatrace Server along with its port.
Type | String |
Required | Yes |
Default | N/A |
username
Your Dynatrace username.
Type | String |
Required | Yes |
Default | N/A |
password
Your Dynatrace password.
Type | String |
Required | If you are not using |
Default | N/A |
encrypted_password
If you are using an encrypted password to log in to Dynatrace, enter it into this field and comment the password
field. The encrypted_password
property overrides password
.
Type | String |
Required | If you are not using |
Default | N/A |
filter
Filters events the LAM fetches from Dynatrace.
Type | Object |
Required | No |
Default | N/A |
Valid Values | See the |
filter : { { profileName : "myServer", } { incidentRule : "Heavy CPU Usage", } { state : "InProgress", } { time_from : "2019-08-16T09:07:21.205Z", } { time_till : "2019-08-16T09:55:21.205+01:00", } }
profileName
Filters events by the name of the Dynatrace server.
Type | String |
Required | No |
Default | N/A |
incidentRule
Filters events by an incident rule on the Dynatrace APM server.
Type | String |
Required | No |
Default | N/A |
state
Filters events by their current state.
Type | String |
Required | No |
Default | N/A |
Valid Values |
|
time_from
Filters by events the system created at or after the specified time.
Type | DateTime |
Required | No |
Default | N/A |
Valid Values | Use the format To change the timezone, replace |
time_till
Filters by events the system created before or at the specified time.
Type | DateTime. Use the format |
Required | No |
Default | N/A |
Valid Values | Use the format To change the timezone, replace |