Observérbarhed
Observérbarhed refers to the degree to which the internal state of a system can be inferred from knowledge of its external outputs. In the context of software systems, it's about understanding what's happening inside your application by examining the data it produces. This data typically comes in the form of logs, metrics, and traces. Logs provide detailed, event-specific information. Metrics are aggregated numerical data that represent the system's performance and health over time. Traces capture the end-to-end journey of a request as it travels through different services.
High observérbarhed allows engineers to troubleshoot problems more effectively, identify performance bottlenecks, and gain insights into