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 of your Dynatrace Server along with its port.
Type | String |
Required | Yes |
Default | N/A |
Your Dynatrace username.
Type | String |
Required | Yes |
Default | N/A |
Your Dynatrace password.
Type | String |
Required | If you are not using |
Default | N/A |
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 |
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",
}
}
Filters events by the name of the Dynatrace server.
Type | String |
Required | No |
Default | N/A |
Filters events by an incident rule on the Dynatrace APM server.
Type | String |
Required | No |
Default | N/A |
Filters events by their current state.
Type | String |
Required | No |
Default | N/A |
Valid Values |
|
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 |
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 |