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
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 Environment variable: |
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: |
boolean |
|
JMX registry configuration properties. A property source for configuration of the JMX MeterRegistry, see https://micrometer.io/docs/registry/jmx. Environment variable: |
|