Spring Boot Actuator
Health, traffic, latency, CPU, memory, and restarts in one focused dashboard.
Turn Actuator health and metrics into a lightweight self-hosted dashboard with history, charts, restart detection, and local SQLite storage.
One Go binary. Local SQLite. No Prometheus or Grafana required.
Quick start
Open http://127.0.0.1:9090. StatLite monitors itself out of the box, so you can explore the dashboard before configuring your application.
docker run --rm \
-p 127.0.0.1:9090:9090 \
ghcr.io/pvrlabs/statlite:latestA focused view of your applications
Health, traffic, latency, CPU, memory, and restarts in one focused dashboard.
One Go binary and one local SQLite database for a small application or VPS.
Self-hosted history with no external monitoring service required.
CPU, memory, and filesystem capacity alongside your applications.
Built for Spring Boot, usable beyond it
Actuator already exposes useful metrics. StatLite adds focused history and charts without asking you to deploy a full Prometheus and Grafana stack.
Read the Spring Boot guideHealth and metrics endpoints for Spring Boot applications.
A fixed JSON profile for supported external applications.
StatLite monitors its own host and SQLite filesystem capacity.
targets:
- name: "my-app"
actuator_base_url: "http://localhost:8080/actuator"Know the fit
StatLite is a good fit for one or a few applications, small VPS deployments, solo developers and small teams, and focused application and host metrics.