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 |
applicationKey() |
default boolean |
descriptions()
true if meter descriptions should be sent to Datadog. |
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.config.MeterRegistryConfigdefault java.lang.String apiKey()
default java.lang.String applicationKey()
default java.lang.String hostTag()
null if
host should be omitted on publishing.default java.lang.String uri()
default boolean descriptions()
true if meter descriptions should be sent to Datadog.
Turn this off to minimize the amount of data sent on each scrape.