NomadClient.Model.MetricsSummary (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.MetricsSummary{
  Counters: [NomadClient.Model.SampledValue.t()] | nil,
  Gauges: [NomadClient.Model.GaugeValue.t()] | nil,
  Points: [NomadClient.Model.PointValue.t()] | nil,
  Samples: [NomadClient.Model.SampledValue.t()] | nil,
  Timestamp: String.t() | nil
}