Interface HttpServerConfigGroup

All Superinterfaces:
MicrometerConfig.CapabilityEnabled

public interface HttpServerConfigGroup extends MicrometerConfig.CapabilityEnabled
Build / static runtime config for inbound HTTP traffic
  • Method Summary

    Modifier and Type
    Method
    Description
    Inbound HTTP metrics support.
  • Method Details

    • enabled

      Optional<Boolean> enabled()
      Inbound HTTP metrics support.

      Support for HTTP server metrics will be enabled if Micrometer support is enabled, an extension serving HTTP traffic is enabled, 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>