Server

Monitoring and Observability

Updated: March 18, 2024

Monitoring is about instrumenting code to collect data that enables to trigger alerts when something goes wrong. This can be done using an alert system on top of the metrics dashboard and centralized logs. It enables to react to known problems on a known system.

On the other hand Observability helps developers and SRE teams to understand the state of a deployed application. This is particularly important on complex system subjects to change (scaling up or down, frequent deployment, different type of load ...). Being able to react to unknown problems requires more information than metrics and logs, the system needs to expose its health and to describe how requests make their way through all the services, i.e. tracing capabilities.

Dive into the subpages to understand how Nuxeo deals with all the topics involved in Monitoring and Observability: