Class PrometheusHandler

java.lang.Object
io.quarkus.micrometer.runtime.export.handlers.PrometheusHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class PrometheusHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
  • Constructor Details

    • PrometheusHandler

      public PrometheusHandler()
  • Method Details

    • handle

      public void handle(io.vertx.ext.web.RoutingContext routingContext)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>