Skip to main content

Class Counter

Namespace: Consul
Assembly: Consul.dll

Counter represents a Counter metric

public class Counter

Inheritance

objectCounter

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

long

Labels

public Dictionary<string, string> Labels { get; set; }

Property Value

Dictionary <string , string >

Max

public double Max { get; set; }

Property Value

double

Mean

public double Mean { get; set; }

Property Value

double

Min

public double Min { get; set; }

Property Value

double

Name

public string Name { get; set; }

Property Value

string

Stddev

public double Stddev { get; set; }

Property Value

double

Sum

public double Sum { get; set; }

Property Value

double

  • Properties
    • Count
    • Labels
    • Max
    • Mean
    • Min
    • Name
    • Stddev
    • Sum