@ConfigRoot(name="smallrye-metrics") static final class SmallRyeMetricsProcessor.SmallRyeMetricsConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
extensionsEnabled
Whether or not metrics published by Quarkus extensions should be enabled.
|
boolean |
jaxrsEnabled
Whether or not detailed JAX-RS metrics should be enabled.
|
boolean |
micrometerCompatibility
Apply Micrometer compatibility mode, where instead of regular 'base' and 'vendor' metrics,
Quarkus exposes the same 'jvm' metrics that Micrometer does.
|
(package private) String |
path
The path to the metrics handler.
|
| Constructor and Description |
|---|
SmallRyeMetricsConfig() |
@ConfigItem(defaultValue="metrics") String path
@ConfigItem(name="extensions.enabled",
defaultValue="true")
public boolean extensionsEnabled
@ConfigItem(name="micrometer.compatibility") public boolean micrometerCompatibility
@ConfigItem(name="jaxrs.enabled",
defaultValue="false")
public boolean jaxrsEnabled
Copyright © 2021 JBoss by Red Hat. All rights reserved.