Skip to main content

Class Metrics

Namespace: Consul
Assembly: Consul.dll

Metrics represents the metrics returned by the Agent API

public class Metrics

Inheritance

objectMetrics

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

List <Counter >

Gauges

public List<Gauge> Gauges { get; set; }

Property Value

List <Gauge >

Points

public List<Point> Points { get; set; }

Property Value

List <Point >

Samples

public List<Sample> Samples { get; set; }

Property Value

List <Sample >

Timestamp

public string Timestamp { get; set; }

Property Value

string

  • Properties
    • Counters
    • Gauges
    • Points
    • Samples
    • Timestamp