@Component
@ConfigurationProperties(prefix="org.ametiste.metrics")
public class MetricsProperties
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MetricsProperties.Jmx |
static class |
MetricsProperties.Statsd |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPS_PREFIX
Defines prefix name used to scope library properties.
|
| Constructor and Description |
|---|
MetricsProperties() |
| Modifier and Type | Method and Description |
|---|---|
MetricsProperties.Jmx |
getJmx() |
java.lang.String |
getPrefix() |
MetricsProperties.Statsd |
getStatsd() |
void |
setJmx(MetricsProperties.Jmx jmx) |
void |
setPrefix(java.lang.String prefix) |
void |
setStatsd(MetricsProperties.Statsd statsd) |
public static final java.lang.String PROPS_PREFIX
public MetricsProperties.Statsd getStatsd()
public void setStatsd(MetricsProperties.Statsd statsd)
public MetricsProperties.Jmx getJmx()
public void setJmx(MetricsProperties.Jmx jmx)
public java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)