public interface KairosConfig
extends io.micrometer.core.instrument.step.StepRegistryConfig
KairosMeterRegistry.| Modifier and Type | Field and Description |
|---|---|
static KairosConfig |
DEFAULT
Accept configuration defaults
|
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
password() |
default java.lang.String |
prefix()
Property prefix to prepend to configuration names.
|
default java.lang.String |
uri()
The URI to send the metrics to.
|
default java.lang.String |
userName() |
static final KairosConfig DEFAULT
default java.lang.String prefix()
prefix in interface io.micrometer.core.instrument.config.MeterRegistryConfigdefault java.lang.String uri()
@Nullable default java.lang.String userName()
null, and the registry will not
attempt to present credentials to KairosDB.@Nullable default java.lang.String password()
null, and the registry will not
attempt to present credentials to KairosDB.