Metrics are data points representing your system behaviour over time. People instrument their long-running apps with metrics to see if there are or were any problems and if the system behaves as expected. There are various metric types, but most common ones are counters, gauges and histograms. Metric types Counter is simply an increasing number. You may use counters to track the number of served requests, number of errors, and so on.