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