public class StatsdPropertiesConfigAdapter extends PropertiesConfigAdapter<StatsdProperties> implements io.micrometer.statsd.StatsdConfig
StatsdProperties to a StatsdConfig.| Constructor and Description |
|---|
StatsdPropertiesConfigAdapter(StatsdProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enabled() |
io.micrometer.statsd.StatsdFlavor |
flavor() |
String |
get(String s) |
String |
host() |
int |
maxPacketLength() |
Duration |
pollingFrequency() |
int |
port() |
boolean |
publishUnchangedMeters() |
int |
queueSize()
Deprecated.
|
getpublic StatsdPropertiesConfigAdapter(StatsdProperties properties)
public String get(String s)
get in interface io.micrometer.core.instrument.config.MeterRegistryConfigpublic io.micrometer.statsd.StatsdFlavor flavor()
flavor in interface io.micrometer.statsd.StatsdConfigpublic boolean enabled()
enabled in interface io.micrometer.statsd.StatsdConfigpublic String host()
host in interface io.micrometer.statsd.StatsdConfigpublic int port()
port in interface io.micrometer.statsd.StatsdConfigpublic int maxPacketLength()
maxPacketLength in interface io.micrometer.statsd.StatsdConfigpublic Duration pollingFrequency()
pollingFrequency in interface io.micrometer.statsd.StatsdConfig@Deprecated public int queueSize()
queueSize in interface io.micrometer.statsd.StatsdConfigpublic boolean publishUnchangedMeters()
publishUnchangedMeters in interface io.micrometer.statsd.StatsdConfigCopyright © 2018 Pivotal Software, Inc.. All rights reserved.