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: 5 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 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T08:21:12.000Z (6 months ago)
- Last Synced: 2025-04-03T09:11:09.651Z (6 months ago)
- Topics: influxdb, java, micrometer, monitoring, prometheus, reactive, vertx
- Language: Java
- Homepage:
- Size: 902 KB
- Stars: 51
- Watchers: 18
- Forks: 40
- Open Issues: 0
-
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: javaimage: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.