Class Metrics
Namespace: Consul
Assembly: Consul.dll
Metrics represents the metrics returned by the Agent API
public class Metrics
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Counters
public List<Counter> Counters { get; set; }
Property Value
Gauges
public List<Gauge> Gauges { get; set; }
Property Value
Points
public List<Point> Points { get; set; }
Property Value
Samples
public List<Sample> Samples { get; set; }
Property Value
Timestamp
public string Timestamp { get; set; }