| Package | Description | 
|---|---|
| io.vertx.core.spi.metrics | 
| Modifier and Type | Method and Description | 
|---|---|
default ClientMetrics<?,?,?,?> | 
VertxMetrics.createClientMetrics(SocketAddress remoteAddress,
                   String type,
                   String namespace)
Provides the client metrics SPI when a client has been created. 
 | 
default ClientMetrics<R,T,HttpRequest,HttpResponse> | 
HttpClientMetrics.createEndpointMetrics(SocketAddress remoteAddress,
                     int maxPoolSize)
Provides metrics for a particular endpoint 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default void | 
HttpClientMetrics.endpointConnected(ClientMetrics<R,T,?,?> endpointMetric)
Called when a connection is made to a endpoint. 
 | 
default void | 
HttpClientMetrics.endpointDisconnected(ClientMetrics<R,T,?,?> endpointMetric)
Called when a connection to an endpoint is closed. 
 | 
Copyright © 2021 Eclipse. All rights reserved.