Fledex.Scheduler.Stats.Value (Fledex_Scheduler v0.1.0)

View Source

A statistic value. Caution: This is likely to be removed and replaced with telemetry

Summary

Types

t()

@type t() :: %Fledex.Scheduler.Stats.Value{
  avg: float(),
  count: integer(),
  histogram: [integer()],
  max: integer(),
  min: integer()
}

Functions

update(value, sample)

@spec update(t(), integer()) :: t()