Class VertxBinderProcessor

java.lang.Object
io.quarkus.micrometer.deployment.binder.VertxBinderProcessor

public class VertxBinderProcessor extends Object
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.
  • Field Details

    • METRIC_OPTIONS_CLASS_NAME

      static final String METRIC_OPTIONS_CLASS_NAME
      See Also:
    • METRIC_OPTIONS_CLASS

      static final Class<?> METRIC_OPTIONS_CLASS
  • Constructor Details

    • VertxBinderProcessor

      public VertxBinderProcessor()
  • Method Details