https://github.com/vert-x3/vertx-micrometer-metrics
Vert.x metrics implementation for Micrometer.io
https://github.com/vert-x3/vertx-micrometer-metrics
influxdb java micrometer monitoring prometheus reactive vertx
Last synced: 8 months ago
JSON representation
Vert.x metrics implementation for Micrometer.io
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-micrometer-metrics
- Owner: vert-x3
- License: apache-2.0
- Created: 2018-01-09T17:26:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-09-16T09:40:00.000Z (9 months ago)
- Last Synced: 2025-09-16T11:53:22.550Z (9 months ago)
- Topics: influxdb, java, micrometer, monitoring, prometheus, reactive, vertx
- Language: Java
- Homepage:
- Size: 910 KB
- Stars: 53
- Watchers: 18
- Forks: 42
- Open Issues: 6
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - Micrometer metrics - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Metrics implementation using Micrometer metrics. (Integration)
README
= 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.