Monitoring Basics
Monitoring Basics
Definition:
Monitoring involves observing the system’s health, performance, and uptime.
Logging is about collecting and analyzing system and application-generated data (logs).
Practical Example:
● A monitoring tool like Prometheus alerts you that "CPU usage is high" or "Memory is
exhausted."
● Checking logs through Elasticsearch, you find the exact error that caused the crash.
Popular Tools:
● Prometheus (Monitoring)
●