public class AppMonConfigurationBuilder extends ConfigurationBuilder
Configuration for AppMon usage
new AppMonConfigurationBuilder("myApplicationUUID", "https://www.example.com")
.withHybridMonitoring(true)
.withMonitoredDomains("https://www.foo.com", "https://www.bla.com")
.buildConfiguration();
| Constructor and Description |
|---|
AppMonConfigurationBuilder(String applicationId,
String agentPath)
Generates a new
ConfigurationBuilder by setting all mandatory AppMon configuration parameters |
buildConfiguration, withCertificateValidation, withCommunicationProblemListener, withCrashReporting, withDebugLogging, withHybridMonitoring, withKeyManagers, withKeyStore, withMonitoredDomains, withStartupLoadBalancing, withUserOptInpublic AppMonConfigurationBuilder(String applicationId, String agentPath)
ConfigurationBuilder by setting all mandatory AppMon configuration parametersapplicationId - the application idagentPath - the path to the instrumented web server or application server (without the monitor name "dynTraceMonitor")© 2021 Dynatrace LLC. All Rights Reserved