Metrics¶
Metrics are quantitative measurements used to track the performance and status of systems over time^[監控.md]. They are a fundamental component of the Monitoring Model in DevOps, working alongside logs, Tracing, and health checks to provide a comprehensive view of system observability^[監控.md].
Role in Monitoring¶
Within the Monitoring Model, metrics serve as the primary data source for analyzing trends and identifying anomalies^[監控.md]. They provide a numerical representation of system behavior, allowing engineers to evaluate performance and resource usage effectively^[監控.md].
Related Concepts¶
- [[Monitoring]]
- [[Logs]]
- Tracing
- [[Health checks]]
Sources¶
^[監控.md]