Class VertxBinderProcessor
java.lang.Object
io.quarkus.micrometer.deployment.binder.VertxBinderProcessor
Add support for Vert.x instrumentation.
HTTP instrumentation is dependent on Vert.x, but has been pulled out into its own processor
Avoid referencing classes that in turn import optional dependencies.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) io.quarkus.vertx.core.deployment.VertxOptionsConsumerBuildItembuild(io.quarkus.micrometer.runtime.binder.vertx.VertxMeterBinderRecorder recorder) (package private) voidsetVertxConfig(io.quarkus.micrometer.runtime.binder.vertx.VertxMeterBinderRecorder recorder) (package private) io.quarkus.arc.deployment.UnremovableBeanBuildItem(package private) io.quarkus.arc.deployment.UnremovableBeanBuildItem
-
Field Details
-
METRIC_OPTIONS_CLASS_NAME
- See Also:
-
METRIC_OPTIONS_CLASS
-
-
Constructor Details
-
VertxBinderProcessor
public VertxBinderProcessor()
-
-
Method Details
-
unremoveableAdditionalHttpServerMetrics
io.quarkus.arc.deployment.UnremovableBeanBuildItem unremoveableAdditionalHttpServerMetrics() -
unremoveableAdditionalHttpClientMetrics
io.quarkus.arc.deployment.UnremovableBeanBuildItem unremoveableAdditionalHttpClientMetrics() -
build
io.quarkus.vertx.core.deployment.VertxOptionsConsumerBuildItem build(io.quarkus.micrometer.runtime.binder.vertx.VertxMeterBinderRecorder recorder) -
setVertxConfig
void setVertxConfig(io.quarkus.micrometer.runtime.binder.vertx.VertxMeterBinderRecorder recorder)
-