I'm moving over from Lambda to Digital Ocean since I found it much easier to test locally and iterate. Unfortunately, I'm not too savvy with setting up monitoring so I can see how often failures are happening and how to smoothly deploy changes on DO. I currently have a setup where I pull each individual change into my instance and re-run docker-compose build etc. Would love to learn more about what tools have helped you for logging/monitoring/deployments
Hammad_khaan|1 year ago
babyent|1 year ago
My backend is node-ts and a couple Go programs.
Via actions I can restart pm2, build Go, restart those services, and it works great.
As for monitoring, I’m just relying on the DO resource alerts. They’re fine for my needs.
Sorry if it’s too basic. Your needs may very well be different.
I’m trying to keep my setup as simple as possible since I’m solo right now. I used to be a platform engineer before and I don’t think I need anything fancier until I have a few hundred plus customers (b2b) and a dozen employees. Could be wrong, but it’s a full time job doing anything more imo.
mraza007|1 year ago
_jsdp|1 year ago
1. Axiom has a generous free plan (not sure if it's self-hostable) 2. SigNoz has an easy to work with self-hosting setup but also cloud solution.
If it's just logging, you can still forward your logs to these platforms but having OTel really goes a long way (from debugging and vendor selection POV).
dengolius|1 year ago
lazypenguin|1 year ago
Seriously though grafana cloud with their agents is pretty easy and affordable. Grafana family of products kind of have a learning curve but they work very well.
raihansaputra|1 year ago
but agree. a bit steep, but easy to start with. Grafana cloud can take you really far. (you don't really need all metrics for all running services do you?)
I wish they have built in ping scraper instead of having to run yet another service to do it.
raihansaputra|1 year ago
satvikpendem|1 year ago
mochja|1 year ago
magundu|1 year ago
cperez081890|1 year ago
[deleted]
cperez081890|1 year ago
[deleted]
swetha6|1 year ago
[deleted]
sgdh|1 year ago
[deleted]