public class PrometheusConfigGroup extends Object implements MicrometerConfig.CapabilityEnabled
@ConfigItem public Optional<Boolean> enabled
Support for Prometheus will be enabled if Micrometer
support is enabled, the PrometheusMeterRegistry is on the classpath
and either this value is true, or this value is unset and
quarkus.micrometer.registry-enabled-default is true.
@ConfigItem(defaultValue="metrics") public String path
metrics.public Optional<Boolean> getEnabled()
getEnabled in interface MicrometerConfig.CapabilityEnabledCopyright © 2021 JBoss by Red Hat. All rights reserved.