We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84dce64 commit 933083eCopy full SHA for 933083e
vertx-core/src/test/java/io/vertx/tests/metrics/MetricsTest.java
@@ -1251,4 +1251,11 @@ public void close() {
1251
}));
1252
await();
1253
}
1254
+
1255
+ @Test
1256
+ public void testVirtualThreadWorkerPoolMetrics() {
1257
+ Map<String, FakePoolMetrics> all = FakePoolMetrics.getMetrics();
1258
+ assertTrue(all.containsKey("vert.x-virtual-thread"));
1259
+ assertNotNull(all.get("vert.x-virtual-thread"));
1260
+ }
1261
0 commit comments