Metric

When developers monitor their applications and infrastructure to make sure things run smoothly, they set up metrics to track specific points of performance: how fast an API request gets fulfilled, the percentage of requests that fail, or even what % of total processing capacity is a server using up.

Unlike a log, which is a single line a computer emits when something happens, a metric is an aggregate of those things that happened rolled up into a useful number.

Metric