Ask HN: How do you handle observability and alerting at tiny companies?
1–7 of 7 posts
Re: Ask HN: How do you handle observability and alerting at tiny companies?
#2Re: Ask HN: How do you handle observability and alerting at tiny companies?
#3You could for example just run one VM for all of your observability stuff, and stick these tools on it and store data to disk.
Alternatively, if you've got some money and you're systems are OK with outbound internet connections. SaaS monitoring solutions like NewRelic, Dynatrace, etc. are much more plug-and-play.
Re: Ask HN: How do you handle observability and alerting at tiny companies?
#4disclaimer: I'm a co-founder
Re: Ask HN: How do you handle observability and alerting at tiny companies?
#5For logs, there’s Loki which is a lot saner choice than ELK in 2025.
To have proper troubleshooting abilities, you will need a bit more than tooling. You should also need to spend some time instrumenting your apps (Prometheus exporters can only take you to a certain level, e.g. node_exporter for host level stats, or other technology-specific exporters) with metrics, and ensure that your apps are logging in a structured way at least.
Re: Ask HN: How do you handle observability and alerting at tiny companies?
#6I do like BetterStack heartbeats, but there is nothing similar for "pushing" a failure alert. You just push all your logs then configure filters in BetterStack logs.
Re: Ask HN: How do you handle observability and alerting at tiny companies?
#7Depending on the scale of your actual systems, you might be surprised how far you can get with open source tools like Prometheus / Graphana and just not configuring them for huge scale . You could for example just run one VM for all of your observability stuff, and stick these tools on it and store data to disk. Alternatively, if you've got some money and you're systems are OK with outbound internet connections. SaaS…
Its not going to win any awards but it works well enough for our needs, while requiring 0 maintenance whatsoever.