Package io.vertx.reactivex.micrometer
Class PrometheusScrapingHandler
- java.lang.Object
- 
- io.vertx.reactivex.micrometer.PrometheusScrapingHandler
 
- 
- All Implemented Interfaces:
- io.vertx.lang.rx.RxDelegate
 
 public class PrometheusScrapingHandler extends Object implements io.vertx.lang.rx.RxDelegate 
- 
- 
Field SummaryFields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<PrometheusScrapingHandler>__TYPE_ARG
 - 
Constructor SummaryConstructors Constructor Description PrometheusScrapingHandler(PrometheusScrapingHandler delegate)PrometheusScrapingHandler(Object delegate)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Handler<RoutingContext>create()Creates a Vert.x WebRoutehandler for Prometheus metrics scraping.static Handler<RoutingContext>create(io.micrometer.prometheusmetrics.PrometheusMeterRegistry registry)Creates a Vert.x WebRoutehandler for Prometheus metrics scraping.static Handler<RoutingContext>create(String registryName)Creates a Vert.x WebRoutehandler for Prometheus metrics scraping.booleanequals(Object o)PrometheusScrapingHandlergetDelegate()inthashCode()static PrometheusScrapingHandlernewInstance(PrometheusScrapingHandler arg)StringtoString()
 
- 
- 
- 
Field Detail- 
__TYPE_ARGpublic static final io.vertx.lang.rx.TypeArg<PrometheusScrapingHandler> __TYPE_ARG 
 
- 
 - 
Constructor Detail- 
PrometheusScrapingHandlerpublic PrometheusScrapingHandler(PrometheusScrapingHandler delegate) 
 - 
PrometheusScrapingHandlerpublic PrometheusScrapingHandler(Object delegate) 
 
- 
 - 
Method Detail- 
getDelegatepublic PrometheusScrapingHandler getDelegate() - Specified by:
- getDelegatein interface- io.vertx.lang.rx.RxDelegate
 
 - 
createpublic static Handler<RoutingContext> create() Creates a Vert.x WebRoutehandler for Prometheus metrics scraping. The default backend registry is used.- Returns:
- a Routehandler for the default backend registry
 
 - 
createpublic static Handler<RoutingContext> create(String registryName) Creates a Vert.x WebRoutehandler for Prometheus metrics scraping. The registry specified byregistryNameis used.- Parameters:
- registryName- the backend metrics registry
- Returns:
- a Routehandler for a specific metrics registry
 
 - 
createpublic static Handler<RoutingContext> create(io.micrometer.prometheusmetrics.PrometheusMeterRegistry registry) Creates a Vert.x WebRoutehandler for Prometheus metrics scraping. The registry specified byregistryis used.- Parameters:
- registry- the backend metrics registry
- Returns:
- a Routehandler for a specific metrics registry
 
 - 
newInstancepublic static PrometheusScrapingHandler newInstance(PrometheusScrapingHandler arg) 
 
- 
 
-