Interface RedisConfigGroup

All Superinterfaces:
MicrometerConfig.CapabilityEnabled

public interface RedisConfigGroup extends MicrometerConfig.CapabilityEnabled
Build / static runtime config for Redis metrics
  • Method Summary

    Modifier and Type
    Method
    Description
    Redis client metrics support.
  • Method Details

    • enabled

      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-default is true.

      Specified by:
      enabled in interface MicrometerConfig.CapabilityEnabled
      Returns:
      Optional<Boolean>