Hi, I was wondering if anyone is running a similar stack, and if so, what are your thoughts?
Logging:zerolog + ConsoleWriter (dev) / JSON (prod)
Traces + Metrics:OTel SDK β SigNoz
Error tracking:Sentry SDK
Hi, I was wondering if anyone is running a similar stack, and if so, what are your thoughts?
Logging:zerolog + ConsoleWriter (dev) / JSON (prod)
Traces + Metrics:OTel SDK β SigNoz
Error tracking:Sentry SDK
Yes, thatβs a solid setup β structured logs with zerolog, observability via OTel + SigNoz, and Sentry for error tracking works very well in practice.