Uses of Class
io.quarkus.micrometer.runtime.binder.HttpBinderConfiguration
-
Packages that use HttpBinderConfiguration Package Description io.quarkus.micrometer.runtime io.quarkus.micrometer.runtime.binder io.quarkus.micrometer.runtime.binder.vertx -
-
Uses of HttpBinderConfiguration in io.quarkus.micrometer.runtime
Methods in io.quarkus.micrometer.runtime that return types with arguments of type HttpBinderConfiguration Modifier and Type Method Description RuntimeValue<HttpBinderConfiguration>MicrometerRecorder. configureHttpMetrics(boolean httpServerMetricsEnabled, boolean httpClientMetricsEnabled, HttpServerConfig serverConfig, HttpClientConfig clientConfig, VertxConfig vertxConfig) -
Uses of HttpBinderConfiguration in io.quarkus.micrometer.runtime.binder
Fields in io.quarkus.micrometer.runtime.binder declared as HttpBinderConfiguration Modifier and Type Field Description (package private) HttpBinderConfigurationHttpMeterFilterProvider. binderConfiguration(package private) HttpBinderConfigurationRestClientMetricsListener.MetricsClientRequestFilter. binderConfiguration(package private) HttpBinderConfigurationRestClientMetricsListener. httpMetricsConfigMethods in io.quarkus.micrometer.runtime.binder that return HttpBinderConfiguration Modifier and Type Method Description HttpBinderConfigurationHttpBinderConfiguration. unwrap()HttpBinderConfigurationHttpBinderConfiguration. update(HttpBinderConfiguration httpConfig)Methods in io.quarkus.micrometer.runtime.binder with parameters of type HttpBinderConfiguration Modifier and Type Method Description HttpBinderConfigurationHttpBinderConfiguration. update(HttpBinderConfiguration httpConfig)Constructors in io.quarkus.micrometer.runtime.binder with parameters of type HttpBinderConfiguration Constructor Description HttpMeterFilterProvider(HttpBinderConfiguration binderConfiguration)MetricsClientRequestFilter(HttpBinderConfiguration binderConfiguration) -
Uses of HttpBinderConfiguration in io.quarkus.micrometer.runtime.binder.vertx
Fields in io.quarkus.micrometer.runtime.binder.vertx declared as HttpBinderConfiguration Modifier and Type Field Description (package private) HttpBinderConfigurationVertxHttpServerMetrics. config(package private) static HttpBinderConfigurationVertxMeterBinderRecorder. devModeConfigMethods in io.quarkus.micrometer.runtime.binder.vertx with parameters of type HttpBinderConfiguration Modifier and Type Method Description (package private) voidVertxMeterBinderAdapter. setHttpConfig(HttpBinderConfiguration httpBinderConfiguration)Constructors in io.quarkus.micrometer.runtime.binder.vertx with parameters of type HttpBinderConfiguration Constructor Description VertxHttpServerMetrics(io.micrometer.core.instrument.MeterRegistry registry, HttpBinderConfiguration config)
-