A statistic value. Caution: This is likely to be removed and replaced with telemetry
@type t() :: %Fledex.Scheduler.Stats.Value{ avg: float(), count: integer(), histogram: [integer()], max: integer(), min: integer() }
@spec update(t(), integer()) :: t()