Interface ExtendedQuarkusVertxHttpMetrics


public interface ExtendedQuarkusVertxHttpMetrics
An interface extending the metrics exposed for the Vert.x HTTP server.

The Vert.x HTTP metrics are managed by Vert.x, and are exposed by the Vert.x metrics SPI. However, some of the metrics are not exposed by the SPI, and are only available through the Vert.x HTTP SPI.

Thus, we need to extend the Vert.x HTTP metrics SPI to expose these metrics.