public static class MicrometerConfig.BinderConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
jvm
Micrometer JVM metrics support.
|
MicroprofileMetricsConfig |
mpMetrics |
boolean |
system
Micrometer System metrics support.
|
VertxConfig |
vertx |
| Constructor and Description |
|---|
BinderConfig() |
public VertxConfig vertx
public MicroprofileMetricsConfig mpMetrics
@ConfigItem(defaultValue="true") public boolean jvm
Micrometer JVM metrics support is enabled by default.
@ConfigItem(defaultValue="true") public boolean system
Micrometer System metrics support is enabled by default.
Copyright © 2020 JBoss by Red Hat. All rights reserved.