RateCounter

Namespace: FoundationDB.Client.Status · class

Implements: MetricsBase, IJsonSerializable, IJsonPackable, IEquatable<MetricsBase>, IEquatable<RateCounter>

Measured quantity that changes over time

Properties

Hz

double Hz { get; }

Rate of change, per seconds, since the last snapshot ("UNIT per seconds")

Methods

<Clone>$

RateCounter <Clone>$()

Equals

bool Equals(object obj)

bool Equals(MetricsBase other)

bool Equals(RateCounter other)

GetHashCode

int GetHashCode()

ToString

string ToString()