NomadClient.Model.SampledValue (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.SampledValue{
  Count: integer() | nil,
  Labels: %{optional(String.t()) => String.t()} | nil,
  Max: float() | nil,
  Mean: float() | nil,
  Min: float() | nil,
  Name: String.t() | nil,
  Rate: float() | nil,
  Stddev: float() | nil,
  Sum: float() | nil
}