io.quarkus.micrometer.runtime.config.PrometheusConfigGroup.jdp Maven / Gradle / Ivy
Show all versions of quarkus-micrometer Show documentation
io.quarkus.micrometer.runtime.config.PrometheusConfigGroup.defaultRegistry=By default, this extension will create a Prometheus MeterRegistry instance.\n\nUse this attribute to veto the creation of the default Prometheus MeterRegistry.
io.quarkus.micrometer.runtime.config.PrometheusConfigGroup.enabled=Support for export to Prometheus.\n
\nSupport for Prometheus will be enabled if Micrometer\nsupport is enabled, the PrometheusMeterRegistry is on the classpath\nand either this value is true, or this value is unset and\n{@code quarkus.micrometer.registry-enabled-default} is true.
io.quarkus.micrometer.runtime.config.PrometheusConfigGroup.path=The path for the prometheus metrics endpoint (produces text/plain). The default value is\n`metrics` and is resolved relative to the non-application endpoint (`q`), e.g.\n`${quarkus.http.root-path}/${quarkus.http.non-application-root-path}/metrics`.\nIf an absolute path is specified (`/metrics`), the prometheus endpoint will be served\nfrom the configured path.\n\nIf the management interface is enabled, the value will be resolved as a path relative to\n`${quarkus.management.root-path}` (`q` by default), e.g.\n`http\://${quarkus.management.host}\:${quarkus.management.port}/${quarkus.management.root-path}/metrics`.\nIf an absolute path is specified (`/metrics`), the prometheus endpoint will be served from the configured path, e.g.\n`http\://${quarkus.management.host}\:${quarkus.management.port}/metrics`.\n\n@asciidoclet