Abstract interface for recording metric values.
Implementations should record values that will be aggregated and tracked over time, typically for latency or performance metrics.
Records a single value.
The value to record (typically latency in microseconds).
Abstract interface for recording metric values.
Implementations should record values that will be aggregated and tracked over time, typically for latency or performance metrics.