@ConfigurationProperties(prefix="management.metrics.export.jmx")
public class JmxProperties
extends java.lang.Object
@ConfigurationProperties for configuring JMX metrics
export.| Constructor and Description |
|---|
JmxProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDomain() |
java.time.Duration |
getStep() |
void |
setDomain(java.lang.String domain) |
void |
setStep(java.time.Duration step) |