public class WavefrontPropertiesConfigAdapter extends PushRegistryPropertiesConfigAdapter<WavefrontProperties> implements io.micrometer.wavefront.WavefrontConfig
WavefrontProperties to a WavefrontConfig.| Constructor and Description |
|---|
WavefrontPropertiesConfigAdapter(WavefrontProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
apiToken() |
String |
get(String k) |
String |
globalPrefix() |
String |
prefix() |
String |
source() |
String |
uri() |
batchSize, enabled, stepgetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdistributionPort, reportDayDistribution, reportHourDistribution, reportMinuteDistribution, validate, validateSenderConfigurationpublic WavefrontPropertiesConfigAdapter(WavefrontProperties properties)
public String prefix()
prefix in interface io.micrometer.core.instrument.config.MeterRegistryConfigprefix in interface io.micrometer.wavefront.WavefrontConfigpublic String get(String k)
get in interface io.micrometer.core.instrument.config.MeterRegistryConfigget in class PushRegistryPropertiesConfigAdapter<WavefrontProperties>public String uri()
uri in interface io.micrometer.wavefront.WavefrontConfigpublic String source()
source in interface io.micrometer.wavefront.WavefrontConfigpublic String apiToken()
apiToken in interface io.micrometer.wavefront.WavefrontConfigpublic String globalPrefix()
globalPrefix in interface io.micrometer.wavefront.WavefrontConfig