in spectator/stateless_meters.h [225:228]
void Record(absl::Duration amount) noexcept { auto duration = detail::restrict(amount, min_, max_); this->send(absl::ToDoubleSeconds(duration)); }