Ask HN: Light self-hosted logs/metrics/traces dashboard?
1–10 of 10 posts
Re: Ask HN: Light self-hosted logs/metrics/traces dashboard?
#2Re: Ask HN: Light self-hosted logs/metrics/traces dashboard?
#3Re: Ask HN: Light self-hosted logs/metrics/traces dashboard?
#4Re: Ask HN: Light self-hosted logs/metrics/traces dashboard?
#5Poor man's dashboard: Get your desired metrics with grep/wc/whatever shell commands from your logs, and visualize with PyQtGraph/PySide (or even gnuplot, for an even lighter experience).
Re: Ask HN: Light self-hosted logs/metrics/traces dashboard?
#6Poor man's dashboard: Get your desired metrics with grep/wc/whatever shell commands from your logs, and visualize with PyQtGraph/PySide (or even gnuplot, for an even lighter experience).
Or you can use GoAccess [0] [0] https://goaccess.io/
> GoAccess is written in C
I assumed it would be written in Golang from the name.
Re: Ask HN: Light self-hosted logs/metrics/traces dashboard?
#7Re: Ask HN: Light self-hosted logs/metrics/traces dashboard?
#8Re: Ask HN: Light self-hosted logs/metrics/traces dashboard?
#9For APM across some popular stacks: Apache Skywalking might be worth a look (though probably with PostgreSQL instead of ElasticSearch).
For analytics: Matomo is good.
For uptime monitoring: Uptime Kuma is really good.
Consider a separate cheap VPS for the monitoring stack, whatever it might end up being, like something from Hetzner.