public class DynatraceConfigurationBuilder extends ConfigurationBuilder
Configuration for Dynatrace SaaS/Managed usage
new DynatraceConfigurationBuilder("myApplicationUUID", "https://example.bf.dynatrace.com/mbeacon")
.withHybridMonitoring(true)
.withMonitoredDomains("https://www.foo.com", "https://www.bla.com")
.buildConfiguration();
| Constructor and Description |
|---|
DynatraceConfigurationBuilder(String applicationId,
String beaconUrl)
Creates a new
ConfigurationBuilder by passing the mandatory Dynatrace configuration parameters. |
buildConfiguration, withCertificateValidation, withCommunicationProblemListener, withCrashReporting, withDebugLogging, withHybridMonitoring, withKeyManagers, withKeyStore, withMonitoredDomains, withStartupLoadBalancing, withUserOptInpublic DynatraceConfigurationBuilder(String applicationId, String beaconUrl)
ConfigurationBuilder by passing the mandatory Dynatrace configuration parameters.
The parameter values can be found in your application configuration webUI page.applicationId - the application idbeaconUrl - the beacon url as provided by the wizard© 2021 Dynatrace LLC. All Rights Reserved