| Class | Description |
|---|---|
| DefaultClientMetrics | |
| DefaultHttpClientMetrics | |
| DefaultHttpServerMetrics |
important: not singleton, every HttpServer instance relate to an HttpServerMetrics instance
|
| DefaultTcpClientMetrics |
important: not singleton, every NetClient instance relate to a TCPMetrics instance
|
| DefaultTcpServerMetrics |
important: not singleton, every NetServer instance relate to a TcpServerMetrics instance
|
| DefaultVertxMetrics | |
| DefaultVertxMetricsFactory |
only for one vertx instance
DO NOT inject to vertx by SPI
typical usage:
DefaultVertxMetricsFactory factory = new DefaultVertxMetricsFactory();
MetricsOptionsEx metricsOptionsEx = (MetricsOptionsEx) factory.newOptions();
VertxOptions vertxOptions = new VertxOptions();
vertxOptions.setMetricsOptions(metricsOptionsEx);
Vertx vertx = Vertx.vertx(vertxOptions);
|
| MetricsOptionsEx |
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.