Class VertxConfigGroup
- java.lang.Object
-
- io.quarkus.micrometer.runtime.config.VertxConfigGroup
-
- All Implemented Interfaces:
MicrometerConfig.CapabilityEnabled
public class VertxConfigGroup extends Object implements MicrometerConfig.CapabilityEnabled
Build / static runtime config for the Vert.x Binder
-
-
Constructor Summary
Constructors Constructor Description VertxConfigGroup()
-
-
-
Field Detail
-
enabled
@ConfigItem public Optional<Boolean> enabled
Vert.x metrics support.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-defaultis true.
-
-
Method Detail
-
getEnabled
public Optional<Boolean> getEnabled()
- Specified by:
getEnabledin interfaceMicrometerConfig.CapabilityEnabled
-
-