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
Subinterfaces of MicrometerConfig.CapabilityEnabled in io.quarkus.micrometer.runtime.configModifier and TypeInterfaceDescriptioninterfaceBuild / static runtime config for gRPC Client.interfaceBuild / static runtime config for gRPC Server.interfaceBuild / static runtime config for outbound HTTP requestsinterfaceBuild / static runtime config for inbound HTTP trafficinterfaceinterfaceBuild / static runtime config for Kafka BindersinterfaceBuild / static runtime config for the Microprofile Metrics BinderinterfaceBuild / static runtime config for Netty BindersinterfaceinterfaceBuild / static runtime config for Reactive Messaging BindersinterfaceBuild / static runtime config for Redis metricsinterfaceinterfaceBuild / static runtime config for the Vert.x BinderinterfaceBuild / static runtime config for the virtual thread metric collection.Methods in io.quarkus.micrometer.runtime.config with parameters of type MicrometerConfig.CapabilityEnabledModifier and TypeMethodDescriptiondefault booleanMicrometerConfig.checkBinderEnabledWithDefault(MicrometerConfig.CapabilityEnabled config) For MeterBinder configurations with optional 'enabled' attributes, determine whether the binder is enabled usingMicrometerConfig.binderEnabledDefault()as the default value.default booleanMicrometerConfig.checkRegistryEnabledWithDefault(MicrometerConfig.CapabilityEnabled config) For MeterRegistry configurations with optional 'enabled' attributes, determine whether the registry is enabled usingMicrometerConfig.registryEnabledDefault()as the default value.