Interface MicrometerConfig.BinderConfig
- Enclosing interface:
MicrometerConfig
-
Method Details
-
httpClient
HttpClientConfigGroup httpClient() -
httpServer
HttpServerConfigGroup httpServer() -
jvm
Micrometer JVM metrics support.Support for JVM metrics will be enabled if Micrometer support is enabled, and either this value is true, or this value is unset and
quarkus.micrometer.binder-enabled-defaultis true. -
kafka
KafkaConfigGroup kafka() -
redis
RedisConfigGroup redis() -
stork
StorkConfigGroup stork() -
grpcServer
GrpcServerConfigGroup grpcServer() -
grpcClient
GrpcClientConfigGroup grpcClient() -
messaging
ReactiveMessagingConfigGroup messaging() -
virtualThreads
VirtualThreadsConfigGroup virtualThreads() -
system
Micrometer System metrics support.Support for System metrics will be enabled if Micrometer support is enabled, and either this value is true, or this value is unset and
quarkus.micrometer.binder-enabled-defaultis true. -
vertx
VertxConfigGroup vertx() -
netty
NettyConfigGroup netty() -
enableAll
@WithDefault("false") boolean enableAll()Enable all binders. Activates all metrics regardless off their particular default.This property has precedence over all
MicrometerConfig.BinderConfigbinders. In other words, if thequarkus.micrometer.binder.jvmis set tofalseandquarkus.micrometer.binder.enabled-allis set totrue, all JVM metrics will be enabled.Also takes precedence over
quarkus.micrometer.binder-enabled-default, if binder discover is disabled, discovery of all metrics will still happen.
-