public interface DatadogConfig
extends io.micrometer.core.instrument.step.StepRegistryConfig
| Modifier and Type | Field and Description |
|---|---|
static DatadogConfig |
DEFAULT
Accept configuration defaults
|
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
apiKey() |
default java.lang.String |
hostTag()
The tag that will be mapped to "host" when shipping metrics to datadog, or
null if
host should be omitted on publishing. |
default java.lang.String |
prefix() |
default java.lang.String |
uri()
The URI to ship metrics to.
|
static final DatadogConfig DEFAULT
default java.lang.String prefix()
prefix in interface io.micrometer.core.instrument.MeterRegistryConfigdefault java.lang.String apiKey()
default java.lang.String hostTag()
null if
host should be omitted on publishing.default java.lang.String uri()