Uses of Interface
io.quarkus.micrometer.runtime.config.MicrometerConfig.CapabilityEnabled
-
Packages that use MicrometerConfig.CapabilityEnabled Package Description io.quarkus.micrometer.runtime.config -
-
Uses of MicrometerConfig.CapabilityEnabled in io.quarkus.micrometer.runtime.config
Classes in io.quarkus.micrometer.runtime.config that implement MicrometerConfig.CapabilityEnabled Modifier and Type Class Description classGrpcClientConfigGroupBuild / static runtime config for gRPC Client.classGrpcServerConfigGroupBuild / static runtime config for gRPC Server.classHttpClientConfigGroupBuild / static runtime config for outbound HTTP requestsclassHttpServerConfigGroupBuild / static runtime config for inbound HTTP trafficclassJsonConfigGroupclassKafkaConfigGroupBuild / static runtime config for Kafka BindersclassMPMetricsConfigGroupBuild / static runtime config for the Microprofile Metrics BinderclassPrometheusConfigGroupclassVertxConfigGroupBuild / static runtime config for the Vert.x BinderMethods in io.quarkus.micrometer.runtime.config with parameters of type MicrometerConfig.CapabilityEnabled Modifier and Type Method Description booleanMicrometerConfig. checkBinderEnabledWithDefault(MicrometerConfig.CapabilityEnabled config)For MeterBinder configurations with optional 'enabled' attributes, determine whether the binder is enabled usingMicrometerConfig.binderEnabledDefaultas the default value.booleanMicrometerConfig. checkRegistryEnabledWithDefault(MicrometerConfig.CapabilityEnabled config)For MeterRegistry configurations with optional 'enabled' attributes, determine whether the registry is enabled usingMicrometerConfig.registryEnabledDefaultas the default value.
-