public class VertxMetricsTags extends Object
| Constructor and Description |
|---|
VertxMetricsTags() |
| Modifier and Type | Method and Description |
|---|---|
static io.micrometer.core.instrument.Tag |
method(io.vertx.core.http.HttpMethod method)
Creates a
method tag based on the HttpServerRequest.method()
method} of the given request. |
static io.micrometer.core.instrument.Tag |
outcome(io.vertx.core.http.HttpServerResponse response)
Creates an
outcome Tag derived from the given response. |
public static io.micrometer.core.instrument.Tag method(io.vertx.core.http.HttpMethod method)
method tag based on the HttpServerRequest.method()
method} of the given request.method - the request methodpublic static io.micrometer.core.instrument.Tag outcome(io.vertx.core.http.HttpServerResponse response)
outcome Tag derived from the given response.response - the responseCopyright © 2021 JBoss by Red Hat. All rights reserved.