vertx-dropwizard-metrics
vertx-dropwizard-metrics copied to clipboard
Vert.x Metrics
See https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/
Hi, I've got an intention to override default metrics names Vertx provides. For example, I'm not happy with this metric for HTTP server (https://github.com/vert-x3/vertx-dropwizard-metrics/blob/master/src/main/java/io/vertx/ext/dropwizard/impl/VertxMetricsImpl.java#L112), as it actually leaves a colon...
Reservoir used in internal meters (e.g. `ThroughputMeter`) is hardcoded to the default `ExponentiallyDecayingReservoir`. Although it's possible to provide `MetricRegistry` implementation working with any other reservoir, internal meters still will be...
I test with a websocket server using vertx 3.5.1 . When new connection comes in, the count of "open-netsockets" and "open-connections.host" +2,end then after closed the count-1, but the value...
Currently `vertx.net.servers` metrics returns Histogram type metrics for `bytes-read` and `bytes-written` it not usable to get rate throughput for net server