From Setup Errors to Observability: My First Hands-On Experience with SigNoz
Dashboard:My Journey Installing Signoz Locally When I first heard about observability, I thought it was just another way of monitoring whether an application was running or not. But while participating in the SigNoz Agentic AI Hackathon, I realized that observability is much more than checking if a system is alive. It is about understanding what is happening inside an application through logs, metrics, and traces. Instead of only reading about observability concepts, I wanted to experience the complete process myself. My goal was simple: install SigNoz locally, explore its dashboard, and understand how developers use observability tools while building modern applications. The journey was not completely smooth. I faced configuration issues, permission errors, and environment problems, but solving those problems helped me understand how different development tools work together. Why I Chose SigNoz Modern applications are becoming more complex. A single application may contain multiple se...