public class DatadogConfig extends Object implements MicrometerConfig.CapabilityEnabled
| Modifier and Type | Field and Description |
|---|---|
Optional<Boolean> |
enabled
Support for export to Datadog
|
| Constructor and Description |
|---|
DatadogConfig() |
@ConfigItem public Optional<Boolean> enabled
Support for Datadog will be enabled if micrometer
support is enabled, the DatadogMeterRegistry is on the classpath
and either this value is true, or this value is unset and
quarkus.micrometer.registry-enabled-default is true.
public Optional<Boolean> getEnabled()
getEnabled in interface MicrometerConfig.CapabilityEnabledCopyright © 2020 JBoss by Red Hat. All rights reserved.