JMX

<dependency>
    <groupId>io.quarkiverse.micrometer.registry</groupId>
    <artifactId>quarkus-micrometer-registry-jmx</artifactId>
</dependency>

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.

Environment variable: QUARKUS_MICROMETER_EXPORT_JMX_ENABLED

boolean

By default, this extension will create a JMX MeterRegistry instance.

Use this attribute to veto the creation of the default JMX MeterRegistry.

Environment variable: QUARKUS_MICROMETER_EXPORT_JMX_DEFAULT_REGISTRY

boolean

true

JMX registry configuration properties.

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

Environment variable: QUARKUS_MICROMETER_EXPORT_JMX

Map<String,String>