AppDynamicsConfiguration
Configurations specific to the AppDynamics integration. Only applicable when the containing Credential has service=APPDYNAMICS
{
"userName": "user1@account1",
"controllerName": "string",
"encryptedPassword": "string",
"enableRollup": false,
"enableErrorMetrics": false,
"enableBusinessTrxMetrics": false,
"enableBackendMetrics": false,
"enableOverallPerfMetrics": false,
"enableIndividualNodeMetrics": false,
"enableAppInfraMetrics": false,
"enableServiceEndpointMetrics": false,
"appFilterRegex": [
"string"
]
}
Username is combination of userName and the account name.
Name of the SaaS controller.
Password for AppDynamics user.
Set this to 'false' to get separate results for all values within the time range, by default it is 'true'.
Boolean flag to control Error metric injection.
Boolean flag to control Business Transaction metric injection.
Boolean flag to control Backend metric injection.
Boolean flag to control Overall Performance metric injection.
Boolean flag to control Individual Node metric injection.
Boolean flag to control Application Infrastructure metric injection.
Boolean flag to control Service End point metric injection.
List of regular expressions that a application name must match (case-insensitively) in order to be ingested.