StatLite 0.4.1: TierHive deployment and self-monitoring #15
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.1 adds a native TierHive deployment recipe and makes StatLite self-monitoring a first-class integration, alongside several correctness improvements for health, polling, and dashboard metrics.
What is new in 0.4.1
TierHive deployment recipe
StatLite can now be installed on a native Alpine Linux TierHive VPS with a small, provider-neutral recipe:
statliteOpenRC service.127.0.0.1:9090.statlite-selftarget.For an exact v0.4.1 installation:
See the TierHive deployment guide for credentials, reruns, service checks, and dashboard access.
StatLite self-monitoring
StatLite exposes the canonical
statlite-metrics/v1profile and can monitor itself or another StatLite instance:The self-monitoring target includes StatLite process, database, host CPU, memory, and filesystem visibility through the normal dashboard.
Correctness and dashboard improvements
Certification
The exact v0.4.1 candidate passed release certification for:
The release candidate also passed exact-binary health, metrics, dashboard, self-monitoring, target-switching, and time-range smoke checks.
Try it
Run the exact release container:
Or use the rolling latest image:
Open http://127.0.0.1:9090. StatLite monitors itself by default, so the dashboard starts with local data.
Learn more
All reactions