StatLite 0.4.0: Quarkus and Micrometer support #14
ejboy
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
StatLite is a lightweight, self-hosted monitoring dashboard for small applications and servers. Version 0.4.0 expands its framework support with Quarkus monitoring and Micrometer Prometheus collection for Spring Boot.
What’s new in 0.4.0
Quarkus monitoring
StatLite can now monitor Quarkus applications through their Micrometer Prometheus/OpenMetrics endpoint:
The Quarkus integration normalizes request, latency, JVM, process, and restart metrics for the existing StatLite dashboard. SmallRye Health and datasource status are supported when the application exposes them.
Quarkus applications can also be discovered with:
statlite inspect --type quarkus 'http://localhost:9000'Spring Micrometer support
Spring targets can now collect metrics from Micrometer’s Prometheus endpoint as well as Actuator JSON.
The source can be selected explicitly, or left on automatic selection:
autoprefers a compatible Prometheus/OpenMetrics endpoint and falls back to Actuator metrics when needed. The previousactuator_base_urlconfiguration remains supported as a deprecated compatibility alias.Other improvements
--no-pollmode for viewing existing SQLite history without contacting monitored applications.Internal certification
As part of the 0.4.0 release process, we ran our internal certification suite against the release-style build.
The representative runs passed for:
Detailed certification reports are maintained in our internal quality-control workspace.
Try it
Open http://127.0.0.1:9090. StatLite monitors itself by default, so the dashboard starts with live data.
Learn more
All reactions