Interface MicrometerConfig.BinderConfig
- Enclosing interface:
- MicrometerConfig
public static interface MicrometerConfig.BinderConfig
Build / static runtime config for binders
-
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() -
mpMetrics
MPMetricsConfigGroup mpMetrics() -
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()
-