Table of Contents

Enum MetricKind

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

What a metric measures.

public enum MetricKind

Fields

Counter = 1

A total that only rises, wrapping at 2³². A client differences two samples; a skipped sample costs nothing.

Gauge = 0

A value that is read as it stands: a queue depth, a latency percentile, a count of live things.