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