Skip to main content

Class Gauge

Namespace: Consul
Assembly: Consul.dll

Guage represents a Guage metric

public class Gauge

Inheritance

objectGauge

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

string

Value

public double Value { get; set; }

Property Value

double