public class VertxConfigGroup extends Object implements MicrometerConfig.CapabilityEnabled
| Modifier and Type | Field and Description |
|---|---|
Optional<Boolean> |
enabled
Vert.x metrics support.
|
| Constructor and Description |
|---|
VertxConfigGroup() |
@ConfigItem public Optional<Boolean> enabled
Support for Vert.x metrics will be enabled if Micrometer
support is enabled, Vert.x MetricsOptions is on the classpath
and either this value is true, or this value is unset and
quarkus.micrometer.binder-enabled-default is true.
public Optional<Boolean> getEnabled()
getEnabled in interface MicrometerConfig.CapabilityEnabledCopyright © 2021 JBoss by Red Hat. All rights reserved.