@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.Boolean |
getEnabled() |
java.time.Duration |
getStep() |
void |
setEnabled(java.lang.Boolean enabled) |
void |
setStep(java.time.Duration step) |