@Test
public void testDummyNetClientMetrics() {
NetClient client = vertx.createNetClient(new NetClientOptions());
assertNull(client.metricBaseName());
assertTrue(client.metrics().isEmpty());
}
@Test
public void testDummyHttpServerMetrics() {
HttpServer server = vertx.createHttpServer(new HttpServerOptions());