Ask HN: What's your open source stack?

9 3D39739091 4 6/7/2025, 4:48:21 PM
If you are using self-hosted open source to handle to handle your logs, traces, metrics instead of a third party SaSS or all in one platform, what do you use? How is it working out for you?

Inspired by a related thread about vendor lock in.

Comments (4)

uaas · 4h ago
Good ol’ Prometheus and Grafana stack (Loki for logs, Tempo for traces) is perfect for smaller projects. You can also explore having OpenTelemetry collectors in the middle for more sophisticated processing and if you want to keep an eye on its ecosystem.

This is still the goto OSS stack, and I wouldn’t really recommend looking into smaller projects (usually backed by a single vendor) that are claiming better performance/lower resource usage for the same capabilities, because that always comes with a cost.

herbst · 1h ago
Shynet is a good very light visitor tracking system for websites. Super simple.
Fizzadar · 2h ago
Victoriametrics for metrics (7x ram reduction vs prom), Loki for logs but evaluating Victorialogs. Then grafana for ui. Cannot recommend vm enough, it’s fantastic.
bitbasher · 2h ago
logrotate, systemd, `journalctl -u server-name | grep whatever`