Enum MetricKind
What a metric measures.
public enum MetricKind
Fields
Counter = 1A total that only rises, wrapping at 2³². A client differences two samples; a skipped sample costs nothing.
Gauge = 0A value that is read as it stands: a queue depth, a latency percentile, a count of live things.