Class Sample
Namespace: Consul
Assembly: Consul.dll
Sample represents a Sample metric
public class Sample
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Count
public long Count { get; set; }
Property Value
Labels
public Dictionary<string, string> Labels { get; set; }
Property Value
Dictionary <string , string >
Max
public double Max { get; set; }
Property Value
Mean
public double Mean { get; set; }
Property Value
Min
public double Min { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Stddev
public double Stddev { get; set; }
Property Value
Sum
public double Sum { get; set; }