Integrating Observability into NestJS Application
Introduction Hello, this is both for future documentation for myself and to help others set up an observability integration for a NestJS application. Observability Being able to observe your system gives you confidence, because you’ll be able to explain what happened and why it happened. Not to mention, some regulations require you to have some form of observability in your system. With observability integrated, you give your system a voice, it speaks back to you, telling the story of your users’ journey within the system, rather than acting like a mute “Trust me bro, I know what I’m doing” kind of system. With much less effort, you’ll know what went wrong and why. ...