Interface StorkConfigGroup

All Superinterfaces:
MicrometerConfig.CapabilityEnabled

public interface StorkConfigGroup extends MicrometerConfig.CapabilityEnabled
  • Method Summary

    Modifier and Type
    Method
    Description
    Stork metrics support.
  • Method Details

    • enabled

      Optional<Boolean> enabled()
      Stork metrics support.

      Support for Stork metrics will be enabled if Micrometer support is enabled, the Quarkus Stork 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>