Metrics monitoring¶
Metrics monitoring is a fundamental component of DevOps and system observability, focusing on the quantitative measurement of system performance and health^[400-devops-07-monitoring-and-observability.md].
In modern monitoring architectures, Metrics constitute one of the three primary pillars of observability, alongside logs and tracing^[400-devops-07-monitoring-and-observability.md]. Additionally, health checks serve as a specific mechanism to verify the operational status of services^[400-devops-07-monitoring-and-observability.md]. Together, these elements provide a comprehensive view of system behavior, allowing teams to detect, diagnose, and resolve issues efficiently.
Related Concepts¶
- [[Observability]]
- [[Logs]]
- Tracing
Sources¶
^[400-devops-07-monitoring-and-observability.md]