public class PrometheusConfig 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 © 2020 JBoss by Red Hat. All rights reserved.