Definition: Metrics are numerical measurements collected from a system over time to show its behavior or performance.
They can tell you things such as how many requests occur, how much CPU is used, or how many errors happen.

Examples:

  1. CPU usage = 72%.
  2. API response time = 250 ms.
  3. Number of HTTP errors = 1,250 in the last hour.

Back-End My-Journey-In-Codeless