Class PrometheusRecorder
- java.lang.Object
-
- io.quarkus.micrometer.runtime.export.PrometheusRecorder
-
public class PrometheusRecorder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) PrometheusHandlerhandler
-
Constructor Summary
Constructors Constructor Description PrometheusRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Consumer<io.vertx.ext.web.Route>fallbackRoute()io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>getFallbackHandler()PrometheusHandlergetHandler()Consumer<io.vertx.ext.web.Route>route()
-
-
-
Field Detail
-
handler
PrometheusHandler handler
-
-
Method Detail
-
getHandler
public PrometheusHandler getHandler()
-
route
public Consumer<io.vertx.ext.web.Route> route()
-
fallbackRoute
public Consumer<io.vertx.ext.web.Route> fallbackRoute()
-
getFallbackHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> getFallbackHandler()
-
-