| Package | Description |
|---|---|
| io.quarkus.micrometer.runtime.binder.vertx |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestMetric |
VertxHttpServerMetrics.requestBegin(Map<String,Object> socketMetric,
io.vertx.core.http.HttpServerRequest request)
Called when an http server request begins.
|
HttpRequestMetric |
VertxHttpServerMetrics.responsePushed(Map<String,Object> socketMetric,
io.vertx.core.http.HttpMethod method,
String uri,
io.vertx.core.http.HttpServerResponse response)
Called when an http server response is pushed.
|
static HttpRequestMetric |
VertxHttpServerMetrics.retrieveRequestMetric(io.vertx.core.Context context)
Retrieve and remove the RequestMetric from the Vertx Context
|
| Modifier and Type | Method and Description |
|---|---|
io.micrometer.core.instrument.LongTaskTimer.Sample |
VertxHttpServerMetrics.connected(Map<String,Object> socketMetric,
HttpRequestMetric requestMetric,
io.vertx.core.http.ServerWebSocket serverWebSocket)
Called when a server web socket connects.
|
void |
VertxHttpServerMetrics.requestReset(HttpRequestMetric requestMetric)
Called when the http server request couldn't complete successfully, for
instance the connection was closed before the response was sent.
|
void |
VertxHttpServerMetrics.responseEnd(HttpRequestMetric requestMetric,
io.vertx.core.http.HttpServerResponse response)
Called when an http server response has ended.
|
static void |
VertxHttpServerMetrics.setRequestMetric(io.vertx.core.Context context,
HttpRequestMetric requestMetric)
Stash the RequestMetric in the Vertx Context
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.