| Package | Description |
|---|---|
| io.quarkus.micrometer.runtime.binder.vertx |
| Modifier and Type | Method and Description |
|---|---|
RequestMetric |
VertxHttpServerMetrics.requestBegin(Map<String,Object> socketMetric,
io.vertx.core.http.HttpServerRequest request)
Called when an http server request begins.
|
RequestMetric |
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 RequestMetric |
RequestMetric.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,
RequestMetric requestMetric,
io.vertx.core.http.ServerWebSocket serverWebSocket)
Called when a server web socket connects.
|
void |
VertxHttpServerMetrics.requestReset(RequestMetric 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(RequestMetric requestMetric,
io.vertx.core.http.HttpServerResponse response)
Called when an http server response has ended.
|
static void |
RequestMetric.setRequestMetric(io.vertx.core.Context context,
RequestMetric requestMetric)
Stash the RequestMetric in the Vertx Context
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.