Quarkus - Micrometer: JMX

Configuration

Configuration property fixed at build time - All other configuration properties are overridable at runtime

Configuration property

Type

Default

Support for export to JMX Support for JMX will be enabled if Micrometer support is enabled, the JMX registry extension is enabled and either this value is true, or this value is unset and quarkus.micrometer.registry-enabled-default is true.

boolean

JMX registry configuration properties.

A property source for configuration of the JMX MeterRegistry, see https://micrometer.io/docs/registry/jmx.

Map<String,String>