Uses of Class
io.quarkus.micrometer.runtime.binder.vertx.HttpRequestMetric
Packages that use HttpRequestMetric
-
Uses of HttpRequestMetric in io.quarkus.micrometer.runtime.binder.vertx
Methods in io.quarkus.micrometer.runtime.binder.vertx that return HttpRequestMetricModifier and TypeMethodDescriptionstatic HttpRequestMetricHttpRequestMetric.getRequestMetric(io.vertx.ext.web.RoutingContext context) VertxHttpServerMetrics.requestBegin(io.micrometer.core.instrument.LongTaskTimer.Sample sample, io.vertx.core.spi.observability.HttpRequest request) Called when an HTTP server request begins.VertxHttpServerMetrics.responsePushed(io.micrometer.core.instrument.LongTaskTimer.Sample 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 HttpRequestMetricModifier and TypeMethodDescriptionio.micrometer.core.instrument.LongTaskTimer.SampleVertxHttpServerMetrics.connected(io.micrometer.core.instrument.LongTaskTimer.Sample sample, 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.