# `Sys.Mon.Server.Reading`
[🔗](https://github.com/harmont-dev/hyper/blob/main/lib/sys/mon/server.ex#L16)

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

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
