Recorder

A recorder collects observations within a time window (usually things like response sizes) and can provide aggregated information about the data sample, for example, count, sum, min, max and various quantiles.

Metrics.swift:298
class Recorder

This is the user-facing Recorder API.

Its behavior depends on the RecorderHandler implementation.