Uses of Class
io.quarkus.micrometer.runtime.binder.vertx.HttpRequestMetric
-
Packages that use HttpRequestMetric Package Description io.quarkus.micrometer.runtime.binder.vertx -
-
Uses of HttpRequestMetric in io.quarkus.micrometer.runtime.binder.vertx
Methods in io.quarkus.micrometer.runtime.binder.vertx that return HttpRequestMetric Modifier and Type Method Description static HttpRequestMetricHttpRequestMetric. getRequestMetric(io.vertx.ext.web.RoutingContext context)HttpRequestMetricVertxHttpServerMetrics. requestBegin(Map<String,Object> socketMetric, io.vertx.core.spi.observability.HttpRequest request)Called when an http server request begins.HttpRequestMetricVertxHttpServerMetrics. responsePushed(Map<String,Object> socketMetric, io.vertx.core.http.HttpMethod method, String uri, io.vertx.core.spi.observability.HttpResponse response)Called when an http server response is pushed.Methods in io.quarkus.micrometer.runtime.binder.vertx with parameters of type HttpRequestMetric Modifier and Type Method Description io.micrometer.core.instrument.LongTaskTimer.SampleVertxHttpServerMetrics. connected(Map<String,Object> socketMetric, HttpRequestMetric requestMetric, io.vertx.core.http.ServerWebSocket serverWebSocket)Called when a server web socket connects.voidVertxHttpServerMetrics. requestReset(HttpRequestMetric requestMetric)Called when the http server request couldn't complete successfully, for instance the connection was closed before the response was sent.voidVertxHttpServerMetrics. requestRouted(HttpRequestMetric requestMetric, String route)voidVertxHttpServerMetrics. responseEnd(HttpRequestMetric requestMetric, io.vertx.core.spi.observability.HttpResponse response, long bytesWritten)Called when an http server response has ended.
-