public class EngineConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
EngineConfiguration(String endpoint,
String nodeName) |
EngineConfiguration(String endpoint,
String serviceInstanceId,
boolean systemMetricsGroupEnabled,
boolean processMetricsGroupEnabled,
boolean jvmMetricsGroupEnabled) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint() |
int |
getExporterTimeoutMillis() |
String |
getServiceInstanceId() |
boolean |
isJvmMetricsGroupEnabled() |
boolean |
isProcessMetricsGroupEnabled() |
boolean |
isSystemMetricsGroupEnabled() |
@Nonnull public int getExporterTimeoutMillis()
@Nonnull public boolean isSystemMetricsGroupEnabled()
@Nonnull public boolean isProcessMetricsGroupEnabled()
@Nonnull public boolean isJvmMetricsGroupEnabled()
Copyright © 2016–2021. All rights reserved.