Uses of Interface
io.quarkus.micrometer.runtime.config.MicrometerConfig.CapabilityEnabled
Packages that use MicrometerConfig.CapabilityEnabled
-
Uses of MicrometerConfig.CapabilityEnabled in io.quarkus.micrometer.runtime.config
Classes in io.quarkus.micrometer.runtime.config that implement MicrometerConfig.CapabilityEnabledModifier and TypeClassDescriptionclassBuild / static runtime config for gRPC Client.classBuild / static runtime config for gRPC Server.classBuild / static runtime config for outbound HTTP requestsclassBuild / static runtime config for inbound HTTP trafficclassclassBuild / static runtime config for Kafka BindersclassBuild / static runtime config for the Microprofile Metrics BinderclassBuild / static runtime config for Netty BindersclassclassBuild / static runtime config for Reactive Messaging BindersclassBuild / static runtime config for Redis metricsclassclassBuild / static runtime config for the Vert.x BinderMethods in io.quarkus.micrometer.runtime.config with parameters of type MicrometerConfig.CapabilityEnabledModifier and TypeMethodDescriptionbooleanMicrometerConfig.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.