Sys.Mon.Server.Reading (Hyper v0.1.0)

Copy Markdown View Source

A monitor reading: the latest instantaneous and filtered values, each in the sampler's domain type (a number or any Unit.Quantity).

Summary

Types

t()

@type t() :: %Sys.Mon.Server.Reading{
  instant: Controls.Ewma.sample() | nil,
  smoothed: Controls.Ewma.sample() | nil
}