Monitoring Model¶
The Monitoring Model provides a structured approach to observing system health and performance by categorizing data collection into four primary types^[400-devops__07-Monitoring-and-Observability__監控.md].
Components¶
- Metrics: Quantitative measurements and performance indicators^[400-devops__07-Monitoring-and-Observability__監控.md].
- Log: Detailed, discrete records of events and system activity^[400-devops__07-Monitoring-and-Observability__監控.md].
- Tracing: The tracking of requests as they propagate through the system, often referred to as the call chain^[400-devops__07-Monitoring-and-Observability__監控.md].
- Health: Status checks used to verify the operational state of a system component^[400-devops__07-Monitoring-and-Observability__監控.md].
Related Concepts¶
- [[Observability]]
- DevOps
Sources¶
^[400-devops__07-Monitoring-and-Observability__監控.md]