Class RedisConfigGroup
- java.lang.Object
-
- io.quarkus.micrometer.runtime.config.RedisConfigGroup
-
- All Implemented Interfaces:
MicrometerConfig.CapabilityEnabled
public class RedisConfigGroup extends Object implements MicrometerConfig.CapabilityEnabled
Build / static runtime config for Redis metrics
-
-
Constructor Summary
Constructors Constructor Description RedisConfigGroup()
-
-
-
Field Detail
-
enabled
@ConfigItem public Optional<Boolean> enabled
Redis client metrics support.Support for Redis metrics will be enabled if Micrometer support is enabled, the Quarkus Redis client extension 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
-
-