Class Point
Namespace: Consul
Assembly: Consul.dll
Point represents a Point metric
public class Point
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; }