vertx-micrometer-metrics
vertx-micrometer-metrics copied to clipboard
Vert.x metrics implementation for Micrometer.io
= vertx-micrometer-metrics :source-language: java
image:https://github.com/vert-x3/vertx-micrometer-metrics/actions/workflows/ci-5.x.yml/badge.svg["Build Status (5.x)",link="https://github.com/vert-x3/vertx-micrometer-metrics/actions/workflows/ci-5.x.yml"] image:https://github.com/vert-x3/vertx-micrometer-metrics/actions/workflows/ci-4.x.yml/badge.svg["Build Status (4.x)",link="https://github.com/vert-x3/vertx-micrometer-metrics/actions/workflows/ci-4.x.yml"]
Vert.x Micrometer Metrics contains metrics collection and reporting to various target systems through link:http://micrometer.io/[Micrometer].
The http://vertx.io/docs/vertx-core/java/index.html#_metrics_spi[Vert.x Metrics SPI] allows implementers to capture events from Vert.x in order to gather metrics.
Please see the https://vertx.io/docs/vertx-micrometer-metrics/java/[documentation] on the web-site for a full description.